Home
last modified time | relevance | path

Searched refs:SAMGR_CompareSAName (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/
H A Ddefault_client.h34 int SAMGR_CompareSAName(const SaName *key1, const SaName *key2);
H A Dclient_factory.c76 g_factories = VECTOR_Make(NULL, (VECTOR_Compare)SAMGR_CompareSAName); in SAMGR_RegisterFactory()
H A Ddefault_client.c112 int SAMGR_CompareSAName(const SaName *key1, const SaName *key2) in SAMGR_CompareSAName() function
H A Ddefault_client_rpc.c106 int SAMGR_CompareSAName(const SaName *key1, const SaName *key2) in SAMGR_CompareSAName() function
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr_client/source/
H A Dremote_register.c134 …teRegister.clients = VECTOR_Make((VECTOR_Key)SAMGR_GetSAName, (VECTOR_Compare)SAMGR_CompareSAName); in InitializeRegistry()
H A Dremote_register_rpc.c153 …teRegister.clients = VECTOR_Make((VECTOR_Key)SAMGR_GetSAName, (VECTOR_Compare)SAMGR_CompareSAName); in ClientInitializeRegistry()