Home
last modified time | relevance | path

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

/ohos5.0/foundation/systemabilitymgr/samgr_lite/interfaces/kits/samgr/
H A Dcommon.h224 void *VECTOR_Swap(Vector *vector, int16 index, void *element);
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr/source/
H A Dcommon.c91 void *VECTOR_Swap(Vector *vector, int16 index, void *element) in VECTOR_Swap() function
H A Dservice.c176 FeatureImpl *featureImpl = (FeatureImpl *)VECTOR_Swap(&(serviceImpl->features), pos, NULL); in DEFAULT_DeleteFeature()
H A Dsamgr_lite.c267 VECTOR_Swap(services, pos, NULL); in UnregisterService()
/ohos5.0/base/powermgr/powermgr_lite/frameworks/src/
H A Drunning_lock.c61 VECTOR_Swap(&g_runningLocks, pos, NULL); in RemoveRunningLock()
/ohos5.0/base/powermgr/powermgr_lite/services/src/
H A Drunning_lock_mgr.c82 RunningLockEntry *e = (RunningLockEntry *)VECTOR_Swap(vec, pos, NULL); in RemoveRunningLockEntryLocked()