Home
last modified time | relevance | path

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

/base/inputmethod/imf/services/include/
H A Dinput_type_manager.h47 bool IsSupported(InputType type);
/base/powermgr/power_manager/frameworks/napi/runninglock/
H A Drunninglock_napi.h33 static napi_value IsSupported(napi_env env, napi_callback_info info);
H A Drunninglock_module.cpp133 DECLARE_NAPI_FUNCTION("create", Create), DECLARE_NAPI_FUNCTION("isSupported", RunningLockNapi::IsSupported)}; in RunningLockInit()
H A Drunninglock_napi.cpp62 napi_value RunningLockNapi::IsSupported(napi_env env, napi_callback_info info) in IsSupported() function in OHOS::PowerMgr::RunningLockNapi
/base/inputmethod/imf/services/src/
H A Dinput_type_manager.cpp43 bool InputTypeManager::IsSupported(InputType type) in IsSupported() function in OHOS::MiscServices::InputTypeManager
H A Dinput_method_system_ability.cpp558 return InputTypeManager::GetInstance().IsSupported(type); in IsInputTypeSupported()
/base/powermgr/power_manager/services/native/src/runninglock/
H A Drunning_lock_mgr.h122 bool IsSupported() in IsSupported() function in OHOS::PowerMgr::RunningLockMgr::ProximityController
/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_private_member_test.cpp948 * @tc.desc: Test IsSupported
954 auto ret = InputTypeManager::GetInstance().IsSupported(InputType::NONE); in HWTEST_F()

Completed in 7 milliseconds