Searched refs:LOS_OK (Results 1 – 3 of 3) sorted by relevance
/base/startup/init/services/param/liteos/ |
D | param_osadp.c | 257 PARAM_CHECK(ret == LOS_OK, return -1, "Failed to init mutex ret %d", ret); in ParamRWMutexCreate() 265 PARAM_CHECK(ret == LOS_OK, return -1, "Failed to mutex lock ret %d %d", ret, lock->mutex); in ParamRWMutexWRLock() 273 PARAM_CHECK(ret == LOS_OK, return -1, "Failed to mutex lock ret %d %d", ret, lock->mutex); in ParamRWMutexRDLock() 281 PARAM_CHECK(ret == LOS_OK, return -1, "Failed to mutex lock ret %d %d", ret, lock->mutex); in ParamRWMutexUnlock() 289 PARAM_CHECK(ret == LOS_OK, return -1, "Failed to mutex lock ret %d %d", ret, lock->mutex); in ParamRWMutexDelete() 297 PARAM_CHECK(ret == LOS_OK, return -1, "Failed to init mutex ret %d", ret); in ParamMutexCreate() 305 PARAM_CHECK(ret == LOS_OK, return -1, "Failed to mutex lock ret %d %d", ret, mutex->mutex); in ParamMutexPend() 313 PARAM_CHECK(ret == LOS_OK, return -1, "Failed to mutex lock ret %d %d", ret, mutex->mutex); in ParamMutexPost() 321 … PARAM_CHECK(ret == LOS_OK, return -1, "Failed to delete mutex lock ret %d %d", ret, mutex->mutex); in ParamMutexDelete()
|
/base/powermgr/powermgr_lite/services/src/power/mini/ |
D | auto_suspend_loop.c | 32 if (ret != LOS_OK) { in AutoSuspendLoopFunc()
|
/base/hiviewdfx/blackbox/ |
D | blackbox_core.c | 34 #ifndef LOS_OK 35 #define LOS_OK 0 macro 323 if (LOS_BinarySemCreate(1, &g_opsListSem) != LOS_OK) { in BBoxInit()
|