Home
last modified time | relevance | path

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

/base/theme/screenlock_mgr/frameworks/js/napi/include/
Dnapi_screenlock_ability.h48 napi_status IsValidEvent(const std::string &type);
/base/theme/screenlock_mgr/frameworks/js/napi/src/
Dnapi_screenlock_ability.cpp77 napi_status IsValidEvent(const std::string &type) in IsValidEvent() function
446 if (IsValidEvent(type) != napi_ok) { in NAPI_ScreenLockSendEvent()