Searched defs:objectId (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/mpapi/libmpapi/common/
H A Dmpapi.c519 * associated with the object specified by @a objectId.
542 MP_OID objectId,
551 if ((status = validate_object(objectId, 0, MP_OBJECT_TYPE_ANY)) !=
557 pPluginId->ownerId = objectId.ownerId;
541 MP_GetAssociatedPluginOid( MP_OID objectId, MP_OID *pPluginId) argument
/osnet-11/usr/src/lib/libima/common/
H A Dima-lib.c599 IMA_OID objectId) {
604 (objectId.ownerId == plugintable[i].ownerId)) {
610 (becomingVisible, objectId);
620 IMA_OID objectId) {
626 (objectId.ownerId == plugintable[i].ownerId)) {
631 (plugintable[i].pccallback[j])(objectId);
868 * @param objectId The object ID of an object that has been received from
872 * plugin associated with the object specified by @a objectId. This
881 * @retval IMA_ERROR_INVALID_PARAMETER Returned if @a objectId specifies
884 * @retval IMA_ERROR_INVALID_OBJECT_TYPE Returned if @a objectId specifie
597 VisibilityCallback( IMA_BOOL becomingVisible, IMA_OID objectId) argument
619 PropertyCallback( IMA_OID objectId) argument
887 IMA_GetAssociatedPluginOid( IMA_OID objectId, IMA_OID *pPluginId) argument
[all...]

Completed in 35 milliseconds