Home
last modified time | relevance | path

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

/foundation/communication/nfc/test/unittest/services/cardemulation_test/
H A Dcardemulation_test.cpp51 * @tc.desc: Test CardemulationTest IsSupported.
60 isSupport = cardemulation.IsSupported(FeatureType::UICC); in HWTEST_F()
65 * @tc.desc: Test CardemulationTest IsSupported.
74 isSupport = cardemulation.IsSupported(FeatureType::HCE); in HWTEST_F()
79 * @tc.desc: Test CardemulationTest IsSupported.
88 isSupport = cardemulation.IsSupported(FeatureType::ESE); in HWTEST_F()
93 * @tc.desc: Test CardemulationTest IsSupported.
102 isSupport = cardemulation.IsSupported(static_cast<FeatureType>(ErrorCode::ERR_NFC_BASE)); in HWTEST_F()
/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
41 DebugLog("cardEmulation::IsSupported in."); in IsSupported()
/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
39 ErrorLog("IsSupported: parse args failed"); in IsSupported()
/foundation/multimodalinput/input/service/hardware_cursor_pointer_manager/include/
H A Dhardware_cursor_pointer_manager.h33 bool IsSupported();
/foundation/multimodalinput/input/service/window_manager/src/
H A Dpointer_drawing_manager.cpp235 if (hardwareCursorPointerManager_->IsSupported() && in CalculateHardwareXOffset()
273 if (hardwareCursorPointerManager_->IsSupported() && in CalculateHardwareYOffset()
321 if (hardwareCursorPointerManager_->IsSupported()) { in SetDynamicHardWareCursorLocation()
355 if (hardwareCursorPointerManager_->IsSupported() && (hasLoadingPointerStyle_ || hasHardwareCursorAnimate_)) { in SetTraditionsHardWareCursorLocation()
365 if (hardwareCursorPointerManager_->IsSupported()) { in SetTraditionsHardWareCursorLocation()
386 if (hardwareCursorPointerManager_->IsSupported()) { in SetTraditionsHardWareCursorLocation()
408 if (!hardwareCursorPointerManager_->IsSupported()) { in SetSurfaceNodeVisible()
506 if (hardwareCursorPointerManager_->IsSupported() && lastMouseStyle_.id != MOUSE_ICON::LOADING && in SetHardwareCursorPosition()
817 if (hardwareCursorPointerManager_->IsSupported()) { in RetryGetSurfaceBuffer()
842 if (hardwareCursorPointerManager_->IsSupported()) { in InitLayer()
[all...]
/foundation/multimodalinput/input/service/hardware_cursor_pointer_manager/src/
H A Dhardware_cursor_pointer_manager.cpp45 bool HardwareCursorPointerManager::IsSupported() in IsSupported() function in OHOS::MMI::HardwareCursorPointerManager
/foundation/multimedia/av_codec/services/services/codec/server/
H A Dcodec_param_checker.cpp77 template<class T> bool IsSupported(std::vector<T> cap, T value) in IsSupported() function
246 bool paramValid = IsSupported(capData.pixFormat, pixelFormat); in PixelFormatChecker()
304 bool bitrateModeValid = IsSupported(capData.bitrateMode, bitrateMode); in BitrateAndQualityChecker()
317 if (qualityExist && IsSupported(capData.bitrateMode, static_cast<int32_t>(VideoEncodeBitrateMode::CQ))) { in BitrateAndQualityChecker()
336 bool paramValid = IsSupported(capData.profiles, profile); in VideoProfileChecker()

Completed in 7 milliseconds