Home
last modified time | relevance | path

Searched refs:POWER_HILOGW (Results 1 – 25 of 29) sorted by relevance

12

/base/powermgr/power_manager/frameworks/napi/utils/
Dasync_callback_info.cpp28 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()
Dnapi_utils.cpp29 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()
Dnapi_errors.cpp51 POWER_HILOGW(COMP_FWK, "throw error code: %{public}d, msg: %{public}s,", in GetNapiError()
/base/powermgr/power_manager/services/native/src/setting/
Dsetting_helper.cpp35 POWER_HILOGW(COMP_UTILS, "get setting display off time failed, ret=%{public}d", ret); in GetSettingDisplayOffTime()
45 POWER_HILOGW( in SetSettingDisplayOffTime()
56POWER_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()
94POWER_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()
136POWER_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/
Dhilog_wrapper.h38 #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/
Dhilog_wrapper.h42 #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/
Dpower_log.h35 #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/
Dshutdown_dialog.cpp106 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()
134POWER_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()
Dshutdown_callback_holer.cpp25 POWER_HILOGW(FEATURE_SHUTDOWN, "object dead, need remove the callback"); in OnRemoteDied()
Dshutdown_controller.cpp111 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/
Dsysparam.cpp35 POWER_HILOGW(COMP_UTILS, "RegisterBootCompletedCallback failed, ret=%{public}d", ret); in RegisterBootCompletedCallback()
44POWER_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/
Dsuspend_controller.cpp40 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/
Dclient_lifecycle.cpp90 POWER_HILOGW(COMP_FWK, "OnRemoteDied failed, remote is nullptr"); in OnRemoteDied()
95 POWER_HILOGW(COMP_FWK, "Recv death notice"); in OnRemoteDied()
Drunning_lock.cpp86 POWER_HILOGW(FEATURE_RUNNING_LOCK, "use default timeout"); in Lock()
Dpower_mgr_client.cpp107 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/
Dpower_mode_policy.cpp106POWER_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()
Dpower_mgr_service.cpp80 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 …]
Dpower_mode_module.cpp75 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()
Dpower_state_machine.cpp317 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()
826POWER_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/
Drunning_lock_mgr.cpp384 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()
544POWER_HILOGW(FEATURE_RUNNING_LOCK, "Proxy runninglock failed, pid=%{public}d is invalid", pid); in ProxyRunningLock()
564POWER_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 …]
Drunning_lock_timer_handler.cpp40POWER_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/
Dpermission.cpp75 POWER_HILOGW(COMP_UTILS, "system denied, type=%{public}d, pid=%{public}d, uid=%{public}d", in IsSystem()
106POWER_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/
Dsystem_suspend_controller.cpp43 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/
Dsetting_provider.cpp203POWER_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/
Dscreen_off_pre_controller.cpp107 POWER_HILOGW(FEATURE_SCREEN_OFF_PRE, "OnRemoteDied"); in OnRemoteDied()

12