Home
last modified time | relevance | path

Searched refs:support (Results 1 - 25 of 38) sorted by relevance

12

/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/
H A Dwifi_hal_chip_interface.c156 WifiErrorNo GetIsChipSupportDbdc(int *support) in GetIsChipSupportDbdc() argument
159 if (support == NULL) { in GetIsChipSupportDbdc()
162 *support = WIFI_HAL_TRUE; in GetIsChipSupportDbdc()
166 WifiErrorNo GetIsChipSupportCsa(int *support) in GetIsChipSupportCsa() argument
169 if (support == NULL) { in GetIsChipSupportCsa()
172 *support = WIFI_HAL_FALSE; in GetIsChipSupportCsa()
176 WifiErrorNo GetIsChipSupportRadarDetect(int *support) in GetIsChipSupportRadarDetect() argument
179 if (support == NULL) { in GetIsChipSupportRadarDetect()
182 *support = WIFI_HAL_TRUE; in GetIsChipSupportRadarDetect()
186 WifiErrorNo GetIsChipSupportDfsChannel(int *support) in GetIsChipSupportDfsChannel() argument
196 GetIsChipSupportIndoorChannel(int *support) GetIsChipSupportIndoorChannel() argument
[all...]
H A Dwifi_hal_chip_interface.h136 * @Description Get is chip support DBDC.
138 * @param support - Is support or not supported.
141 WifiErrorNo GetIsChipSupportDbdc(int *support);
144 * @Description Get is chip support CSA.
146 * @param support - Is support or not supported.
149 WifiErrorNo GetIsChipSupportCsa(int *support);
152 * @Description Get is chip support radar detection.
154 * @param support
[all...]
H A Dwifi_hal_crpc_chip.c331 int support = 0; in RpcIsChipSupportDbdc() local
332 WifiErrorNo err = GetIsChipSupportDbdc(&support); in RpcIsChipSupportDbdc()
336 WriteInt(context, support); in RpcIsChipSupportDbdc()
347 int support = 0; in RpcIsChipSupportCsa() local
348 WifiErrorNo err = GetIsChipSupportCsa(&support); in RpcIsChipSupportCsa()
352 WriteInt(context, support); in RpcIsChipSupportCsa()
363 int support = 0; in RpcIsChipSupportRadarDetect() local
364 WifiErrorNo err = GetIsChipSupportRadarDetect(&support); in RpcIsChipSupportRadarDetect()
368 WriteInt(context, support); in RpcIsChipSupportRadarDetect()
379 int support in RpcIsChipSupportDfsChannel() local
395 int support = 0; RpcIsChipSupportIndoorChannel() local
[all...]
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_hal/unittest/
H A Dwifi_hal_chip_interface_test.cpp109 int support = 0; in HWTEST_F() local
111 EXPECT_TRUE(GetIsChipSupportDbdc(&support) == WIFI_HAL_SUCCESS); in HWTEST_F()
121 int support = 0; in HWTEST_F() local
123 EXPECT_TRUE(GetIsChipSupportCsa(&support) == WIFI_HAL_SUCCESS); in HWTEST_F()
133 int support = 0; in HWTEST_F() local
135 EXPECT_TRUE(GetIsChipSupportRadarDetect(&support) == WIFI_HAL_SUCCESS); in HWTEST_F()
145 int support = 0; in HWTEST_F() local
147 EXPECT_TRUE(GetIsChipSupportDfsChannel(&support) == WIFI_HAL_SUCCESS); in HWTEST_F()
157 int support = 0; in HWTEST_F() local
159 EXPECT_TRUE(GetIsChipSupportIndoorChannel(&support) in HWTEST_F()
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_btm_receive.c48 bool support; member
221 GapRemoteDeviceSupportHostSecureSimplePairingCallback(&param->addr, param->support); in GapRemoteDeviceSupportHostSecureSimplePairingCallbackTask()
224 static void GapRecvRemoteDeviceSupportHostSecureSimplePairingCallback(const BtAddr *addr, bool support) in GapRecvRemoteDeviceSupportHostSecureSimplePairingCallback() argument
226 LOG_INFO("%{public}s: " BT_ADDR_FMT " support:%{public}d", __FUNCTION__, BT_ADDR_FMT_OUTPUT(addr->addr), support); in GapRecvRemoteDeviceSupportHostSecureSimplePairingCallback()
234 supportParam->support = support; in GapRecvRemoteDeviceSupportHostSecureSimplePairingCallback()
H A Dgap_internal.h92 void GapRemoteDeviceSupportHostSecureSimplePairingCallback(const BtAddr *addr, bool support);
H A Dgap_br_sec.c362 void GapRemoteDeviceSupportHostSecureSimplePairingCallback(const BtAddr *addr, bool support) in GapRemoteDeviceSupportHostSecureSimplePairingCallback() argument
367 devInfo->supportSSP = support; in GapRemoteDeviceSupportHostSecureSimplePairingCallback()
451 static int GapWriteSecureConnectionsHostSupport(uint8_t support) in GapWriteSecureConnectionsHostSupport() argument
456 .secureConnectionsHostSupport = support, in GapWriteSecureConnectionsHostSupport()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/round_corner_display/
H A Drs_round_corner_config.h88 bool support = false; member
150 bool support = false; member
H A Drs_round_corner_display.cpp65 supportTopSurface_ = lcdModel_->surfaceConfig.topSurface.support; in SeletedLcdModel()
66 supportBottomSurface_ = lcdModel_->surfaceConfig.bottomSurface.support; in SeletedLcdModel()
67 supportHardware_ = lcdModel_->hardwareConfig.hardwareComposer.support; in SeletedLcdModel()
198 RS_LOGE("[%{public}s] Top surface support configured, but resources is missing! \n", __func__); in LoadImgsbyResolution()
204 RS_LOGE("[%{public}s] Bottom surface support configured, but resources is missing! \n", __func__); in LoadImgsbyResolution()
H A Drs_round_corner_config.cpp120 support = XMLReader::ReadAttrBool(ptr, supportAttr); in ReadXmlNode()
319 support = XMLReader::ReadAttrBool(ptr, supportAttr); in ReadXmlNode()
/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/
H A Dwifi_direct_utils.cpp349 bool support = OHOS::system::GetBoolParameter("persist.sys.softbus.connect.hml", true); in SupportHml() local
350 CONN_LOGI(CONN_WIFI_DIRECT, "persist.sys.softbus.connect.hml=%{public}d", support); in SupportHml()
351 return support; in SupportHml()
356 bool support = OHOS::system::GetBoolParameter("persist.sys.softbus.connect.hml_two", true); in SupportHmlTwo() local
357 CONN_LOGI(CONN_WIFI_DIRECT, "persist.sys.softbus.connect.hml_two=%{public}d", support); in SupportHmlTwo()
358 return support; in SupportHmlTwo()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avdtp/
H A Davdtp_ctrl.c1729 bool support; member
1736 if (param->support) { in AvdtRemoteDeviceSupport2MbCallbackTask()
1746 static void AvdtRecvRemoteDeviceSupport2MbCallback(const BtAddr *addr, bool support) in AvdtRecvRemoteDeviceSupport2MbCallback() argument
1748 LOG_INFO("[AVDT]%{public}s: addr(%02x:%02x:%02x:%02x:%02x:%02x),support(%{public}d)", in AvdtRecvRemoteDeviceSupport2MbCallback()
1749 __func__, BT_ADDR_FMT_DSC(addr->addr), support); in AvdtRecvRemoteDeviceSupport2MbCallback()
1757 supportParam->support = support; in AvdtRecvRemoteDeviceSupport2MbCallback()
1769 if (param->support) { in AvdtRemoteDeviceSupport3MbCallbackTask()
1779 static void AvdtRecvRemoteDeviceSupport3MbCallback(const BtAddr *addr, bool support) in AvdtRecvRemoteDeviceSupport3MbCallback() argument
1782 "[AVDT]%{public}s: addr(%02x:%02x:%02x:%02x:%02x:%02x),support( in AvdtRecvRemoteDeviceSupport3MbCallback()
[all...]
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/utils/
H A Dwifi_direct_utils.cpp361 bool support = OHOS::system::GetBoolParameter("persist.sys.softbus.connect.hml", true); in SupportHml() local
362 CONN_LOGI(CONN_WIFI_DIRECT, "persist.sys.softbus.connect.hml=%{public}d", support); in SupportHml()
363 return support; in SupportHml()
368 bool support = OHOS::system::GetBoolParameter("persist.sys.softbus.connect.hml_two", true); in SupportHmlTwo() local
369 CONN_LOGI(CONN_WIFI_DIRECT, "persist.sys.softbus.connect.hml_two=%{public}d", support); in SupportHmlTwo()
370 return support; in SupportHmlTwo()
/foundation/multimedia/media_foundation/video_processing_engine/framework/capi/video_processing/
H A Dvideo_processing.cpp42 auto support = operationLoader(VideoProcessingNdkLoader::Get()); in CallVideoProcessingSupport() local
44 return support; in CallVideoProcessingSupport()
/foundation/multimedia/media_foundation/video_processing_engine/framework/capi/image_processing/
H A Dimage_processing.cpp44 auto support = operationLoader(ImageProcessingNdkLoader::Get()); in CallImageProcessingSupport() local
46 return support; in CallImageProcessingSupport()
/foundation/multimedia/audio_framework/test/fuzztest/audiopolicyanother_fuzzer/
H A Daudio_policy_another_fuzzer.cpp245 bool support = *reinterpret_cast<const bool *>(rawData); in AudioPolicyOtherFuzzTest() local
248 GetServerPtr()->SetDeviceAbsVolumeSupported(macAddress, support); in AudioPolicyOtherFuzzTest()
/foundation/multimedia/audio_framework/services/audio_policy/client/src/proxy/
H A Daudio_policy_volume_proxy.cpp298 int32_t AudioPolicyProxy::SetDeviceAbsVolumeSupported(const std::string &macAddress, const bool support) in SetDeviceAbsVolumeSupported() argument
307 data.WriteBool(support); in SetDeviceAbsVolumeSupported()
/foundation/multimedia/audio_framework/services/audio_policy/test/unittest/audio_policy_service_unit_test/src/
H A Daudio_policy_service_second_unit_test.cpp247 bool support = false; in HWTEST_F() local
248 server->audioPolicyService_.SetAbsVolumeSceneAsync(macAddress, support); in HWTEST_F()
261 bool support = false; in HWTEST_F() local
262 int32_t ret = server->audioPolicyService_.SetDeviceAbsVolumeSupported(macAddress, support); in HWTEST_F()
/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_p2p_msg.cpp922 void P2pVendorConfig::SetRandomMacSupport(bool support) in SetRandomMacSupport() argument
924 randomMacSupport = support; in SetRandomMacSupport()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uifirst_manager.cpp960 bool support = true; in LeashWindowContainMainWindowAndStarting() local
966 RS_TRACE_NAME_FMT("nID:%" PRIu64" , nType:%d, support:%d, canvasNodeNum:%d, mainwindowNum:%d", in LeashWindowContainMainWindowAndStarting()
967 child->GetId(), static_cast<int>(child->GetType()), support, canvasNodeNum, mainwindowNum); in LeashWindowContainMainWindowAndStarting()
979 support = false; in LeashWindowContainMainWindowAndStarting()
981 RS_TRACE_NAME_FMT("uifirst_node support:%d, canvasNodeNum:%d, mainwindowNum:%d, startingWindow:%d", in LeashWindowContainMainWindowAndStarting()
982 support, canvasNodeNum, mainwindowNum, startingWindow != nullptr); in LeashWindowContainMainWindowAndStarting()
983 if (support && canvasNodeNum == 1 && mainwindowNum > 0 && startingWindow) { // starting window & appwindow in LeashWindowContainMainWindowAndStarting()
1246 // 1: Planning: support multi appwindows in IsLeashWindowCache()
1378 // not support cache type switch, just disable multithread cache in UifirstStateChange()
/foundation/multimedia/audio_framework/services/audio_policy/client/include/
H A Daudio_policy_base.h231 virtual int32_t SetDeviceAbsVolumeSupported(const std::string &macAddress, const bool support) = 0;
H A Daudio_policy_proxy.h227 int32_t SetDeviceAbsVolumeSupported(const std::string &macAddress, const bool support) override;
/foundation/communication/wifi/wifi/interfaces/inner_api/
H A Dwifi_p2p_msg.h549 void SetRandomMacSupport(bool support);
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dbtm.h208 typedef void (*BTMRemoteDeviceSupportCallback)(const BtAddr *addr, bool support);
/foundation/multimedia/audio_framework/frameworks/native/audiopolicy/test/unittest/manager_test/src/
H A Daudio_manager_unit_test.cpp2676 bool support = true;
2692 ret = AudioSystemManager::GetInstance()->SetDeviceAbsVolumeSupported(outputDevice->macAddress_, support);
2695 ret = AudioSystemManager::GetInstance()->SetA2dpDeviceVolume(outputDevice->macAddress_, 2, support);
2700 support = false;
2701 ret = AudioSystemManager::GetInstance()->SetDeviceAbsVolumeSupported(macAddress, support);
2704 ret = AudioSystemManager::GetInstance()->SetA2dpDeviceVolume(macAddress, 0, support);

Completed in 26 milliseconds

12