Home
last modified time | relevance | path

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

/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);
/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
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Ddp_subscribe_info_test.cpp161 subscribeInfo.SetSubscribeKey(subscribekey); in HWTEST_F()
178 subscribeInfo.SetSubscribeKey(deviceId, deviceAttribute); in HWTEST_F()
181 subscribeInfo.SetSubscribeKey(deviceId, serviceName, serviceAttribute); in HWTEST_F()
184 subscribeInfo.SetSubscribeKey(deviceId, serviceName, characteristicKey, characteristicAttribute); in HWTEST_F()
/foundation/distributeddatamgr/pasteboard/framework/framework/device/
H A Ddev_profile.cpp243 subscribeInfo.SetSubscribeKey(udid, SWITCH_ID, CHARACTER_ID, CHARACTERISTIC_VALUE); in SubscribeProfileEvent()

Completed in 3 milliseconds