Home
last modified time | relevance | path

Searched refs:SetSubscribeKey (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/interfaces/
H A Ddp_subscribe_info.h39 void SetSubscribeKey(const std::string& deviceId, const std::string& deviceAttribute);
40 void SetSubscribeKey(const std::string& deviceId, const std::string& serviceName,
42 void SetSubscribeKey(const std::string& deviceId, const std::string& serviceName,
45 void SetSubscribeKey(const std::string& subscribeKey);
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/interfaces/
H A Ddp_subscribe_info.cpp64 void SubscribeInfo::SetSubscribeKey(const std::string& deviceId, const std::string& deviceAttribute) in SetSubscribeKey() function in OHOS::DistributedDeviceProfile::SubscribeInfo
69 void SubscribeInfo::SetSubscribeKey(const std::string& deviceId, const std::string& serviceName, in SetSubscribeKey() function in OHOS::DistributedDeviceProfile::SubscribeInfo
74 void SubscribeInfo::SetSubscribeKey(const std::string& deviceId, const std::string& serviceName, in SetSubscribeKey() function in OHOS::DistributedDeviceProfile::SubscribeInfo
86 void SubscribeInfo::SetSubscribeKey(const std::string& subscribeKey) in SetSubscribeKey() function in OHOS::DistributedDeviceProfile::SubscribeInfo
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Ddp_subscribe_info_test.cpp161 subscribeInfo.SetSubscribeKey(subscribekey);
178 subscribeInfo.SetSubscribeKey(deviceId, deviceAttribute);
181 subscribeInfo.SetSubscribeKey(deviceId, serviceName, serviceAttribute);
184 … subscribeInfo.SetSubscribeKey(deviceId, serviceName, characteristicKey, characteristicAttribute);
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/framework/device/
H A Ddev_profile.cpp254 subscribeInfo.SetSubscribeKey(udid, SWITCH_ID, CHARACTER_ID, CHARACTERISTIC_VALUE); in SubscribeProfileEvent()