/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/ |
H A D | ble_feature.h | 52 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 D | wifi_scan.h | 86 virtual bool IsFeatureSupported(long feature) = 0;
|
H A D | wifi_hotspot.h | 178 virtual bool IsFeatureSupported(long feature) = 0;
|
H A D | wifi_p2p.h | 254 virtual bool IsFeatureSupported(long feature) = 0;
|
H A D | wifi_device.h | 284 virtual ErrCode IsFeatureSupported(long feature, bool &isSupported) = 0;
|
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/src/ |
H A D | wifi_scan_impl.h | 78 bool IsFeatureSupported(long feature) override;
|
H A D | wifi_hotspot_impl.h | 188 bool IsFeatureSupported(long feature) override;
|
H A D | wifi_p2p_impl.h | 255 bool IsFeatureSupported(long feature) override;
|
H A D | wifi_scan_impl.cpp | 180 bool WifiScanImpl::IsFeatureSupported(long feature) in IsFeatureSupported() function in OHOS::Wifi::WifiScanImpl
|
H A D | wifi_device_impl.h | 292 ErrCode IsFeatureSupported(long feature, bool &isSupported) override;
|
H A D | wifi_hotspot_impl.cpp | 215 bool WifiHotspotImpl::IsFeatureSupported(long feature) in IsFeatureSupported() function in OHOS::Wifi::WifiHotspotImpl
|
H A D | wifi_p2p_impl.cpp | 272 bool WifiP2pImpl::IsFeatureSupported(long feature) in IsFeatureSupported() function in OHOS::Wifi::WifiP2pImpl
|
H A D | wifi_device_impl.cpp | 398 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 D | wifi_inner_p2p_test.cpp | 89 p2pPtr->IsFeatureSupported(0);
|
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/ability/ |
H A D | camera_ability.h | 57 bool IsFeatureSupported(SceneFeature sceneFeature);
|
/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/ability/ |
H A D | camera_ability_napi.h | 88 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 D | camera_ability_napi.cpp | 106 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 D | wifip2pimpl_fuzzer.cpp | 116 WifiP2pPtr->IsFeatureSupported(features); in IsFeatureSupportedTest()
|
/ohos5.0/foundation/communication/wifi/wifi/frameworks/js/napi/inc/ |
H A D | wifi_napi_device.h | 60 napi_value IsFeatureSupported(napi_env env, napi_callback_info info);
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/ability/ |
H A D | camera_ability_builder.cpp | 154 if (session->IsFeatureSupported(feature)) { in SetOtherTag()
|
H A D | camera_ability.cpp | 149 bool CameraAbility::IsFeatureSupported(SceneFeature sceneFeature) in IsFeatureSupported() function in OHOS::CameraStandard::CameraAbility
|
/ohos5.0/foundation/multimedia/av_codec/interfaces/inner_api/native/ |
H A D | avcodec_info.h | 272 bool IsFeatureSupported(AVCapabilityFeature feature);
|
/ohos5.0/foundation/communication/wifi/wifi/frameworks/js/napi/src/ |
H A D | wifi_napi_entry.cpp | 360 DECLARE_NAPI_FUNCTION("isFeatureSupported", IsFeatureSupported), in Init()
|
/ohos5.0/foundation/multimedia/av_codec/frameworks/native/capi/common/ |
H A D | native_avcapability.cpp | 529 return codecInfo->IsFeatureSupported(static_cast<AVCapabilityFeature>(feature)); in OH_AVCapability_IsFeatureSupported()
|
/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/capturesession_fuzzer/ |
H A D | capture_session_fuzzer.cpp | 408 session->IsFeatureSupported(feature); in TestOther()
|