Home
last modified time | relevance | path

Searched defs:num_type (Results 1 – 2 of 2) sorted by relevance

/base/powermgr/power_manager/frameworks/cj/runninglock/src/
Dcj_running_lock_ffi.cpp70 bool FfiOHOSRunningLockIsSupported(int32_t num_type, int32_t *ret) in FfiOHOSRunningLockIsSupported()
77 int64_t FfiOHOSRunningLockCreate(char *name, int32_t num_type, int32_t *ret) in FfiOHOSRunningLockCreate()
Dcj_running_lock_impl.cpp23 CJRunningLock::CJRunningLock(std::string name, int32_t num_type) in CJRunningLock()