/foundation/distributedhardware/distributed_audio/interfaces/inner_kits/native_cpp/audio_sink/src/ |
H A D | daudio_sink_ipc_callback.cpp | 29 const std::string &networkId, bool &isSensitive, bool &isSameAccount) in OnNotifyResourceInfo() 32 "%{public}d, isSameAccount: %{public}d", subType.c_str(), GetAnonyString(networkId).c_str(), in OnNotifyResourceInfo() 33 isSensitive, isSameAccount); in OnNotifyResourceInfo() 39 ret = (*iter)->OnPrivaceResourceMessage(type, subType, networkId, isSensitive, isSameAccount); in OnNotifyResourceInfo() 28 OnNotifyResourceInfo(const ResourceEventType &type, const std::string &subType, const std::string &networkId, bool &isSensitive, bool &isSameAccount) OnNotifyResourceInfo() argument
|
H A D | daudio_sink_ipc_callback_stub.cpp | 57 bool isSameAccount; in OnNotifyResourceInfoInner() local 62 ret = OnNotifyResourceInfo(type, subType, networkId, isSensitive, isSameAccount); in OnNotifyResourceInfoInner() 66 reply.WriteBool(isSameAccount); in OnNotifyResourceInfoInner()
|
/foundation/distributedhardware/distributed_audio/services/audiomanager/servicesink/src/ |
H A D | daudio_sink_ipc_callback_proxy.cpp | 26 const std::string &networkId, bool &isSensitive, bool &isSameAccount) in OnNotifyResourceInfo() 43 isSameAccount = reply.ReadBool(); in OnNotifyResourceInfo() 25 OnNotifyResourceInfo(const ResourceEventType &type, const std::string &subType, const std::string &networkId, bool &isSensitive, bool &isSameAccount) OnNotifyResourceInfo() argument
|
/foundation/communication/dsoftbus/tests/sdk/bus_center/unittest/ |
H A D | bus_center_sdk_refresh_test.cpp | 68 .isSameAccount = true, 80 .isSameAccount = true, 155 .isSameAccount = true, in HWTEST_F() 208 .isSameAccount = true, in HWTEST_F() 261 .isSameAccount = true, in HWTEST_F() 289 .isSameAccount = true, in HWTEST_F() 345 .isSameAccount = true, in HWTEST_F() 398 .isSameAccount = true, in HWTEST_F() 451 .isSameAccount = true, in HWTEST_F() 508 .isSameAccount in HWTEST_F() [all...] |
H A D | bus_center_sdk_refresh_small_test.cpp | 73 .isSameAccount = true, 85 .isSameAccount = true, 132 .isSameAccount = true, in HWTEST_F() 189 .isSameAccount = true, in HWTEST_F() 246 .isSameAccount = true, in HWTEST_F() 303 .isSameAccount = true, in HWTEST_F() 360 .isSameAccount = true, in HWTEST_F() 417 .isSameAccount = true, in HWTEST_F() 474 .isSameAccount = true, in HWTEST_F() 531 .isSameAccount in HWTEST_F() [all...] |
/foundation/communication/dsoftbus/tests/sdk/bus_center/fuzztest/refreshlnn_fuzzer/ |
H A D | refreshlnn_fuzzer.cpp | 33 .isSameAccount = true, 63 g_sInfo.isSameAccount = (size % MAX_SIZE_DISCOVER_MODE) ? true : false; in GenRanDiscInfo()
|
/foundation/communication/dsoftbus/core/discovery/interface/ |
H A D | disc_serializer.h | 42 bool isSameAccount; member
|
/foundation/distributedhardware/distributed_audio/services/audiomanager/servicesink/include/ |
H A D | daudio_sink_ipc_callback_proxy.h | 31 const std::string &networkId, bool &isSensitive, bool &isSameAccount) override;
|
/foundation/distributedhardware/distributed_audio/interfaces/inner_kits/native_cpp/audio_sink/include/ |
H A D | idaudio_sink_ipc_callback.h | 33 const std::string &networkId, bool &isSensitive, bool &isSameAccount) = 0;
|
H A D | daudio_sink_ipc_callback.h | 33 const std::string &networkId, bool &isSensitive, bool &isSameAccount) override;
|
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/include/ |
H A D | dm_subscribe_info.h | 114 bool isSameAccount;
member
|
/foundation/distributedhardware/device_manager/test/softbusfuzztest/refreshsoftbuslnn_fuzzer/ |
H A D | refresh_softbus_lnn_fuzzer.cpp | 38 dmSubInfo.isSameAccount = true; in RefreshSoftbusLNNFuzzTest()
|
/foundation/communication/dsoftbus/core/discovery/ble/softbus_ble/src/ |
H A D | disc_ble.c | 112 bool isSameAccount[CAPABILITY_MAX_BITNUM]; member 152 bool isSameAccount; member 440 if (!(g_bleInfoManager[BLE_SUBSCRIBE | BLE_ACTIVE].isSameAccount[pos] || in ProcessHashAccount() 441 g_bleInfoManager[BLE_SUBSCRIBE | BLE_PASSIVE].isSameAccount[pos])) { in ProcessHashAccount() 711 bool isSameAccount = false; in GetConDeviceInfo() local 714 isSameAccount = isSameAccount ? isSameAccount : g_bleInfoManager[infoIndex].isSameAccount[pos]; in GetConDeviceInfo() 718 if (isSameAccount) { in GetConDeviceInfo() 1152 bool isSameAccount = bleOption.isSameAccount; RegisterCapability() local 1195 bool isSameAccount = false; UnregisterCapability() local [all...] |
/foundation/communication/dsoftbus/core/discovery/manager/include/ |
H A D | disc_manager.h | 39 bool isSameAccount; member
|
/foundation/communication/dsoftbus/tests/core/discovery/manager/unittest/ |
H A D | disc_manager_test.cpp | 54 .isSameAccount = true, 211 .isSameAccount = true, 221 .isSameAccount = true, 247 .isSameAccount = true, 257 .isSameAccount = true, 677 .isSameAccount = true, in HWTEST_F() 748 .isSameAccount = true, 806 .isSameAccount = true, 893 .isSameAccount = true, in HWTEST_F() 981 .isSameAccount [all...] |
/foundation/communication/dsoftbus/core/bus_center/utils/src/ |
H A D | lnn_ipc_utils.c | 59 subInfo->isSameAccount = *(bool *)info1; in ConvertVoidToSubscribeInfo()
|
/foundation/communication/dsoftbus/tests/sdk/bus_center/demo/bus_center/ |
H A D | publish_refresh_lnn_demo.c | 59 .isSameAccount = true,
|
/foundation/distributedhardware/device_manager/test/servicesfuzztest/devicediscovery_fuzzer/ |
H A D | device_discovery_fuzzer.cpp | 53 subInfo.isSameAccount = true; in DeviceDiscoveryFuzzTest()
|
/foundation/communication/dsoftbus/tests/core/discovery/ble/dispatcher/ |
H A D | disc_ble_dispatcher_test.cpp | 254 .isSameAccount = true, 269 .isSameAccount = true, 284 .isSameAccount = true, 299 .isSameAccount = true,
|
/foundation/communication/dsoftbus/tests/core/discovery/ble/softbus_ble/ |
H A D | disc_ble_distributed_test.cpp | 274 * given false g_bleInfoManager[2],[3].isSameAccount[0] 275 * should return false when given true one of g_bleInfoManager[2],[3].isSameAccount[0] 287 g_bleInfoManager[BLE_SUBSCRIBE | BLE_ACTIVE].isSameAccount[0] = false; in HWTEST_F() 288 g_bleInfoManager[BLE_SUBSCRIBE | BLE_PASSIVE].isSameAccount[0] = false; in HWTEST_F() 292 g_bleInfoManager[BLE_SUBSCRIBE | BLE_ACTIVE].isSameAccount[0] = true; in HWTEST_F()
|
/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/ble/phone/ |
H A D | ble_auth_channel_phone_test.cpp | 84 .isSameAccount = false,
|
/foundation/communication/dsoftbus/interfaces/kits/common/ |
H A D | softbus_common.h | 464 bool isSameAccount; member
|
/foundation/communication/dsoftbus/tests/sdk/discovery/unittest/ |
H A D | disc_sdk_only_l2_test.cpp | 71 .isSameAccount = true,
|
/foundation/distributedhardware/device_manager/test/benchmarktest/device_manager_fa_test/ |
H A D | device_manager_fa_test.cpp | 266 subInfo.isSameAccount = false; in BENCHMARK_F() 295 subInfo.isSameAccount = false; in BENCHMARK_F()
|
/foundation/communication/dsoftbus/core/bus_center/lnn/disc_mgr/src/ |
H A D | lnn_coap_discovery_impl.c | 158 .isSameAccount = false, in LnnStartCoapDiscovery()
|