Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/power_manager/frameworks/napi/runninglock/
H A Drunninglock_module.cpp34 static napi_value RunningLockConstructor(napi_env env, napi_callback_info info) in RunningLockConstructor() function
70 napi_define_class(env, "RunningLock", NAPI_AUTO_LENGTH, RunningLockConstructor, nullptr, in CreateRunningLockClass()