/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/interfaces/ |
H A D | i_distributed_device_profile.h | 64 virtual int32_t SendSubscribeInfos(std::map<std::string, SubscribeInfo> listenerMap) = 0;
|
/ohos5.0/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/include/ |
H A D | distributed_device_profile_proxy.h | 67 int32_t SendSubscribeInfos(std::map<std::string, SubscribeInfo> listenerMap) override;
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/ |
H A D | distributed_device_profile_service_new.h | 70 int32_t SendSubscribeInfos(std::map<std::string, SubscribeInfo> listenerMap) override;
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/ |
H A D | distributed_device_profile_stub_new_test.cpp | 63 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 D | distributed_device_profile_proxy.cpp | 325 int32_t DistributedDeviceProfileProxy::SendSubscribeInfos(std::map<std::string, SubscribeInfo> list… in SendSubscribeInfos() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileProxy
|
H A D | distributed_device_profile_client.cpp | 126 dpService->SendSubscribeInfos(subscribeInfos_); in SendSubscribeInfosToService()
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/ |
H A D | distributed_device_profile_stub_new.cpp | 512 int32_t ret = SendSubscribeInfos(listenerMap); in SendSubscribeInfosInner()
|
H A D | distributed_device_profile_service_new.cpp | 501 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 D | distributed_device_profile_stub.cpp | 669 int32_t ret = DistributedDeviceProfileServiceNew::GetInstance().SendSubscribeInfos(listenerMap); in SendSubscribeInfosInner()
|