Searched refs:VECTOR_Add (Results 1 – 13 of 13) sorted by relevance
/ohos5.0/foundation/systemabilitymgr/samgr_lite/interfaces/kits/samgr/ |
H A D | common.h | 166 int16 VECTOR_Add(Vector *vector, void *element);
|
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/ |
H A D | client_factory.c | 98 int ret = VECTOR_Add(&g_factories, factory); in SAMGR_RegisterFactory()
|
H A D | endpoint_rpc.c | 92 index = VECTOR_Add(&endpoint->routers, router); in SAMGR_AddRouter()
|
H A D | endpoint.c | 133 index = VECTOR_Add(&endpoint->routers, router); in SAMGR_AddRouter()
|
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr_client/source/ |
H A D | remote_register.c | 78 VECTOR_Add(&g_remoteRegister.clients, proxy); in SAMGR_FindServiceApi()
|
H A D | remote_register_rpc.c | 95 VECTOR_Add(&g_remoteRegister.clients, proxy); in SAMGR_FindServiceApi()
|
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr/source/ |
H A D | common.c | 41 int16 VECTOR_Add(Vector *vector, void *element) in VECTOR_Add() function
|
H A D | service.c | 59 int16 featureId = VECTOR_Add(&(serviceImpl->features), impl); in DEFAULT_AddFeature()
|
H A D | samgr_lite.c | 131 VECTOR_Add(&initServices, serviceImpl); in SAMGR_Bootstrap() 242 serviceImpl->serviceId = VECTOR_Add(&(samgr->services), serviceImpl); in RegisterService()
|
/ohos5.0/base/powermgr/powermgr_lite/frameworks/src/ |
H A D | running_lock.c | 41 int16_t pos = VECTOR_Add(&g_runningLocks, (void *)lock); in AddRunningLock()
|
/ohos5.0/base/powermgr/powermgr_lite/services/src/ |
H A D | running_lock_mgr.c | 62 pos = VECTOR_Add(vec, (void *)e); in AddRunningLockEntryLocked()
|
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr_server/source/ |
H A D | samgr_server.c | 637 if (VECTOR_Add(&(g_server.sysCapabilitys), impl) == INVALID_INDEX) { in ParseSysCap()
|
H A D | samgr_server_rpc.c | 747 if (VECTOR_Add(&(g_server.sysCapabilitys), impl) == INVALID_INDEX) { in ParseSysCap()
|