/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/deviceprofilemanager/ |
H A D | device_profile_manager.h | 66 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 D | device_profile_manager.cpp | 384 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 D | i_dp_sync_adapter.h | 30 const sptr<IRemoteObject> syncCompletedCallback) = 0;
|
H A D | distributed_device_profile_service_new.h | 67 sptr<IRemoteObject> syncCompletedCallback) override;
|
/ohos5.0/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/src/ |
H A D | distributed_device_profile_client.cpp | 360 sptr<IRemoteObject> syncCompletedCallback = syncCb->AsObject(); in SyncDeviceProfile() local 361 if (syncCompletedCallback == nullptr) { in SyncDeviceProfile() 365 return dpService->SyncDeviceProfile(syncOptions, syncCompletedCallback); in SyncDeviceProfile()
|
H A D | distributed_device_profile_proxy.cpp | 309 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 D | i_distributed_device_profile.h | 63 sptr<IRemoteObject> syncCompletedCallback) = 0;
|
/ohos5.0/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/include/ |
H A D | distributed_device_profile_proxy.h | 66 …eviceProfile(const DpSyncOptions& syncOptions, sptr<IRemoteObject> syncCompletedCallback) override;
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/ |
H A D | distributed_device_profile_stub_new_test.cpp | 62 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 D | distributed_device_profile_stub_new.cpp | 495 sptr<IRemoteObject> syncCompletedCallback = data.ReadRemoteObject(); in SyncDeviceProfileInner() local 496 int32_t ret = SyncDeviceProfile(syncOptions, syncCompletedCallback); in SyncDeviceProfileInner()
|
H A D | distributed_device_profile_service_new.cpp | 489 …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 D | distributed_device_profile_stub.cpp | 651 sptr<IRemoteObject> syncCompletedCallback = data.ReadRemoteObject(); in SyncDeviceProfileNewInner() local 653 …ibutedDeviceProfileServiceNew::GetInstance().SyncDeviceProfile(syncOptions, syncCompletedCallback); in SyncDeviceProfileNewInner()
|