Home
last modified time | relevance | path

Searched refs:GetSubscribeKey (Results 1 - 6 of 6) sorted by relevance

/foundation/deviceprofile/device_info_manager/common/include/interfaces/
H A Ddp_subscribe_info.h38 std::string GetSubscribeKey() const;
68 return (one.GetSaId() == other.GetSaId()) && (one.GetSubscribeKey() == other.GetSubscribeKey()); in operator ()()
/foundation/deviceprofile/device_info_manager/services/core/src/subscribeprofilemanager/
H A Dsubscribe_profile_manager.cpp165 ProfileUtils::GetDbKeyAnonyString(subscribeInfo.GetSubscribeKey()).c_str()); in SubscribeDeviceProfile()
172 if (subscribeInfoMap_[subscribeInfo.GetSubscribeKey()].size() > MAX_LISTENER_SIZE) { in SubscribeDeviceProfile()
174 subscribeInfoMap_[subscribeInfo.GetSubscribeKey()].size()); in SubscribeDeviceProfile()
177 if (subscribeInfoMap_[subscribeInfo.GetSubscribeKey()].find(subscribeInfo) != in SubscribeDeviceProfile()
178 subscribeInfoMap_[subscribeInfo.GetSubscribeKey()].end()) { in SubscribeDeviceProfile()
180 subscribeInfoMap_[subscribeInfo.GetSubscribeKey()].erase(subscribeInfo); in SubscribeDeviceProfile()
182 subscribeInfoMap_[subscribeInfo.GetSubscribeKey()].emplace(subscribeInfo); in SubscribeDeviceProfile()
199 ProfileUtils::GetDbKeyAnonyString(subscribeInfo.GetSubscribeKey()).c_str()); in UnSubscribeDeviceProfile()
202 subscribeInfoMap_[subscribeInfo.GetSubscribeKey()].erase(subscribeInfo); in UnSubscribeDeviceProfile()
/foundation/deviceprofile/device_info_manager/common/src/interfaces/
H A Ddp_subscribe_info.cpp81 std::string SubscribeInfo::GetSubscribeKey() const in GetSubscribeKey() function in OHOS::DistributedDeviceProfile::SubscribeInfo
/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/src/
H A Ddistributed_device_profile_client.cpp325 subscribeInfo.GetSubscribeKey() + SEPARATOR + std::to_string(subscribeInfo.GetSaId()); in SubscribeDeviceProfile()
342 subscribeInfos_.erase(subscribeInfo.GetSubscribeKey() + SEPARATOR + std::to_string(subscribeInfo.GetSaId())); in UnSubscribeDeviceProfile()
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Ddp_subscribe_info_test.cpp142 subscribeKey = subscribeInfo.GetSubscribeKey(); in HWTEST_F()
/foundation/deviceprofile/device_info_manager/common/src/utils/
H A Dipc_utils.cpp245 listenerMap[subscribeInfo.GetSubscribeKey() + SEPARATOR + std::to_string(subscribeInfo.GetSaId())] = in UnMarshalling()

Completed in 4 milliseconds