Home
last modified time | relevance | path

Searched refs:SubscribeDeviceProfileInited (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Ddistributed_device_profile_client_kv_test.cpp454 …int32_t ret = DistributedDeviceProfileClient::GetInstance().SubscribeDeviceProfileInited(1000, ini…
467 …int32_t ret = DistributedDeviceProfileClient::GetInstance().SubscribeDeviceProfileInited(-1, inite…
480 …int32_t ret = DistributedDeviceProfileClient::GetInstance().SubscribeDeviceProfileInited(MAX_SAID …
493 …int32_t ret = DistributedDeviceProfileClient::GetInstance().SubscribeDeviceProfileInited(MAX_SAID …
H A Ddistributed_device_profile_stub_new_test.cpp59 … int32_t SubscribeDeviceProfileInited(int32_t saId, sptr<IRemoteObject> dpInitedCallback) override;
207 int32_t MockDistributedDeviceProfileStubNew::SubscribeDeviceProfileInited(int32_t saId, in SubscribeDeviceProfileInited() function in OHOS::DistributedDeviceProfile::MockDistributedDeviceProfileStubNew
H A Ddp_profile_service_test.cpp303 …int32_t ret = DistributedDeviceProfileServiceNew::GetInstance().SubscribeDeviceProfileInited(saId,…
/ohos5.0/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/src/
H A Ddistributed_device_profile_client.cpp460 int32_t ret = SubscribeDeviceProfileInited(saId_, dpInitedCallback_); in ReSubscribeDeviceProfileInited()
470 int32_t DistributedDeviceProfileClient::SubscribeDeviceProfileInited(int32_t saId, in SubscribeDeviceProfileInited() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileClient
495 int32_t ret = dpService->SubscribeDeviceProfileInited(saId, dpInitedCallback); in SubscribeDeviceProfileInited()
H A Ddistributed_device_profile_proxy.cpp340 int32_t DistributedDeviceProfileProxy::SubscribeDeviceProfileInited(int32_t saId, sptr<IRemoteObjec… in SubscribeDeviceProfileInited() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileProxy
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/interfaces/
H A Di_distributed_device_profile.h60 …virtual int32_t SubscribeDeviceProfileInited(int32_t saId, sptr<IRemoteObject> dpInitedCallback) =…
/ohos5.0/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/include/
H A Ddistributed_device_profile_proxy.h64 … int32_t SubscribeDeviceProfileInited(int32_t saId, sptr<IRemoteObject> dpInitedCallback) override;
H A Ddistributed_device_profile_client.h69 int32_t SubscribeDeviceProfileInited(int32_t saId, sptr<IDpInitedCallback> initedCb);
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/
H A Ddistributed_device_profile_service_new.h68 … int32_t SubscribeDeviceProfileInited(int32_t saId, sptr<IRemoteObject> dpInitedCallback) override;
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/
H A Ddistributed_device_profile_stub_new.cpp529 int32_t ret = SubscribeDeviceProfileInited(saId, dpInitedCallback); in SubscribeDeviceProfileInitedInner()
H A Ddistributed_device_profile_service_new.cpp759 int32_t DistributedDeviceProfileServiceNew::SubscribeDeviceProfileInited(int32_t saId, in SubscribeDeviceProfileInited() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileServiceNew
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/
H A Ddistributed_device_profile_stub.cpp686 … int32_t ret = DistributedDeviceProfileServiceNew::GetInstance().SubscribeDeviceProfileInited(saId, in SubscribeDeviceProfileInitedInner()