Home
last modified time | relevance | path

Searched refs:DpSyncOptions (Results 1 - 18 of 18) sorted by relevance

/foundation/deviceprofile/device_info_manager/common/src/interfaces/
H A Ddp_sync_options.cpp24 const std::string TAG = "DpSyncOptions";
27 std::vector<std::string> DpSyncOptions::GetDeviceList() const in GetDeviceList()
32 void DpSyncOptions::AddDevice(const std::string& deviceId) in AddDevice()
37 SyncMode DpSyncOptions::GetSyncMode() const in GetSyncMode()
42 void DpSyncOptions::SetSyncMode(SyncMode mode) in SetSyncMode()
47 bool DpSyncOptions::Marshalling(MessageParcel& parcel) const in Marshalling()
57 bool DpSyncOptions::UnMarshalling(MessageParcel& parcel) in UnMarshalling()
75 std::string DpSyncOptions::dump() const in dump()
/foundation/deviceprofile/device_info_manager/common/include/interfaces/
H A Ddp_sync_options.h28 class DpSyncOptions : public DpParcel { class
30 DpSyncOptions() = default;
31 ~DpSyncOptions() = default;
H A Di_distributed_device_profile.h62 virtual int32_t SyncDeviceProfile(const DistributedDeviceProfile::DpSyncOptions& syncOptions,
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dsync_options_test.cpp35 shared_ptr<DistributedDeviceProfile::DpSyncOptions> syncPtr =
36 make_shared<DistributedDeviceProfile::DpSyncOptions>();
H A Ddp_profile_service_test.cpp285 DistributedDeviceProfile::DpSyncOptions syncOptions; in HWTEST_F()
H A Ddistributed_device_profile_stub_new_test.cpp61 int32_t SyncDeviceProfile(const DistributedDeviceProfile::DpSyncOptions& syncOptions,
220 const DistributedDeviceProfile::DpSyncOptions& syncOptions, sptr<IRemoteObject> syncCompletedCallback) in SyncDeviceProfile()
H A Ddistributed_device_profile_client_kv_test.cpp417 DistributedDeviceProfile::DpSyncOptions syncOptions; in HWTEST_F()
H A Ddevice_profile_manager_test.cpp1277 DistributedDeviceProfile::DpSyncOptions syncOptions; in HWTEST_F()
1296 DistributedDeviceProfile::DpSyncOptions syncOptions; in HWTEST_F()
/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/include/
H A Ddistributed_device_profile_client.h68 int32_t SyncDeviceProfile(const DpSyncOptions& syncOptions, sptr<ISyncCompletedCallback> syncCb);
H A Ddistributed_device_profile_proxy.h66 int32_t SyncDeviceProfile(const DpSyncOptions& syncOptions, sptr<IRemoteObject> syncCompletedCallback) override;
/foundation/deviceprofile/device_info_manager/services/core/include/deviceprofilemanager/
H A Ddevice_profile_manager.h65 int32_t SyncDeviceProfile(const DistributedDeviceProfile::DpSyncOptions& syncOptions,
/foundation/deviceprofile/device_info_manager/services/core/include/
H A Ddistributed_device_profile_service_new.h66 int32_t SyncDeviceProfile(const DistributedDeviceProfile::DpSyncOptions& syncOptions,
/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/src/
H A Ddistributed_device_profile_client.cpp348 int32_t DistributedDeviceProfileClient::SyncDeviceProfile(const DpSyncOptions& syncOptions, in SyncDeviceProfile()
H A Ddistributed_device_profile_proxy.cpp308 int32_t DistributedDeviceProfileProxy::SyncDeviceProfile(const DpSyncOptions& syncOptions, in SyncDeviceProfile()
/foundation/deviceprofile/device_info_manager/services/core/src/
H A Ddistributed_device_profile_stub_new.cpp490 DistributedDeviceProfile::DpSyncOptions syncOptions; in SyncDeviceProfileInner()
H A Ddistributed_device_profile_service_new.cpp493 const DistributedDeviceProfile::DpSyncOptions& syncOptions, sptr<IRemoteObject> syncCompletedCallback) in SyncDeviceProfile()
/foundation/deviceprofile/device_info_manager/old/services/core/src/
H A Ddistributed_device_profile_stub.cpp646 OHOS::DistributedDeviceProfile::DpSyncOptions syncOptions; in SyncDeviceProfileNewInner()
/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/
H A Ddevice_profile_manager.cpp383 int32_t DeviceProfileManager::SyncDeviceProfile(const DistributedDeviceProfile::DpSyncOptions& syncOptions, in SyncDeviceProfile()

Completed in 15 milliseconds