Home
last modified time | relevance | path

Searched refs:IsFeatureSupported (Results 1 - 25 of 35) sorted by relevance

12

/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 in OHOS::bluetooth::BleFeature
/foundation/multimedia/av_codec/test/moduletest/capability/src/InnerAPI/
H A Dcap_test.cpp100 * @tc.name : IsFeatureSupported para error
111 ASSERT_EQ(false, codecInfo->IsFeatureSupported(static_cast<AVCapabilityFeature>(4))); in HWTEST_F()
127 ASSERT_EQ(false, codecInfo->IsFeatureSupported(AVCapabilityFeature::VIDEO_ENCODER_TEMPORAL_SCALABILITY)); in HWTEST_F()
144 ASSERT_EQ(true, codecInfo->IsFeatureSupported(AVCapabilityFeature::VIDEO_ENCODER_TEMPORAL_SCALABILITY)); in HWTEST_F()
150 ASSERT_EQ(false, codecInfo->IsFeatureSupported(AVCapabilityFeature::VIDEO_ENCODER_TEMPORAL_SCALABILITY)); in HWTEST_F()
167 ASSERT_EQ(false, codecInfo->IsFeatureSupported(AVCapabilityFeature::VIDEO_ENCODER_LONG_TERM_REFERENCE)); in HWTEST_F()
184 ASSERT_EQ(true, codecInfo->IsFeatureSupported(AVCapabilityFeature::VIDEO_ENCODER_LONG_TERM_REFERENCE)); in HWTEST_F()
190 ASSERT_EQ(false, codecInfo->IsFeatureSupported(AVCapabilityFeature::VIDEO_ENCODER_LONG_TERM_REFERENCE)); in HWTEST_F()
207 ASSERT_EQ(false, codecInfo->IsFeatureSupported(AVCapabilityFeature::VIDEO_LOW_LATENCY)); in HWTEST_F()
224 ASSERT_EQ(true, codecInfo->IsFeatureSupported(AVCapabilityFeatur in HWTEST_F()
[all...]
/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.h293 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
/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;
/foundation/CastEngine/castengine_wifi_display/tests/unittest/impl/scene/mock/
H A Dmock_wifi_p2p.h60 MOCK_METHOD(bool, IsFeatureSupported, (long feature));
/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/ability/
H A Dcamera_ability.h57 bool IsFeatureSupported(SceneFeature sceneFeature);
/foundation/communication/wifi/wifi/test/wifi_standard/native/
H A Dwifi_inner_p2p_test.cpp89 p2pPtr->IsFeatureSupported(0); in HWTEST_F()
/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);
/foundation/communication/wifi/wifi/test/fuzztest/frameworks/native/src/wifip2pimpl_fuzzer/
H A Dwifip2pimpl_fuzzer.cpp116 WifiP2pPtr->IsFeatureSupported(features); in IsFeatureSupportedTest()
/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
/foundation/communication/wifi/wifi/frameworks/js/napi/inc/
H A Dwifi_napi_device.h60 napi_value IsFeatureSupported(napi_env env, napi_callback_info info);
/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)
606 MEDIA_DEBUG_LOG("IsFeatureSupported is called");
616 return ability->IsFeatureSupported(sceneFeature);
/foundation/multimedia/av_codec/interfaces/inner_api/native/
H A Davcodec_info.h271 bool IsFeatureSupported(AVCapabilityFeature feature);
/foundation/communication/wifi/wifi/frameworks/js/napi/src/
H A Dwifi_napi_entry.cpp358 DECLARE_NAPI_FUNCTION("isFeatureSupported", IsFeatureSupported), in Init()
/foundation/multimedia/av_codec/frameworks/native/capi/common/
H A Dnative_avcapability.cpp529 return codecInfo->IsFeatureSupported(static_cast<AVCapabilityFeature>(feature)); in OH_AVCapability_IsFeatureSupported()

Completed in 18 milliseconds

12