Home
last modified time | relevance | path

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

/ohos5.0/base/powermgr/power_manager/frameworks/napi/runninglock/
H A Drunninglock_module.cpp78 static napi_value RunningLockTypeConstructor(napi_env env, napi_callback_info info) in RunningLockTypeConstructor() function
101 napi_define_class(env, "RunningLockType", NAPI_AUTO_LENGTH, RunningLockTypeConstructor, nullptr, in CreateRunningLockType()