Home
last modified time | relevance | path

Searched refs:IsFeatureSupported (Results 1 – 25 of 32) sorted by relevance

12

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_feature.h52 return IsFeatureSupported(EXTENDED_SCANNER_FILTER_POLICIES); in IsExtendedScanSupported()
62 return IsFeatureSupported(LE_2M_PHY); in IsLe2MPhySupported()
72 return IsFeatureSupported(LE_CODED_PHY); in IsLeCodedPhySupported()
82 return IsFeatureSupported(LE_EXTENDED_ADVERTISING); in IsLeExtendedAdvertisingSupported()
92 return IsFeatureSupported(LE_PERIODIC_ADVERTISING); in IsLePeriodicAdvertisingSupported()
102 return IsFeatureSupported(LL_PRIVACY); in IsPrivacySupported()
112 if (IsFeatureSupported(LE_DATA_PACKET_LENGTH_EXTENSION)) { in GetBleMaximumAdvertisingDataLength()
144 static bool IsFeatureSupported(FEATURE_SUPPORTED feature) in IsFeatureSupported() function
/ohos5.0/foundation/communication/wifi/wifi/interfaces/inner_api/
H A Dwifi_scan.h86 virtual bool IsFeatureSupported(long feature) = 0;
H A Dwifi_hotspot.h178 virtual bool IsFeatureSupported(long feature) = 0;
H A Dwifi_p2p.h254 virtual bool IsFeatureSupported(long feature) = 0;
H A Dwifi_device.h284 virtual ErrCode IsFeatureSupported(long feature, bool &isSupported) = 0;
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_scan_impl.h78 bool IsFeatureSupported(long feature) override;
H A Dwifi_hotspot_impl.h188 bool IsFeatureSupported(long feature) override;
H A Dwifi_p2p_impl.h255 bool IsFeatureSupported(long feature) override;
H A Dwifi_scan_impl.cpp180 bool WifiScanImpl::IsFeatureSupported(long feature) in IsFeatureSupported() function in OHOS::Wifi::WifiScanImpl
H A Dwifi_device_impl.h292 ErrCode IsFeatureSupported(long feature, bool &isSupported) override;
H A Dwifi_hotspot_impl.cpp215 bool WifiHotspotImpl::IsFeatureSupported(long feature) in IsFeatureSupported() function in OHOS::Wifi::WifiHotspotImpl
H A Dwifi_p2p_impl.cpp272 bool WifiP2pImpl::IsFeatureSupported(long feature) in IsFeatureSupported() function in OHOS::Wifi::WifiP2pImpl
H A Dwifi_device_impl.cpp398 ErrCode WifiDeviceImpl::IsFeatureSupported(long feature, bool &isSupported) in IsFeatureSupported() function in OHOS::Wifi::WifiDeviceImpl
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/native/
H A Dwifi_inner_p2p_test.cpp89 p2pPtr->IsFeatureSupported(0);
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/ability/
H A Dcamera_ability.h57 bool IsFeatureSupported(SceneFeature sceneFeature);
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/ability/
H A Dcamera_ability_napi.h88 static napi_value IsFeatureSupported(napi_env env, napi_callback_info info);
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/ability/
H A Dcamera_ability_napi.cpp106 DECLARE_NAPI_FUNCTION("isSceneFeatureSupported", CameraFunctionsNapi::IsFeatureSupported),
604 napi_value CameraFunctionsNapi::IsFeatureSupported(napi_env env, napi_callback_info info) in IsFeatureSupported() function in OHOS::CameraStandard::CameraFunctionsNapi
616 return ability->IsFeatureSupported(sceneFeature); in IsFeatureSupported()
/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/frameworks/native/src/wifip2pimpl_fuzzer/
H A Dwifip2pimpl_fuzzer.cpp116 WifiP2pPtr->IsFeatureSupported(features); in IsFeatureSupportedTest()
/ohos5.0/foundation/communication/wifi/wifi/frameworks/js/napi/inc/
H A Dwifi_napi_device.h60 napi_value IsFeatureSupported(napi_env env, napi_callback_info info);
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/ability/
H A Dcamera_ability_builder.cpp154 if (session->IsFeatureSupported(feature)) { in SetOtherTag()
H A Dcamera_ability.cpp149 bool CameraAbility::IsFeatureSupported(SceneFeature sceneFeature) in IsFeatureSupported() function in OHOS::CameraStandard::CameraAbility
/ohos5.0/foundation/multimedia/av_codec/interfaces/inner_api/native/
H A Davcodec_info.h272 bool IsFeatureSupported(AVCapabilityFeature feature);
/ohos5.0/foundation/communication/wifi/wifi/frameworks/js/napi/src/
H A Dwifi_napi_entry.cpp360 DECLARE_NAPI_FUNCTION("isFeatureSupported", IsFeatureSupported), in Init()
/ohos5.0/foundation/multimedia/av_codec/frameworks/native/capi/common/
H A Dnative_avcapability.cpp529 return codecInfo->IsFeatureSupported(static_cast<AVCapabilityFeature>(feature)); in OH_AVCapability_IsFeatureSupported()
/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/capturesession_fuzzer/
H A Dcapture_session_fuzzer.cpp408 session->IsFeatureSupported(feature); in TestOther()

12