/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/dbstorage/ |
H A D | online_sync_table.cpp | 87 int32_t OnlineSyncTable::SyncDeviceProfile(const std::vector<std::string>& deviceIds, in SyncDeviceProfile() function in OHOS::DeviceProfile::OnlineSyncTable 94 int32_t errCode = DeviceProfileStorage::SyncDeviceProfile(deviceIds, syncMode); in SyncDeviceProfile() 135 DeviceProfileStorage::SyncDeviceProfile(deviceIds, SyncMode::PUSH); in SyncCompleted()
|
H A D | device_profile_storage.cpp | 274 int32_t DeviceProfileStorage::SyncDeviceProfile(const std::vector<std::string>& deviceIdList, in SyncDeviceProfile() function in OHOS::DeviceProfile::DeviceProfileStorage 392 int32_t res = SyncDeviceProfile(device, syncMode); in GetDeviceProfile()
|
/ohos5.0/foundation/deviceprofile/device_info_manager/ |
H A D | README_zh.md | 128 * SyncDeviceProfile参数描述 145 DistributedDeviceProfileClient::GetInstance().SyncDeviceProfile(syncOption,
|
H A D | README.md | 124 * Parameters of **SyncDeviceProfile** 140 // Call SyncDeviceProfile. 141 DistributedDeviceProfileClient::GetInstance().SyncDeviceProfile(syncOption,
|
/ohos5.0/docs/zh-cn/readme/ |
H A D | DeviceProfile子系统.md | 128 * SyncDeviceProfile参数描述 145 DistributedDeviceProfileClient::GetInstance().SyncDeviceProfile(syncOption,
|
/ohos5.0/docs/en/readme/ |
H A D | DeviceProfile.md | 122 * Parameters of SyncDeviceProfile 138 // Call SyncDeviceProfile. 139 DistributedDeviceProfileClient::GetInstance().SyncDeviceProfile(syncOption,
|
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/ |
H A D | profile_sync_test.cpp | 158 SyncDeviceProfile(deviceIds, SyncMode::PUSH); 186 …int result = DistributedDeviceProfileService::GetInstance().SyncDeviceProfile(syncOptions, notifie…
|
H A D | profile_proxy_test.cpp | 127 int32_t result = dps->SyncDeviceProfile(syncOptions, profileEventNotifier);
|
/ohos5.0/foundation/deviceprofile/device_info_manager/old/interfaces/innerkits/core/include/ |
H A D | idistributed_device_profile.h | 42 virtual int32_t SyncDeviceProfile(const SyncOptions& syncOptions,
|
H A D | distributed_device_profile_proxy.h | 48 int32_t SyncDeviceProfile(const SyncOptions& syncOptions,
|
H A D | distributed_device_profile_client.h | 57 int32_t SyncDeviceProfile(const SyncOptions& syncOptions,
|
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/include/dbstorage/ |
H A D | online_sync_table.h | 33 … int32_t SyncDeviceProfile(const std::vector<std::string>& deviceIds, SyncMode syncMode) override;
|
H A D | device_profile_storage.h | 51 virtual int32_t SyncDeviceProfile(const std::vector<std::string>& deviceIdList,
|
H A D | device_profile_storage_manager.h | 55 int32_t SyncDeviceProfile(const SyncOptions& syncOptions,
|
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/ |
H A D | distributed_device_profile_service.cpp | 191 int32_t DistributedDeviceProfileService::SyncDeviceProfile(const SyncOptions& syncOptions, in SyncDeviceProfile() function in OHOS::DeviceProfile::DistributedDeviceProfileService 208 …return DeviceProfileStorageManager::GetInstance().SyncDeviceProfile(syncOptions, profileEventNotif… in SyncDeviceProfile()
|
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/test/fuzztest/putdeviceprofileinner_fuzzer/ |
H A D | putdeviceprofileinner_fuzzer.cpp | 68 …int32_t SyncDeviceProfile(const SyncOptions& syncOptions, const sptr<IRemoteObject>& profileEventN… in SyncDeviceProfile() function in OHOS::DeviceProfile::DistributedDeviceProfileStubTest
|
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/test/fuzztest/syncdeviceprofileinner_fuzzer/ |
H A D | syncdeviceprofileinner_fuzzer.cpp | 67 …int32_t SyncDeviceProfile(const SyncOptions& syncOptions, const sptr<IRemoteObject>& profileEventN… in SyncDeviceProfile() function in OHOS::DeviceProfile::DistributedDeviceProfileStubTest
|
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/include/ |
H A D | distributed_device_profile_service.h | 48 int32_t SyncDeviceProfile(const SyncOptions& syncOptions,
|
/ohos5.0/foundation/deviceprofile/device_info_manager/old/interfaces/innerkits/core/src/ |
H A D | distributed_device_profile_client.cpp | 286 int32_t DistributedDeviceProfileClient::SyncDeviceProfile(const SyncOptions& syncOptions, in SyncDeviceProfile() function in OHOS::DeviceProfile::DistributedDeviceProfileClient 296 return dps->SyncDeviceProfile(syncOptions, notifier); in SyncDeviceProfile()
|
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/interfaces/ |
H A D | i_distributed_device_profile.h | 62 virtual int32_t SyncDeviceProfile(const DistributedDeviceProfile::DpSyncOptions& syncOptions,
|
/ohos5.0/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/include/ |
H A D | distributed_device_profile_proxy.h | 66 …int32_t SyncDeviceProfile(const DpSyncOptions& syncOptions, sptr<IRemoteObject> syncCompletedCallb…
|
H A D | distributed_device_profile_client.h | 68 … int32_t SyncDeviceProfile(const DpSyncOptions& syncOptions, sptr<ISyncCompletedCallback> syncCb);
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/deviceprofilemanager/ |
H A D | device_profile_manager.h | 65 int32_t SyncDeviceProfile(const DistributedDeviceProfile::DpSyncOptions& syncOptions,
|
/ohos5.0/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,
|
/ohos5.0/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() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileClient 365 return dpService->SyncDeviceProfile(syncOptions, syncCompletedCallback); in SyncDeviceProfile()
|