Home
last modified time | relevance | path

Searched refs:SyncDeviceProfile (Results 1 – 25 of 41) sorted by relevance

12

/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/dbstorage/
H A Donline_sync_table.cpp87 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 Ddevice_profile_storage.cpp274 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 DREADME_zh.md128 * SyncDeviceProfile参数描述
145 DistributedDeviceProfileClient::GetInstance().SyncDeviceProfile(syncOption,
H A DREADME.md124 * Parameters of **SyncDeviceProfile**
140 // Call SyncDeviceProfile.
141 DistributedDeviceProfileClient::GetInstance().SyncDeviceProfile(syncOption,
/ohos5.0/docs/zh-cn/readme/
H A DDeviceProfile子系统.md128 * SyncDeviceProfile参数描述
145 DistributedDeviceProfileClient::GetInstance().SyncDeviceProfile(syncOption,
/ohos5.0/docs/en/readme/
H A DDeviceProfile.md122 * 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 Dprofile_sync_test.cpp158 SyncDeviceProfile(deviceIds, SyncMode::PUSH);
186 …int result = DistributedDeviceProfileService::GetInstance().SyncDeviceProfile(syncOptions, notifie…
H A Dprofile_proxy_test.cpp127 int32_t result = dps->SyncDeviceProfile(syncOptions, profileEventNotifier);
/ohos5.0/foundation/deviceprofile/device_info_manager/old/interfaces/innerkits/core/include/
H A Didistributed_device_profile.h42 virtual int32_t SyncDeviceProfile(const SyncOptions& syncOptions,
H A Ddistributed_device_profile_proxy.h48 int32_t SyncDeviceProfile(const SyncOptions& syncOptions,
H A Ddistributed_device_profile_client.h57 int32_t SyncDeviceProfile(const SyncOptions& syncOptions,
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/include/dbstorage/
H A Donline_sync_table.h33 … int32_t SyncDeviceProfile(const std::vector<std::string>& deviceIds, SyncMode syncMode) override;
H A Ddevice_profile_storage.h51 virtual int32_t SyncDeviceProfile(const std::vector<std::string>& deviceIdList,
H A Ddevice_profile_storage_manager.h55 int32_t SyncDeviceProfile(const SyncOptions& syncOptions,
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/
H A Ddistributed_device_profile_service.cpp191 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 Dputdeviceprofileinner_fuzzer.cpp68 …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 Dsyncdeviceprofileinner_fuzzer.cpp67 …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 Ddistributed_device_profile_service.h48 int32_t SyncDeviceProfile(const SyncOptions& syncOptions,
/ohos5.0/foundation/deviceprofile/device_info_manager/old/interfaces/innerkits/core/src/
H A Ddistributed_device_profile_client.cpp286 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 Di_distributed_device_profile.h62 virtual int32_t SyncDeviceProfile(const DistributedDeviceProfile::DpSyncOptions& syncOptions,
/ohos5.0/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/include/
H A Ddistributed_device_profile_proxy.h66 …int32_t SyncDeviceProfile(const DpSyncOptions& syncOptions, sptr<IRemoteObject> syncCompletedCallb…
H A Ddistributed_device_profile_client.h68 … int32_t SyncDeviceProfile(const DpSyncOptions& syncOptions, sptr<ISyncCompletedCallback> syncCb);
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/deviceprofilemanager/
H A Ddevice_profile_manager.h65 int32_t SyncDeviceProfile(const DistributedDeviceProfile::DpSyncOptions& syncOptions,
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/
H A Ddistributed_device_profile_service_new.h66 int32_t SyncDeviceProfile(const DistributedDeviceProfile::DpSyncOptions& syncOptions,
/ohos5.0/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() function in OHOS::DistributedDeviceProfile::DistributedDeviceProfileClient
365 return dpService->SyncDeviceProfile(syncOptions, syncCompletedCallback); in SyncDeviceProfile()

12