Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/interfaces/
H A Di_distributed_device_profile.h64 virtual int32_t SendSubscribeInfos(std::map<std::string, SubscribeInfo> listenerMap) = 0;
/ohos5.0/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/include/
H A Ddistributed_device_profile_proxy.h67 int32_t SendSubscribeInfos(std::map<std::string, SubscribeInfo> listenerMap) override;
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/
H A Ddistributed_device_profile_service_new.h70 int32_t SendSubscribeInfos(std::map<std::string, SubscribeInfo> listenerMap) override;
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Ddistributed_device_profile_stub_new_test.cpp63 int32_t SendSubscribeInfos(std::map<std::string, SubscribeInfo> listenerMap) override;
226 int32_t MockDistributedDeviceProfileStubNew::SendSubscribeInfos(std::map<std::string, SubscribeInfo… in SendSubscribeInfos() function in OHOS::DistributedDeviceProfile::MockDistributedDeviceProfileStubNew
/ohos5.0/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/src/
H A Ddistributed_device_profile_proxy.cpp325 int32_t DistributedDeviceProfileProxy::SendSubscribeInfos(std::map<std::string, SubscribeInfo> list… in SendSubscribeInfos() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileProxy
H A Ddistributed_device_profile_client.cpp126 dpService->SendSubscribeInfos(subscribeInfos_); in SendSubscribeInfosToService()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/
H A Ddistributed_device_profile_stub_new.cpp512 int32_t ret = SendSubscribeInfos(listenerMap); in SendSubscribeInfosInner()
H A Ddistributed_device_profile_service_new.cpp501 int32_t DistributedDeviceProfileServiceNew::SendSubscribeInfos(std::map<std::string, SubscribeInfo>… in SendSubscribeInfos() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileServiceNew
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/
H A Ddistributed_device_profile_stub.cpp669 int32_t ret = DistributedDeviceProfileServiceNew::GetInstance().SendSubscribeInfos(listenerMap); in SendSubscribeInfosInner()