Searched refs:VECTOR_Swap (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/systemabilitymgr/samgr_lite/interfaces/kits/samgr/ |
H A D | common.h | 224 void *VECTOR_Swap(Vector *vector, int16 index, void *element);
|
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr/source/ |
H A D | common.c | 91 void *VECTOR_Swap(Vector *vector, int16 index, void *element) in VECTOR_Swap() function
|
H A D | service.c | 176 FeatureImpl *featureImpl = (FeatureImpl *)VECTOR_Swap(&(serviceImpl->features), pos, NULL); in DEFAULT_DeleteFeature()
|
H A D | samgr_lite.c | 267 VECTOR_Swap(services, pos, NULL); in UnregisterService()
|
/ohos5.0/base/powermgr/powermgr_lite/frameworks/src/ |
H A D | running_lock.c | 61 VECTOR_Swap(&g_runningLocks, pos, NULL); in RemoveRunningLock()
|
/ohos5.0/base/powermgr/powermgr_lite/services/src/ |
H A D | running_lock_mgr.c | 82 RunningLockEntry *e = (RunningLockEntry *)VECTOR_Swap(vec, pos, NULL); in RemoveRunningLockEntryLocked()
|