Home
last modified time | relevance | path

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

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/
H A Ddistributed_device_profile_stub_new.cpp34 DistributedDeviceProfileStubNew::DistributedDeviceProfileStubNew() in DistributedDeviceProfileStubNew() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileStubNew
37 &DistributedDeviceProfileStubNew::PutAccessControlProfileInner; in DistributedDeviceProfileStubNew()
41 &DistributedDeviceProfileStubNew::GetTrustDeviceProfileInner; in DistributedDeviceProfileStubNew()
51 &DistributedDeviceProfileStubNew::PutServiceProfileInner; in DistributedDeviceProfileStubNew()
53 &DistributedDeviceProfileStubNew::PutServiceProfileBatchInner; in DistributedDeviceProfileStubNew()
59 &DistributedDeviceProfileStubNew::GetDeviceProfileInner; in DistributedDeviceProfileStubNew()
61 &DistributedDeviceProfileStubNew::GetServiceProfileInner; in DistributedDeviceProfileStubNew()
65 &DistributedDeviceProfileStubNew::DeleteServiceProfileInner; in DistributedDeviceProfileStubNew()
73 &DistributedDeviceProfileStubNew::SyncDeviceProfileInner; in DistributedDeviceProfileStubNew()
79 void DistributedDeviceProfileStubNew::InitAclAndSubscribe() in InitAclAndSubscribe()
[all …]
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/
H A Ddistributed_device_profile_stub_new.h30 class DistributedDeviceProfileStubNew : public IRemoteStub<IDistributedDeviceProfile> {
32 DistributedDeviceProfileStubNew();
33 ~DistributedDeviceProfileStubNew();
63 …using Func = int32_t(DistributedDeviceProfileStubNew::*)(MessageParcel& data, MessageParcel& reply…
H A Ddistributed_device_profile_service_new.h33 …DistributedDeviceProfileServiceNew : public SystemAbility, public DistributedDeviceProfileStubNew {
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Ddistributed_device_profile_stub_new_test.cpp36 class MockDistributedDeviceProfileStubNew : public DistributedDeviceProfileStubNew {
75 std::shared_ptr<DistributedDeviceProfileStubNew> ProfileStub_ = nullptr;
248 std::shared_ptr<DistributedDeviceProfileStubNew> devProStubNew =