Home
last modified time | relevance | path

Searched refs:syncCompletedCallback (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/deviceprofilemanager/
H A Ddevice_profile_manager.h66 sptr<IRemoteObject> syncCompletedCallback);
76 … int32_t RunloadedFunction(const std::string& deviceId, sptr<IRemoteObject> syncCompletedCallback);
78 const std::string& callerDescriptor, sptr<IRemoteObject> syncCompletedCallback);
80 sptr<IRemoteObject> syncCompletedCallback);
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/
H A Ddevice_profile_manager.cpp384 sptr<IRemoteObject> syncCompletedCallback) in SyncDeviceProfile() argument
387 if (syncCompletedCallback == nullptr) { in SyncDeviceProfile()
400 ProfileCache::GetInstance().AddSyncListener(callerDescriptor, syncCompletedCallback); in SyncDeviceProfile()
415 auto syncTask = [this, notOHBasedDevices, callerDescriptor, syncCompletedCallback]() { in SyncDeviceProfile()
416 SyncWithNotOHBasedDevice(notOHBasedDevices, callerDescriptor, syncCompletedCallback); in SyncDeviceProfile()
494 const std::string& callerDescriptor, sptr<IRemoteObject> syncCompletedCallback) in SyncWithNotOHBasedDevice() argument
498 SyncWithNotOHBasedDeviceFailed(notOHBasedDevices, syncCompletedCallback); in SyncWithNotOHBasedDevice()
502 if (RunloadedFunction(deviceId, syncCompletedCallback) != DP_SUCCESS) { in SyncWithNotOHBasedDevice()
505 SyncWithNotOHBasedDeviceFailed({deviceId}, syncCompletedCallback); in SyncWithNotOHBasedDevice()
512 sptr<IRemoteObject> syncCompletedCallback) in SyncWithNotOHBasedDeviceFailed() argument
[all …]
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/
H A Di_dp_sync_adapter.h30 const sptr<IRemoteObject> syncCompletedCallback) = 0;
H A Ddistributed_device_profile_service_new.h67 sptr<IRemoteObject> syncCompletedCallback) override;
/ohos5.0/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/src/
H A Ddistributed_device_profile_client.cpp360 sptr<IRemoteObject> syncCompletedCallback = syncCb->AsObject(); in SyncDeviceProfile() local
361 if (syncCompletedCallback == nullptr) { in SyncDeviceProfile()
365 return dpService->SyncDeviceProfile(syncOptions, syncCompletedCallback); in SyncDeviceProfile()
H A Ddistributed_device_profile_proxy.cpp309 const sptr<IRemoteObject> syncCompletedCallback) in SyncDeviceProfile() argument
319 WRITE_HELPER(data, RemoteObject, syncCompletedCallback); in SyncDeviceProfile()
/ohos5.0/foundation/deviceprofile/device_info_manager/common/include/interfaces/
H A Di_distributed_device_profile.h63 sptr<IRemoteObject> syncCompletedCallback) = 0;
/ohos5.0/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/include/
H A Ddistributed_device_profile_proxy.h66 …eviceProfile(const DpSyncOptions& syncOptions, sptr<IRemoteObject> syncCompletedCallback) override;
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Ddistributed_device_profile_stub_new_test.cpp62 sptr<IRemoteObject> syncCompletedCallback) override;
220 …st DistributedDeviceProfile::DpSyncOptions& syncOptions, sptr<IRemoteObject> syncCompletedCallback) in SyncDeviceProfile() argument
223 (void)syncCompletedCallback; in SyncDeviceProfile()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/
H A Ddistributed_device_profile_stub_new.cpp495 sptr<IRemoteObject> syncCompletedCallback = data.ReadRemoteObject(); in SyncDeviceProfileInner() local
496 int32_t ret = SyncDeviceProfile(syncOptions, syncCompletedCallback); in SyncDeviceProfileInner()
H A Ddistributed_device_profile_service_new.cpp489 …st DistributedDeviceProfile::DpSyncOptions& syncOptions, sptr<IRemoteObject> syncCompletedCallback) in SyncDeviceProfile() argument
496 …_t ret = DeviceProfileManager::GetInstance().SyncDeviceProfile(syncOptions, syncCompletedCallback); in SyncDeviceProfile()
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/
H A Ddistributed_device_profile_stub.cpp651 sptr<IRemoteObject> syncCompletedCallback = data.ReadRemoteObject(); in SyncDeviceProfileNewInner() local
653 …ibutedDeviceProfileServiceNew::GetInstance().SyncDeviceProfile(syncOptions, syncCompletedCallback); in SyncDeviceProfileNewInner()