/ohos5.0/foundation/communication/nfc/test/unittest/services/cardemulation_test/ |
H A D | cardemulation_test.cpp | 60 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 D | cardEmulation.h | 43 bool IsSupported(FeatureType feature);
|
H A D | cardEmulation.cpp | 39 bool CardEmulation::IsSupported(FeatureType feature) in IsSupported() function in OHOS::NFC::KITS::CardEmulation
|
/ohos5.0/foundation/communication/nfc/frameworks/js/napi/cardEmulation/ |
H A D | nfc_napi_cardEmulation_adapter.h | 26 napi_value IsSupported(napi_env env, napi_callback_info cbinfo);
|
H A D | nfc_napi_cardEmulation.cpp | 84 DECLARE_NAPI_FUNCTION("isSupported", IsSupported), in InitJs()
|
H A D | nfc_napi_cardEmulation_adapter.cpp | 30 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 D | hardware_cursor_pointer_manager.h | 31 bool IsSupported();
|
/ohos5.0/foundation/multimodalinput/input/service/hardware_cursor_pointer_manager/src/ |
H A D | hardware_cursor_pointer_manager.cpp | 38 bool HardwareCursorPointerManager::IsSupported() in IsSupported() function in OHOS::MMI::HardwareCursorPointerManager
|
/ohos5.0/base/powermgr/power_manager/frameworks/napi/runninglock/ |
H A D | runninglock_napi.h | 33 static napi_value IsSupported(napi_env env, napi_callback_info info);
|
H A D | runninglock_module.cpp | 133 …PI_FUNCTION("create", Create), DECLARE_NAPI_FUNCTION("isSupported", RunningLockNapi::IsSupported)}; in RunningLockInit()
|
H A D | runninglock_napi.cpp | 62 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 D | input_type_manager.h | 47 bool IsSupported(InputType type);
|
/ohos5.0/foundation/multimedia/av_codec/services/services/codec/server/ |
H A D | codec_param_checker.cpp | 78 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 D | input_type_manager.cpp | 44 bool InputTypeManager::IsSupported(InputType type) in IsSupported() function in OHOS::MiscServices::InputTypeManager
|
H A D | input_method_system_ability.cpp | 576 return InputTypeManager::GetInstance().IsSupported(type); in IsInputTypeSupported()
|
/ohos5.0/base/powermgr/power_manager/services/native/src/runninglock/ |
H A D | running_lock_mgr.h | 123 bool IsSupported() in IsSupported() function
|
/ohos5.0/foundation/multimodalinput/input/service/window_manager/src/ |
H A D | pointer_drawing_manager.cpp | 188 if (hardwareCursorPointerManager_->IsSupported()) { in SetHardWareLocation() 978 if (hardwareCursorPointerManager_->IsSupported()) { in CreatePointerWindow() 1749 if (hardwareCursorPointerManager_->IsSupported()) { in SetPointerLocation()
|