Searched refs:callerDescriptor (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/ |
H A D | device_profile_manager.cpp | 398 std::string callerDescriptor = PermissionManager::GetInstance().GetCallerProcName(); in SyncDeviceProfile() local 400 ProfileCache::GetInstance().AddSyncListener(callerDescriptor, syncCompletedCallback); in SyncDeviceProfile() 415 auto syncTask = [this, notOHBasedDevices, callerDescriptor, syncCompletedCallback]() { in SyncDeviceProfile() 416 SyncWithNotOHBasedDevice(notOHBasedDevices, callerDescriptor, syncCompletedCallback); in SyncDeviceProfile() 420 HILOGI("SyncDeviceProfile success, caller: %{public}s!", callerDescriptor.c_str()); in SyncDeviceProfile() 494 const std::string& callerDescriptor, sptr<IRemoteObject> syncCompletedCallback) in SyncWithNotOHBasedDevice() argument
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/deviceprofilemanager/ |
H A D | device_profile_manager.h | 78 const std::string& callerDescriptor, sptr<IRemoteObject> syncCompletedCallback);
|