Home
last modified time | relevance | path

Searched refs:GetDbKeyAnonyString (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/persistenceadapter/kvadapter/
H A Dkv_adapter.cpp120 ProfileUtils::GetDbKeyAnonyString(key).c_str(), in Put()
155 ProfileUtils::GetDbKeyAnonyString(item.first).c_str(), in PutBatch()
200 HILOGD("key: %{public}s", ProfileUtils::GetDbKeyAnonyString(key).c_str()); in Get()
213 …HILOGE("Get data from kv failed, key: %{public}s", ProfileUtils::GetDbKeyAnonyString(key).c_str()); in Get()
222 HILOGD("key prefix: %{public}s", ProfileUtils::GetDbKeyAnonyString(keyPrefix).c_str()); in GetByPrefix()
234 ProfileUtils::GetDbKeyAnonyString(keyPrefix).c_str()); in GetByPrefix()
249 … HILOGI("delete by key prefix: %{public}s", ProfileUtils::GetDbKeyAnonyString(keyPrefix).c_str()); in DeleteByPrefix()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/listener/
H A Dkv_data_change_listener.cpp130 HILOGW("invalid dbkey(%{public}s)", ProfileUtils::GetDbKeyAnonyString(dbKey).c_str()); in FilterEntries()
134 HILOGW("%{public}s is invalid dbKey", ProfileUtils::GetDbKeyAnonyString(dbKey).c_str()); in FilterEntries()
138 … HILOGW("%{public}s is charProfileKey", ProfileUtils::GetDbKeyAnonyString(dbKey).c_str()); in FilterEntries()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/
H A Ddevice_profile_manager.cpp852 HILOGI("delKey: %{public}s", ProfileUtils::GetDbKeyAnonyString(key).c_str()); in FixLocalData()
877 … HILOGW("SplitString fail, key: %{public}s", ProfileUtils::GetDbKeyAnonyString(key).c_str()); in FixRemoteDataWhenPeerIsNonOH()
881 HILOGI("delKey: %{public}s", ProfileUtils::GetDbKeyAnonyString(key).c_str()); in FixRemoteDataWhenPeerIsNonOH()
887 HILOGI("delKey: %{public}s", ProfileUtils::GetDbKeyAnonyString(key).c_str()); in FixRemoteDataWhenPeerIsNonOH()
909 HILOGI("delKey: %{public}s", ProfileUtils::GetDbKeyAnonyString(key).c_str()); in FixRemoteDataWhenPeerIsOHBase()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/staticcapabilitycollector/
H A Dstatic_capability_collector.cpp71 ProfileUtils::GetDbKeyAnonyString(item.first).c_str(), item.second.dump().c_str()); in AddStaticInfoToCache()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/subscribeprofilemanager/
H A Dsubscribe_profile_manager.cpp165 ProfileUtils::GetDbKeyAnonyString(subscribeInfo.GetSubscribeKey()).c_str()); in SubscribeDeviceProfile()
199 ProfileUtils::GetDbKeyAnonyString(subscribeInfo.GetSubscribeKey()).c_str()); in UnSubscribeDeviceProfile()
454 …D("This dbKey is not subscribed, dbKey: %{public}s", ProfileUtils::GetDbKeyAnonyString(dbKey).c_st… in GetSubscribeInfos()
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/interfaces/
H A Ddp_subscribe_info.cpp155 …cJSON_AddStringToObject(json, SUBSCRIBE_KEY.c_str(), ProfileUtils::GetDbKeyAnonyString(subscribeKe… in dump()
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/utils/
H A Dprofile_utils.h38 static std::string GetDbKeyAnonyString(const std::string& value);
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dprofile_utils_test.cpp66 string res = ProfileUtils::GetDbKeyAnonyString(len2);
79 string res = ProfileUtils::GetDbKeyAnonyString(len2);
92 string res = ProfileUtils::GetDbKeyAnonyString(len2);
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/utils/
H A Dprofile_utils.cpp45 std::string ProfileUtils::GetDbKeyAnonyString(const std::string& dbKey) in GetDbKeyAnonyString() function in OHOS::DistributedDeviceProfile::ProfileUtils
711 HILOGE("GetProfileProperty fail, %{public}s!", GetDbKeyAnonyString(item.first).c_str()); in GetProfilePropertiesMap()