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 D | kv_adapter.cpp | 120 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 D | kv_data_change_listener.cpp | 130 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 D | device_profile_manager.cpp | 852 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 D | static_capability_collector.cpp | 71 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 D | subscribe_profile_manager.cpp | 165 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 D | dp_subscribe_info.cpp | 155 …cJSON_AddStringToObject(json, SUBSCRIBE_KEY.c_str(), ProfileUtils::GetDbKeyAnonyString(subscribeKe… in dump()
|
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/utils/ |
H A D | profile_utils.h | 38 static std::string GetDbKeyAnonyString(const std::string& value);
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/ |
H A D | profile_utils_test.cpp | 66 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 D | profile_utils.cpp | 45 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()
|