/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/ |
H A D | wifi_hal_chip_interface.c | 156 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 D | wifi_hal_chip_interface.h | 136 * @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 D | wifi_hal_crpc_chip.c | 331 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 D | wifi_hal_chip_interface_test.cpp | 109 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 D | gap_btm_receive.c | 48 bool support; member 221 GapRemoteDeviceSupportHostSecureSimplePairingCallback(¶m->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 D | gap_internal.h | 92 void GapRemoteDeviceSupportHostSecureSimplePairingCallback(const BtAddr *addr, bool support);
|
H A D | gap_br_sec.c | 362 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 D | rs_round_corner_config.h | 88 bool support = false; member 150 bool support = false; member
|
H A D | rs_round_corner_display.cpp | 65 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 D | rs_round_corner_config.cpp | 120 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 D | wifi_direct_utils.cpp | 349 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 D | avdtp_ctrl.c | 1729 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 D | wifi_direct_utils.cpp | 361 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 D | video_processing.cpp | 42 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 D | image_processing.cpp | 44 auto support = operationLoader(ImageProcessingNdkLoader::Get()); in CallImageProcessingSupport() local 46 return support; in CallImageProcessingSupport()
|
/foundation/multimedia/audio_framework/test/fuzztest/audiopolicyanother_fuzzer/ |
H A D | audio_policy_another_fuzzer.cpp | 245 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 D | audio_policy_volume_proxy.cpp | 298 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 D | audio_policy_service_second_unit_test.cpp | 247 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 D | wifi_p2p_msg.cpp | 922 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 D | rs_uifirst_manager.cpp | 960 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 D | audio_policy_base.h | 231 virtual int32_t SetDeviceAbsVolumeSupported(const std::string &macAddress, const bool support) = 0;
|
H A D | audio_policy_proxy.h | 227 int32_t SetDeviceAbsVolumeSupported(const std::string &macAddress, const bool support) override;
|
/foundation/communication/wifi/wifi/interfaces/inner_api/ |
H A D | wifi_p2p_msg.h | 549 void SetRandomMacSupport(bool support);
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/ |
H A D | btm.h | 208 typedef void (*BTMRemoteDeviceSupportCallback)(const BtAddr *addr, bool support);
|
/foundation/multimedia/audio_framework/frameworks/native/audiopolicy/test/unittest/manager_test/src/ |
H A D | audio_manager_unit_test.cpp | 2676 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);
|