/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/communicator/ |
H A D | dev_manager.cpp | 49 LOG_INFO("[Online] id:%{public}s, name:%{public}s, typeId:%{public}d", SoftBusAdapter::ToBeAnonymous(uuid).c_str(),
in OnDeviceOnline() 58 SoftBusAdapter::ToBeAnonymous(uuid).c_str(), deviceInfo.deviceName, deviceInfo.deviceTypeId);
in OnDeviceOffline() 65 LOG_INFO("[InfoChange] id:%{public}s, name:%{public}s", SoftBusAdapter::ToBeAnonymous(uuid).c_str(),
in OnDeviceChanged() 146 LOG_WARN("GetEncryptedUuidByNetworkId error, nodeId:%{public}s", SoftBusAdapter::ToBeAnonymous(nodeId).c_str());
in GetUuidByNodeId()
|
H A D | softbus_adapter_standard.cpp | 117 LOG_DEBUG("[Notify] to DB from: %{public}s, type:%{public}d", ToBeAnonymous(uuid).c_str(), type);
in NotifyAll() 199 LOG_DEBUG("[LocalDevice] id:%{private}s, name:%{private}s, type:%{private}d", ToBeAnonymous(uuid).c_str(),
in GetLocalDevice() 216 ToBeAnonymous(std::string(info.networkId)).c_str(), info.deviceName, info.deviceTypeId);
in GetLocalBasicInfo() 307 std::string SoftBusAdapter::ToBeAnonymous(const std::string &name)
in ToBeAnonymous() function in OHOS::ObjectStore::SoftBusAdapter 567 ToBeAnonymous(deviceId).c_str());
in NotifyDataListeners() 612 SoftBusAdapter::ToBeAnonymous(info.networkId).c_str());
in OnServerBind()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/ |
H A D | softbus_client.cpp | 116 KvStoreUtils::ToBeAnonymous(client->device_.deviceId).c_str(), clientSocket, type); in OpenConnect() 145 KvStoreUtils::ToBeAnonymous(device_.deviceId).c_str(), pipe_.pipeId.c_str(), socket); in Open() 149 KvStoreUtils::ToBeAnonymous(device_.deviceId).c_str(), pipe_.pipeId.c_str(), status); in Open() 167 KvStoreUtils::ToBeAnonymous(device_.deviceId).c_str(), pipe_.pipeId.c_str(), socket_); in Open()
|
H A D | softbus_adapter_standard.cpp | 178 ZLOGI("reuse connect:%{public}s", KvStoreUtils::ToBeAnonymous(deviceId.deviceId).c_str()); in Reuse() 268 ZLOGI("Start close session, deviceId:%{public}s", KvStoreUtils::ToBeAnonymous(deviceId).c_str()); in StartCloseSessionTask() 404 KvStoreUtils::ToBeAnonymous(peer.deviceId).c_str()); in IsSameStartedOnPeer() 440 KvStoreUtils::ToBeAnonymous(deviceId).c_str()); in NotifyDataListeners() 469 ZLOGI("device:%{public}s", KvStoreUtils::ToBeAnonymous(device.deviceId).c_str()); in OnBroadcast() 471 ZLOGW("no listener device:%{public}s", KvStoreUtils::ToBeAnonymous(device.deviceId).c_str()); in OnBroadcast() 498 ZLOGI("[shutdown] socket:%{public}d, name:%{public}s", socket, KvStoreUtils::ToBeAnonymous(name).c_str()); in OnClientShutdown() 509 KvStoreUtils::ToBeAnonymous(peerDevUuid).c_str()); in OnServerBind() 527 socket, info.name.c_str(), KvStoreUtils::ToBeAnonymous(peerDevUuid).c_str(), dataLen); in OnServerBytesReceived()
|
H A D | device_manager_adapter.cpp | 257 KvStoreUtils::ToBeAnonymous(dvInfo.uuid).c_str(), dvInfo.deviceName.c_str(), dvInfo.deviceType, in Online() 299 ZLOGI("[NotifyReadyEvent] uuid:%{public}s", KvStoreUtils::ToBeAnonymous(uuid).c_str()); in NotifyReadyEvent() 324 KvStoreUtils::ToBeAnonymous(dvInfo.uuid).c_str(), dvInfo.deviceName.c_str(), dvInfo.deviceType, 346 KvStoreUtils::ToBeAnonymous(dvInfo.uuid).c_str(), dvInfo.deviceName.c_str(), dvInfo.deviceType); 358 KvStoreUtils::ToBeAnonymous(dvInfo.uuid).c_str(), dvInfo.deviceName.c_str(), dvInfo.deviceType); 516 ZLOGE("invalid id:%{public}s", KvStoreUtils::ToBeAnonymous(id).c_str()); 533 KvStoreUtils::ToBeAnonymous(info.networkId).c_str(), info.uuid.empty(), info.udid.empty()); 569 KvStoreUtils::ToBeAnonymous(uuid).c_str(), info.deviceName, info.deviceTypeId, deviceExtraInfo.OS_TYPE); 589 ZLOGE("failed, result:%{public}d, networkId:%{public}s", ret, KvStoreUtils::ToBeAnonymous(networkId).c_str()); 610 ZLOGE("failed, result:%{public}d, networkId:%{public}s", ret, KvStoreUtils::ToBeAnonymous(networkI [all...] |
H A D | communicator_context.cpp | 92 KvUtils::ToBeAnonymous(deviceId).c_str(), observers_.size()); in NotifySessionReady()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/include/utils/ |
H A D | kvstore_utils.h | 31 KVSTORE_API static std::string ToBeAnonymous(const std::string &name);
|
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/transport/softbus/ |
H A D | softbus_session.cpp | 52 LOGI("open session with device: %{public}s", ToBeAnonymous(peerDeviceId_).c_str()); in Start() 127 std::string SoftbusSession::ToBeAnonymous(const std::string &name) in ToBeAnonymous() function in OHOS::FileManagement::CloudSync::SoftbusSession
|
/foundation/distributeddatamgr/preferences/frameworks/native/platform/include/ |
H A D | preferences_anonymous.h | 25 static std::string ToBeAnonymous(const std::string &data) in ToBeAnonymous() function in OHOS::NativePreferences::Anonymous
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/utils/src/ |
H A D | kvstore_utils.cpp | 28 std::string KvStoreUtils::ToBeAnonymous(const std::string &name) in ToBeAnonymous() function in OHOS::DistributedKv::KvStoreUtils
|
/foundation/filemanagement/dfs_service/services/cloudsyncservice/include/transport/softbus/ |
H A D | softbus_session.h | 48 std::string ToBeAnonymous(const std::string &name);
|
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/communicator/ |
H A D | softbus_adapter.h | 52 static std::string ToBeAnonymous(const std::string &name);
|
/foundation/distributeddatamgr/preferences/frameworks/native/src/ |
H A D | preferences_impl.cpp | 252 LOG_WARN("unknown element type. the key is %{public}s", Anonymous::ToBeAnonymous(element.key_).c_str()); in GetPrefValue() 364 LOG_WARN("unknown element type. the key is %{public}s", Anonymous::ToBeAnonymous(elem.key_).c_str()); in GetElement() 587 Anonymous::ToBeAnonymous(*key).c_str()); in NotifyPreferencesObserver()
|
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/test/unittest/src/ |
H A D | communicator_test.cpp | 310 * @tc.desc: test SoftBusAdapter ToBeAnonymous.
317 auto ret = softBusAdapter.ToBeAnonymous(name);
in HWTEST_F() 323 * @tc.desc: test SoftBusAdapter ToBeAnonymous.
330 auto ret = softBusAdapter.ToBeAnonymous(name);
in HWTEST_F()
|
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/adaptor/ |
H A D | flat_object_storage_engine.cpp | 365 SoftBusAdapter::ToBeAnonymous(storeId).c_str(), item.second, in SetStatusNotifier() 366 SoftBusAdapter::ToBeAnonymous(SoftBusAdapter::GetInstance()->ToNodeID(item.first)).c_str()); in SetStatusNotifier()
|