Home
last modified time | relevance | path

Searched refs:ToBeAnonymous (Results 1 - 15 of 15) sorted by relevance

/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/communicator/
H A Ddev_manager.cpp49 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 Dsoftbus_adapter_standard.cpp117 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 Dsoftbus_client.cpp116 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 Dsoftbus_adapter_standard.cpp178 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 Ddevice_manager_adapter.cpp257 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 Dcommunicator_context.cpp92 KvUtils::ToBeAnonymous(deviceId).c_str(), observers_.size()); in NotifySessionReady()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/include/utils/
H A Dkvstore_utils.h31 KVSTORE_API static std::string ToBeAnonymous(const std::string &name);
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/transport/softbus/
H A Dsoftbus_session.cpp52 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 Dpreferences_anonymous.h25 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 Dkvstore_utils.cpp28 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 Dsoftbus_session.h48 std::string ToBeAnonymous(const std::string &name);
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/communicator/
H A Dsoftbus_adapter.h52 static std::string ToBeAnonymous(const std::string &name);
/foundation/distributeddatamgr/preferences/frameworks/native/src/
H A Dpreferences_impl.cpp252 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 Dcommunicator_test.cpp310 * @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 Dflat_object_storage_engine.cpp365 SoftBusAdapter::ToBeAnonymous(storeId).c_str(), item.second, in SetStatusNotifier()
366 SoftBusAdapter::ToBeAnonymous(SoftBusAdapter::GetInstance()->ToNodeID(item.first)).c_str()); in SetStatusNotifier()

Completed in 11 milliseconds