Home
last modified time | relevance | path

Searched refs:VECTOR_Add (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/systemabilitymgr/samgr_lite/interfaces/kits/samgr/
H A Dcommon.h166 int16 VECTOR_Add(Vector *vector, void *element);
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/
H A Dclient_factory.c98 int ret = VECTOR_Add(&g_factories, factory); in SAMGR_RegisterFactory()
H A Dendpoint_rpc.c92 index = VECTOR_Add(&endpoint->routers, router); in SAMGR_AddRouter()
H A Dendpoint.c133 index = VECTOR_Add(&endpoint->routers, router); in SAMGR_AddRouter()
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr_client/source/
H A Dremote_register.c78 VECTOR_Add(&g_remoteRegister.clients, proxy); in SAMGR_FindServiceApi()
H A Dremote_register_rpc.c95 VECTOR_Add(&g_remoteRegister.clients, proxy); in SAMGR_FindServiceApi()
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr/source/
H A Dcommon.c41 int16 VECTOR_Add(Vector *vector, void *element) in VECTOR_Add() function
H A Dservice.c59 int16 featureId = VECTOR_Add(&(serviceImpl->features), impl); in DEFAULT_AddFeature()
H A Dsamgr_lite.c131 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 Drunning_lock.c41 int16_t pos = VECTOR_Add(&g_runningLocks, (void *)lock); in AddRunningLock()
/ohos5.0/base/powermgr/powermgr_lite/services/src/
H A Drunning_lock_mgr.c62 pos = VECTOR_Add(vec, (void *)e); in AddRunningLockEntryLocked()
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr_server/source/
H A Dsamgr_server.c637 if (VECTOR_Add(&(g_server.sysCapabilitys), impl) == INVALID_INDEX) { in ParseSysCap()
H A Dsamgr_server_rpc.c747 if (VECTOR_Add(&(g_server.sysCapabilitys), impl) == INVALID_INDEX) { in ParseSysCap()