Searched refs:DpSyncOptions (Results 1 - 18 of 18) sorted by relevance
/foundation/deviceprofile/device_info_manager/common/src/interfaces/ |
H A D | dp_sync_options.cpp | 24 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 D | dp_sync_options.h | 28 class DpSyncOptions : public DpParcel { class 30 DpSyncOptions() = default; 31 ~DpSyncOptions() = default;
|
H A D | i_distributed_device_profile.h | 62 virtual int32_t SyncDeviceProfile(const DistributedDeviceProfile::DpSyncOptions& syncOptions,
|
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/ |
H A D | sync_options_test.cpp | 35 shared_ptr<DistributedDeviceProfile::DpSyncOptions> syncPtr = 36 make_shared<DistributedDeviceProfile::DpSyncOptions>();
|
H A D | dp_profile_service_test.cpp | 285 DistributedDeviceProfile::DpSyncOptions syncOptions; in HWTEST_F()
|
H A D | distributed_device_profile_stub_new_test.cpp | 61 int32_t SyncDeviceProfile(const DistributedDeviceProfile::DpSyncOptions& syncOptions,
220 const DistributedDeviceProfile::DpSyncOptions& syncOptions, sptr<IRemoteObject> syncCompletedCallback)
in SyncDeviceProfile()
|
H A D | distributed_device_profile_client_kv_test.cpp | 417 DistributedDeviceProfile::DpSyncOptions syncOptions; in HWTEST_F()
|
H A D | device_profile_manager_test.cpp | 1277 DistributedDeviceProfile::DpSyncOptions syncOptions; in HWTEST_F() 1296 DistributedDeviceProfile::DpSyncOptions syncOptions; in HWTEST_F()
|
/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/include/ |
H A D | distributed_device_profile_client.h | 68 int32_t SyncDeviceProfile(const DpSyncOptions& syncOptions, sptr<ISyncCompletedCallback> syncCb);
|
H A D | distributed_device_profile_proxy.h | 66 int32_t SyncDeviceProfile(const DpSyncOptions& syncOptions, sptr<IRemoteObject> syncCompletedCallback) override;
|
/foundation/deviceprofile/device_info_manager/services/core/include/deviceprofilemanager/ |
H A D | device_profile_manager.h | 65 int32_t SyncDeviceProfile(const DistributedDeviceProfile::DpSyncOptions& syncOptions,
|
/foundation/deviceprofile/device_info_manager/services/core/include/ |
H A D | distributed_device_profile_service_new.h | 66 int32_t SyncDeviceProfile(const DistributedDeviceProfile::DpSyncOptions& syncOptions,
|
/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/src/ |
H A D | distributed_device_profile_client.cpp | 348 int32_t DistributedDeviceProfileClient::SyncDeviceProfile(const DpSyncOptions& syncOptions, in SyncDeviceProfile()
|
H A D | distributed_device_profile_proxy.cpp | 308 int32_t DistributedDeviceProfileProxy::SyncDeviceProfile(const DpSyncOptions& syncOptions, in SyncDeviceProfile()
|
/foundation/deviceprofile/device_info_manager/services/core/src/ |
H A D | distributed_device_profile_stub_new.cpp | 490 DistributedDeviceProfile::DpSyncOptions syncOptions; in SyncDeviceProfileInner()
|
H A D | distributed_device_profile_service_new.cpp | 493 const DistributedDeviceProfile::DpSyncOptions& syncOptions, sptr<IRemoteObject> syncCompletedCallback) in SyncDeviceProfile()
|
/foundation/deviceprofile/device_info_manager/old/services/core/src/ |
H A D | distributed_device_profile_stub.cpp | 646 OHOS::DistributedDeviceProfile::DpSyncOptions syncOptions; in SyncDeviceProfileNewInner()
|
/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/ |
H A D | device_profile_manager.cpp | 383 int32_t DeviceProfileManager::SyncDeviceProfile(const DistributedDeviceProfile::DpSyncOptions& syncOptions, in SyncDeviceProfile()
|
Completed in 14 milliseconds