Home
last modified time | relevance | path

Searched refs:CREATRUNNINGLOCK_ARGC (Results 1 - 1 of 1) sorted by relevance

/base/powermgr/power_manager/frameworks/napi/runninglock/
H A Drunninglock_interface.cpp32 constexpr int CREATRUNNINGLOCK_ARGC = 3; member
42 size_t argc = CREATRUNNINGLOCK_ARGC; in CreateRunningLock()
43 napi_value argv[CREATRUNNINGLOCK_ARGC] = {0}; in CreateRunningLock()
48 NAPI_ASSERT(env, (status == napi_ok) && (argc >= CREATRUNNINGLOCK_ARGC - 1), "Failed to get cb info"); in CreateRunningLock()
70 if (argc == CREATRUNNINGLOCK_ARGC) { in CreateRunningLock()

Completed in 1 milliseconds