/base/powermgr/power_manager/frameworks/napi/utils/ |
D | async_callback_info.cpp | 28 POWER_HILOGW(COMP_FWK, "Failed to get a callback reference"); in CallFunction() 35 POWER_HILOGW(COMP_FWK, "Failed to call the callback function"); in CallFunction() 52 POWER_HILOGW(COMP_FWK, "napi_create_promise failure"); in CreatePromise() 89 POWER_HILOGW(FEATURE_RUNNING_LOCK, "RunningLock is nullptr"); in CreateInstanceForRunningLock() 95 POWER_HILOGW(FEATURE_RUNNING_LOCK, "NAPI failed to create a reference value"); in CreateInstanceForRunningLock() 101 POWER_HILOGW(FEATURE_RUNNING_LOCK, "NAPI failed to create a reference"); in CreateInstanceForRunningLock() 108 POWER_HILOGW(FEATURE_RUNNING_LOCK, "Cannot unwrap entity from instance"); in CreateInstanceForRunningLock()
|
D | napi_utils.cpp | 29 POWER_HILOGW(COMP_FWK, "Failed to get the input parameter"); in GetCallbackInfo() 39 POWER_HILOGW(COMP_FWK, "napi_get_value_string_utf8 failed"); in GetStringFromNapi() 49 POWER_HILOGW(COMP_FWK, "Failed to create a value reference"); in CreateReference() 68 POWER_HILOGW(COMP_FWK, "Parameter type error"); in CheckValueType()
|
D | napi_errors.cpp | 51 POWER_HILOGW(COMP_FWK, "throw error code: %{public}d, msg: %{public}s,", in GetNapiError()
|
/base/powermgr/power_manager/services/native/src/setting/ |
D | setting_helper.cpp | 35 POWER_HILOGW(COMP_UTILS, "get setting display off time failed, ret=%{public}d", ret); in GetSettingDisplayOffTime() 45 POWER_HILOGW( in SetSettingDisplayOffTime() 56 …POWER_HILOGW(COMP_UTILS, "register setting display off time observer failed, ret=%{public}d", ret); in RegisterSettingDisplayOffTimeObserver() 73 POWER_HILOGW(COMP_UTILS, "get setting auto adjust brightness failed, ret=%{public}d", ret); in GetSettingAutoAdjustBrightness() 83 POWER_HILOGW( in SetSettingAutoAdjustBrightness() 94 …POWER_HILOGW(COMP_UTILS, "register setting auto adjust brightness observer failed, ret=%{public}d"… in RegisterSettingAutoAdjustBrightnessObserver() 110 POWER_HILOGW( in SetSettingBrightness() 126 POWER_HILOGW(COMP_UTILS, "get setting vibration failed, ret=%{public}d", ret); in GetSettingVibration() 136 …POWER_HILOGW(COMP_UTILS, "set setting vibration failed, status=%{public}d, ret=%{public}d", status… in SetSettingVibration() 146 POWER_HILOGW(COMP_UTILS, "register setting vibration observer failed, ret=%{public}d", ret); in RegisterSettingVibrationObserver() [all …]
|
/base/powermgr/battery_lite/frameworks/native/include/ |
D | hilog_wrapper.h | 38 #ifdef POWER_HILOGW 39 #undef POWER_HILOGW 53 #define POWER_HILOGW(...) HILOG_WARN(HILOG_MODULE_POWERMGR, __VA_ARGS__) macro 59 #define POWER_HILOGW(...) HILOG_WARN(LOG_CORE, FILE_FORMATED(__VA_ARGS__))
|
/base/powermgr/powermgr_lite/frameworks/include/ |
D | hilog_wrapper.h | 42 #ifdef POWER_HILOGW 43 #undef POWER_HILOGW 57 #define POWER_HILOGW(...) HILOG_WARN(HILOG_MODULE_POWERMGR, __VA_ARGS__) macro 63 #define POWER_HILOGW(...) HILOG_WARN(LOG_CORE, FILE_FORMATED(__VA_ARGS__))
|
/base/powermgr/power_manager/utils/native/include/ |
D | power_log.h | 35 #ifdef POWER_HILOGW 36 #undef POWER_HILOGW 139 #define POWER_HILOGW(domain, ...) \ macro 153 #define POWER_HILOGW(...) macro
|
/base/powermgr/power_manager/services/native/src/shutdown/ |
D | shutdown_dialog.cpp | 106 POWER_HILOGW(FEATURE_SHUTDOWN, "InputManager is null"); in KeyMonitorCancel() 121 POWER_HILOGW(FEATURE_SHUTDOWN, "power dialog has been show"); in ConnectSystemUi() 126 POWER_HILOGW(FEATURE_SHUTDOWN, "AbilityManagerClient is nullptr"); in ConnectSystemUi() 134 …POWER_HILOGW(FEATURE_SHUTDOWN, "ConnectAbility systemui dialog failed, result = %{public}d", resul… in ConnectSystemUi() 183 POWER_HILOGW(FEATURE_SHUTDOWN, "remoteObject is nullptr"); in OnAbilityConnectDone() 208 POWER_HILOGW(FEATURE_SHUTDOWN, "show power dialog is failed: %{public}d", ret); in OnAbilityConnectDone()
|
D | shutdown_callback_holer.cpp | 25 POWER_HILOGW(FEATURE_SHUTDOWN, "object dead, need remove the callback"); in OnRemoteDied()
|
D | shutdown_controller.cpp | 111 POWER_HILOGW(FEATURE_SHUTDOWN, "Shutdown is already running"); in RebootOrShutdown() 156 POWER_HILOGW(FEATURE_SHUTDOWN, "Shutdown callback execution timeout"); in Prepare()
|
/base/powermgr/power_manager/utils/param/src/ |
D | sysparam.cpp | 35 POWER_HILOGW(COMP_UTILS, "RegisterBootCompletedCallback failed, ret=%{public}d", ret); in RegisterBootCompletedCallback() 44 …POWER_HILOGW(COMP_UTILS, "GetParameter failed, return default value, ret=%{public}d, def=%{public}… in GetIntValue()
|
/base/powermgr/power_manager/services/native/src/actions/default/suspend/ |
D | suspend_controller.cpp | 40 POWER_HILOGW(FEATURE_SUSPEND, "AutoSuspend is stopped"); in AutoSuspendLoop() 76 POWER_HILOGW(FEATURE_SUSPEND, "AutoSuspend is already started"); in Start() 124 POWER_HILOGW(FEATURE_SUSPEND, "Read wakeup count failed"); in WaitWakeupCount()
|
/base/powermgr/power_manager/frameworks/native/ |
D | client_lifecycle.cpp | 90 POWER_HILOGW(COMP_FWK, "OnRemoteDied failed, remote is nullptr"); in OnRemoteDied() 95 POWER_HILOGW(COMP_FWK, "Recv death notice"); in OnRemoteDied()
|
D | running_lock.cpp | 86 POWER_HILOGW(FEATURE_RUNNING_LOCK, "use default timeout"); in Lock()
|
D | power_mgr_client.cpp | 107 POWER_HILOGW(COMP_FWK, "Recv death notice, PowerMgr Death"); in OnRemoteDied() 205 POWER_HILOGW(COMP_FWK, "Invalid timeout, timeout=%{public}" PRId64 "", timeout); in OverrideScreenOffTime()
|
/base/powermgr/power_manager/services/native/src/ |
D | power_mode_policy.cpp | 106 … POWER_HILOGW(FEATURE_POWER_MODE, "get setting state invalid, switch id: %{public}d", switchId); in GetSettingSwitchState() 140 POWER_HILOGW(FEATURE_POWER_MODE, "Invalid type: %{public}d", type); in IsValidType() 151 POWER_HILOGW(FEATURE_POWER_MODE, "remove backup switch: %{public}d", switchId); in RemoveBackupMapSettingSwitch()
|
D | power_mgr_service.cpp | 80 POWER_HILOGW(COMP_SVC, "OnStart is ready, nothing to do"); in OnStart() 203 POWER_HILOGW(FEATURE_INPUT, "SENSOR_TYPE_ID_HALL sensor not support"); in HallSensorSubscriberInit() 207 POWER_HILOGW(FEATURE_INPUT, "strcpy_s error"); in HallSensorSubscriberInit() 226 POWER_HILOGW(FEATURE_INPUT, "Get sensors fail, ret=%{public}d", ret); in IsSupportSensor() 241 POWER_HILOGW(FEATURE_INPUT, "Hall sensor event is invalid"); in HallSensorCallback() 301 POWER_HILOGW( in CheckDialogAndShuttingDown() 312 POWER_HILOGW(FEATURE_INPUT, "Initialize the subscription switch"); in SwitchSubscriberInit() 418 POWER_HILOGW(COMP_SVC, "Stop service"); in OnStop() 443 POWER_HILOGW(COMP_SVC, "start destruct ffrt_queue"); in Reset() 564 POWER_HILOGW(FEATURE_SUSPEND, "System is shutting down, can't suspend"); in SuspendDevice() [all …]
|
D | power_mode_module.cpp | 75 POWER_HILOGW(FEATURE_POWER_MODE, "Invalid mode %{public}d", mode); in SetModeItem() 222 POWER_HILOGW(FEATURE_POWER_MODE, "Power Mode is already running"); in EnableMode() 298 POWER_HILOGW(FEATURE_POWER_MODE, "On remote died"); in OnRemoteDied() 348 POWER_HILOGW(FEATURE_POWER_MODE, "Unknown mode"); in PublishPowerModeEvent()
|
D | power_state_machine.cpp | 317 POWER_HILOGW(FEATURE_SUSPEND, "Invalid type: %{public}d", type); in SuspendDeviceInner() 434 POWER_HILOGW(FEATURE_WAKEUP, "Invalid type: %{public}d", type); in WakeupDeviceInner() 482 POWER_HILOGW(FEATURE_ACTIVITY, "Invalid type: %{public}d", type); in RefreshActivityInner() 711 POWER_HILOGW(FEATURE_ACTIVITY, "suspendController is nullptr"); in SetDelayTimer() 738 POWER_HILOGW(FEATURE_ACTIVITY, "suspendController is nullptr"); in CancelDelayTimer() 819 POWER_HILOGW(FEATURE_POWER_STATE, "RunningLock is blocking to transit to SLEEP"); in HandleActivitySleepTimeout() 826 …POWER_HILOGW(FEATURE_ACTIVITY, "Display is on, ignore activity sleep timeout, state = %{public}d",… in HandleActivitySleepTimeout() 1076 POWER_HILOGW(FEATURE_POWER_STATE, "StateController is not init"); in SetState() 1313 POWER_HILOGW(FEATURE_POWER_STATE, "owner is nullptr"); in TransitTo() 1363 POWER_HILOGW(FEATURE_POWER_STATE, "Owner is nullptr"); in CheckState() [all …]
|
/base/powermgr/power_manager/services/native/src/runninglock/ |
D | running_lock_mgr.cpp | 384 POWER_HILOGW(FEATURE_RUNNING_LOCK, "Runninglock is proxied"); in Lock() 388 POWER_HILOGW(FEATURE_RUNNING_LOCK, "Runninglock type is invalid"); in Lock() 420 POWER_HILOGW(FEATURE_RUNNING_LOCK, "Runninglock is proxied"); in UnLock() 544 … POWER_HILOGW(FEATURE_RUNNING_LOCK, "Proxy runninglock failed, pid=%{public}d is invalid", pid); in ProxyRunningLock() 564 … POWER_HILOGW(FEATURE_RUNNING_LOCK, "Proxy runninglock failed, no matching runninglock exist"); in ProxyRunningLockInner() 601 POWER_HILOGW(FEATURE_RUNNING_LOCK, "LockInnerByProxy failed, runninglock Proxied"); in LockInnerByProxy() 616 POWER_HILOGW(FEATURE_RUNNING_LOCK, "UnlockInnerByProxy failed, runninglock Disable"); in UnlockInnerByProxy() 696 POWER_HILOGW(FEATURE_RUNNING_LOCK, "Remote is nullptr"); in OnRemoteDied() 701 POWER_HILOGW(FEATURE_RUNNING_LOCK, "Power service is nullptr"); in OnRemoteDied() 749 POWER_HILOGW(FEATURE_RUNNING_LOCK, "Sensor event is nullptr"); in RecordSensorCallback() [all …]
|
D | running_lock_timer_handler.cpp | 40 …POWER_HILOGW(FEATURE_RUNNING_LOCK, "RunningLockTimer exist, unregister timerId=%{public}d", lastTi… in RegisterRunningLockTimer() 46 POWER_HILOGW(FEATURE_RUNNING_LOCK, "RegisterRunningLockTimer failed"); in RegisterRunningLockTimer()
|
/base/powermgr/power_manager/utils/permission/src/ |
D | permission.cpp | 75 POWER_HILOGW(COMP_UTILS, "system denied, type=%{public}d, pid=%{public}d, uid=%{public}d", in IsSystem() 106 …POWER_HILOGW(COMP_UTILS, "permission denied, perm=%{public}s type=%{public}d, pid=%{public}d, uid=… in IsPermissionGranted()
|
/base/powermgr/power_manager/services/native/src/actions/default/ |
D | system_suspend_controller.cpp | 43 POWER_HILOGW(COMP_SVC, "hdi service manager is nullptr"); in RegisterHdiStatusListener() 60 POWER_HILOGW(COMP_SVC, "power interface service stop, unregister interface"); in RegisterHdiStatusListener() 69 POWER_HILOGW(COMP_SVC, "Register hdi failed"); in RegisterHdiStatusListener()
|
/base/powermgr/power_manager/utils/setting/src/ |
D | setting_provider.cpp | 203 … POWER_HILOGW(COMP_UTILS, "not found value, key=%{public}s, count=%{public}d", key.c_str(), count); in GetStringValue() 212 POWER_HILOGW(COMP_UTILS, "resultSet->GetString return not ok, ret=%{public}d", ret); in GetStringValue() 254 POWER_HILOGW(COMP_UTILS, "helper is nullptr, uri=%{public}s", SETTING_URI_PROXY.c_str()); in CreateDataShareHelper() 263 POWER_HILOGW(COMP_UTILS, "release helper fail"); in ReleaseDataShareHelper()
|
/base/powermgr/power_manager/services/native/src/screenoffpre/ |
D | screen_off_pre_controller.cpp | 107 POWER_HILOGW(FEATURE_SCREEN_OFF_PRE, "OnRemoteDied"); in OnRemoteDied()
|