Home
last modified time | relevance | path

Searched refs:callerDescriptor (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/deviceprofilemanager/
H A Ddevice_profile_manager.cpp398 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 Ddevice_profile_manager.h78 const std::string& callerDescriptor, sptr<IRemoteObject> syncCompletedCallback);