Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/nfc/test/unittest/services/cardemulation_test/
H A Dcardemulation_test.cpp60 isSupport = cardemulation.IsSupported(FeatureType::UICC);
74 isSupport = cardemulation.IsSupported(FeatureType::HCE);
88 isSupport = cardemulation.IsSupported(FeatureType::ESE);
102 isSupport = cardemulation.IsSupported(static_cast<FeatureType>(ErrorCode::ERR_NFC_BASE));
/ohos5.0/foundation/communication/nfc/interfaces/inner_api/cardEmulation/
H A DcardEmulation.h43 bool IsSupported(FeatureType feature);
H A DcardEmulation.cpp39 bool CardEmulation::IsSupported(FeatureType feature) in IsSupported() function in OHOS::NFC::KITS::CardEmulation
/ohos5.0/foundation/communication/nfc/frameworks/js/napi/cardEmulation/
H A Dnfc_napi_cardEmulation_adapter.h26 napi_value IsSupported(napi_env env, napi_callback_info cbinfo);
H A Dnfc_napi_cardEmulation.cpp84 DECLARE_NAPI_FUNCTION("isSupported", IsSupported), in InitJs()
H A Dnfc_napi_cardEmulation_adapter.cpp30 napi_value IsSupported(napi_env env, napi_callback_info cbinfo) in IsSupported() function
/ohos5.0/foundation/multimodalinput/input/service/hardware_cursor_pointer_manager/include/
H A Dhardware_cursor_pointer_manager.h31 bool IsSupported();
/ohos5.0/foundation/multimodalinput/input/service/hardware_cursor_pointer_manager/src/
H A Dhardware_cursor_pointer_manager.cpp38 bool HardwareCursorPointerManager::IsSupported() in IsSupported() function in OHOS::MMI::HardwareCursorPointerManager
/ohos5.0/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 …PI_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
/ohos5.0/base/inputmethod/imf/services/include/
H A Dinput_type_manager.h47 bool IsSupported(InputType type);
/ohos5.0/foundation/multimedia/av_codec/services/services/codec/server/
H A Dcodec_param_checker.cpp78 template<class T> bool IsSupported(std::vector<T> cap, T value) in IsSupported() function
250 bool paramValid = IsSupported(capData.pixFormat, pixelFormat); in PixelFormatChecker()
308 bool bitrateModeValid = IsSupported(capData.bitrateMode, bitrateMode); in BitrateAndQualityChecker()
321 …if (qualityExist && IsSupported(capData.bitrateMode, static_cast<int32_t>(VideoEncodeBitrateMode::… in BitrateAndQualityChecker()
340 bool paramValid = IsSupported(capData.profiles, profile); in VideoProfileChecker()
/ohos5.0/base/inputmethod/imf/services/src/
H A Dinput_type_manager.cpp44 bool InputTypeManager::IsSupported(InputType type) in IsSupported() function in OHOS::MiscServices::InputTypeManager
H A Dinput_method_system_ability.cpp576 return InputTypeManager::GetInstance().IsSupported(type); in IsInputTypeSupported()
/ohos5.0/base/powermgr/power_manager/services/native/src/runninglock/
H A Drunning_lock_mgr.h123 bool IsSupported() in IsSupported() function
/ohos5.0/foundation/multimodalinput/input/service/window_manager/src/
H A Dpointer_drawing_manager.cpp188 if (hardwareCursorPointerManager_->IsSupported()) { in SetHardWareLocation()
978 if (hardwareCursorPointerManager_->IsSupported()) { in CreatePointerWindow()
1749 if (hardwareCursorPointerManager_->IsSupported()) { in SetPointerLocation()