/foundation/resourceschedule/device_standby/plugins/strategy/src/ |
H A D | network_strategy.cpp | 46 STANDBYSERVICE_LOGD("enter NetworkStrategy HandleEvent, eventId is %{public}d", message.eventId_); in HandleEvent() 73 STANDBYSERVICE_LOGD("enter NetworkStrategy UpdateAllowedList, eventId is %{public}d", message.eventId_); in UpdateAllowedList() 80 STANDBYSERVICE_LOGD("enter NetworkStrategy HandleEvent, current condition is %{public}u", condition_); in UpdateNetResourceConfig() 86 STANDBYSERVICE_LOGD("enter NetworkStrategy StartNetLimit, eventId is %{public}d", message.eventId_); in StartNetLimit() 90 STANDBYSERVICE_LOGD("current state is not SLEEP or current phase is not APP_RES_DEEP!"); in StartNetLimit() 98 STANDBYSERVICE_LOGD("enter NetworkStrategy StopNetLimit, eventId is %{public}d", message.eventId_); in StopNetLimit() 104 STANDBYSERVICE_LOGD("SetFireWallAllowedList, uids size %{public}d, isAdded is %{public}d", in SetFirewallAllowedList() 107 STANDBYSERVICE_LOGD("allow list is empty"); in SetFirewallAllowedList()
|
H A D | timer_strategy.cpp | 23 STANDBYSERVICE_LOGD("TimerStrategy revceived message %{public}u, action: %{public}s", in HandleEvent() 39 STANDBYSERVICE_LOGD("Timer Strategy Dump"); in ShellDump()
|
H A D | base_network_strategy.cpp | 55 STANDBYSERVICE_LOGD("BaseNetworkStrategy revceived message %{public}u, action: %{public}s", in HandleEvent() 94 STANDBYSERVICE_LOGD("allowType is not network, currentType is %{public}d", allowType); in UpdateExemptionList() 98 STANDBYSERVICE_LOGD("current state is not sleep or maintenance, ignore exemption"); in UpdateExemptionList() 129 STANDBYSERVICE_LOGD("now is doze, do not need start net limit mode, repeat process"); in EnableNetworkFirewall() 132 STANDBYSERVICE_LOGD("start net limit mode"); in EnableNetworkFirewall() 170 STANDBYSERVICE_LOGD("succeed GetApplicationInfos, size is %{public}d", in InitNetLimitedAppInfo() 224 STANDBYSERVICE_LOGD("succeed GetContinuousTaskApps, size is %{public}d", in GetBackgroundTaskApp() 231 STANDBYSERVICE_LOGD("succeed GetTransientTaskApps, size is %{public}d", in GetBackgroundTaskApp() 256 STANDBYSERVICE_LOGD("GetWorkSchedulerTask succeed, size is %{public}d", static_cast<int32_t>(workInfos.size())); in GetWorkSchedulerTask() 336 STANDBYSERVICE_LOGD("ui in SetNetAllowApps() [all...] |
H A D | running_lock_strategy.cpp | 51 STANDBYSERVICE_LOGD("RunningLockStrategy revceived message %{public}u, action: %{public}s", in HandleEvent() 102 STANDBYSERVICE_LOGD("allowType is not running lock, currentType is %{public}d", allowType); in UpdateExemptionList() 106 STANDBYSERVICE_LOGD("current state is not sleep or maintenance, ignore exemption"); in UpdateExemptionList() 115 STANDBYSERVICE_LOGD("%{public}s apply allow, added is %{public}d", processName.c_str(), added); in UpdateExemptionList() 134 STANDBYSERVICE_LOGD("now is proxied, do not need StartProxy, repeat process"); in StartProxy() 142 STANDBYSERVICE_LOGD("start proxy running lock, current state is %{public}d, current phase is %{public}d", in StartProxy() 189 STANDBYSERVICE_LOGD("succeed GetApplicationInfos, size is %{public}d", in GetAllAppInfos() 245 STANDBYSERVICE_LOGD("GetWorkSchedulerTask succeed, size is %{public}d", static_cast<int32_t>(workInfos.size())); in GetWorkSchedulerTask() 281 STANDBYSERVICE_LOGD("succeed GetContinuousTaskApps, size is %{public}d", in GetBackgroundTaskApp() 289 STANDBYSERVICE_LOGD("succee in GetBackgroundTaskApp() [all...] |
H A D | work_scheduler_strategy.cpp | 23 STANDBYSERVICE_LOGD("NetworkStrategy revceived message %{public}u, action: %{public}s", in HandleEvent()
|
H A D | strategy_manager_adapter.cpp | 82 STANDBYSERVICE_LOGD("StrategyManagerAdapter revceive message %{public}u, action: %{public}s", in HandleEvent()
|
/foundation/resourceschedule/device_standby/services/core/src/ |
H A D | bundle_manager_helper.cpp | 47 STANDBYSERVICE_LOGD("get client Bundle Name: %{public}s", bundle.c_str()); in GetClientBundleName() 54 STANDBYSERVICE_LOGD("start get application info"); in GetApplicationInfo() 58 STANDBYSERVICE_LOGD("bundleMgr is null: %{public}d ", bundleMgr_ == nullptr); in GetApplicationInfo() 71 STANDBYSERVICE_LOGD("bundleMgr is null: %{public}d ", bundleMgr_ == nullptr); in GetApplicationInfos() 82 STANDBYSERVICE_LOGD("bundleMgr is null: %{public}d ", bundleMgr_ == nullptr); in CheckIsSystemAppByUid()
|
H A D | app_state_observer.cpp | 29 STANDBYSERVICE_LOGD("process died, uid : %{public}d, pid : %{public}d", processData.uid, processData.pid); in OnProcessDied() 44 STANDBYSERVICE_LOGD("start check app alive or not"); in CheckAlivedApp() 63 STANDBYSERVICE_LOGD("%{public}s : validate app state data failed!", __func__); in OnApplicationStateChanged() 69 STANDBYSERVICE_LOGD("app is terminated, uid: %{public}d, bunddlename: %{public}s", uid, bundleName.c_str()); in OnApplicationStateChanged() 81 STANDBYSERVICE_LOGD("%{public}s : validate app state data failed!", __func__); in OnForegroundApplicationChanged() 88 STANDBYSERVICE_LOGD("fg app changed, state: %{public}d, bunddlename: %{public}s", state, bundleName.c_str()); in OnForegroundApplicationChanged()
|
H A D | standby_service.cpp | 95 STANDBYSERVICE_LOGD("add system ability, systemAbilityId : %{public}d", systemAbilityId); in OnAddSystemAbility() 99 STANDBYSERVICE_LOGD("common event service is ready!"); in OnAddSystemAbility() 104 STANDBYSERVICE_LOGD("timer service is ready!"); in OnAddSystemAbility() 109 STANDBYSERVICE_LOGD("ability mgr service is ready!"); in OnAddSystemAbility() 113 STANDBYSERVICE_LOGD("bundle mgr service is ready!"); in OnAddSystemAbility() 117 STANDBYSERVICE_LOGD("power service is ready!"); in OnAddSystemAbility() 121 STANDBYSERVICE_LOGD("app mgr service is ready!"); in OnAddSystemAbility() 126 STANDBYSERVICE_LOGD("multi modal input service is ready!"); in OnAddSystemAbility() 134 STANDBYSERVICE_LOGD("all necessary system service for standby service has been satisfied!"); in OnAddSystemAbility()
|
H A D | standby_service_impl.cpp | 95 STANDBYSERVICE_LOGD("start init necessary plugin"); in InitReadyState() 178 STANDBYSERVICE_LOGD("start day and night switch"); in DayNightSwitchCallback() 334 STANDBYSERVICE_LOGD("service start, parse persistent data"); in ParsePersistentData() 375 STANDBYSERVICE_LOGD("GetAllRunningProcesses result size is %{public}d", in GetPidAndProcName() 385 STANDBYSERVICE_LOGD("GetRunningSystemProcess result size is %{public}d", in GetPidAndProcName() 394 STANDBYSERVICE_LOGD("start to recovery delayed task"); in RecoverTimeLimitedTask() 412 STANDBYSERVICE_LOGD("dump persistant data"); in DumpPersistantData() 436 STANDBYSERVICE_LOGD("standby service is not ready"); in RemoveAppAllowRecord() 439 STANDBYSERVICE_LOGD("app died, uid: %{public}d, bundleName: %{public}s", uid, bundleName.c_str()); in RemoveAppAllowRecord() 449 STANDBYSERVICE_LOGD("chec in CheckCallerPermission() [all...] |
/foundation/resourceschedule/device_standby/services/notification/src/ |
H A D | standby_state_subscriber.cpp | 43 STANDBYSERVICE_LOGD("StandbyStateSubscriber start subscriber"); in AddSubscriber() 66 STANDBYSERVICE_LOGD(" suscriber standby service callback succeed, list.size() is %{public}d", in AddSubscriber() 94 STANDBYSERVICE_LOGD("remove subscriber from standby service subscriber succeed"); in RemoveSubscriber() 102 STANDBYSERVICE_LOGD("start ReportStandbyState, napping is %{public}d, sleeping is %{public}d", napped, sleeping); in ReportStandbyState() 116 STANDBYSERVICE_LOGD("stop callback subscriber list"); in NotifyIdleModeByCallback() 130 STANDBYSERVICE_LOGD("PublishCommonEvent for idle mode finished succeed"); in NotifyIdleModeByCommonEvent() 188 STANDBYSERVICE_LOGD("PublishCommonEvent for exempt list update succeed"); in NotifyAllowChangedByCommonEvent() 210 STANDBYSERVICE_LOGD("suscriber death, remove it from list"); in HandleSubscriberDeath()
|
/foundation/resourceschedule/device_standby/plugins/message_listener/src/ |
H A D | background_task_listener.cpp | 63 STANDBYSERVICE_LOGD("Transient start called, uid is %{public}d, bundle name is %{public}s", in OnAppTransientTaskStart() 71 STANDBYSERVICE_LOGD("Transient stop called, uid is %{public}d, bundle name is %{public}s", in OnAppTransientTaskEnd() 79 STANDBYSERVICE_LOGD("Continuous start called, uid is %{public}d", continuousTaskCallbackInfo->GetCreatorUid()); in OnContinuousTaskStart() 87 STANDBYSERVICE_LOGD("Continuous stop called, uid is %{public}d", continuousTaskCallbackInfo->GetCreatorUid()); in OnContinuousTaskStop()
|
H A D | input_manager_listener.cpp | 34 STANDBYSERVICE_LOGD("start input manager listener"); in StartListener() 41 STANDBYSERVICE_LOGD("start input manager listner, result is %{public}d", subscriberId_); in StartListener()
|
H A D | listener_manager_adapter.cpp | 42 STANDBYSERVICE_LOGD("listener manager plugin initialization failed"); in Init()
|
/foundation/resourceschedule/device_standby/services/common/src/ |
H A D | time_provider.cpp | 66 STANDBYSERVICE_LOGD("current local time info: %{public}02d:%{public}02d:%{public}02d", curLocalTime.tm_hour, in GetCondition() 79 STANDBYSERVICE_LOGD("condition is %{public}u", GetCondition()); in TimeDiffToDayNightSwitch() 96 STANDBYSERVICE_LOGD("current utc time info: %{public}02d:%{public}02d:%{public}02d", curUTCTime.tm_hour, in DiffToFixedClock() 102 STANDBYSERVICE_LOGD("target utc time info: %{public}02d:%{public}02d:%{public}02d", targetUTCTime.tm_hour, in DiffToFixedClock()
|
H A D | timed_task.cpp | 60 STANDBYSERVICE_LOGD("timed task had been triggered"); in OnTrigger() 62 STANDBYSERVICE_LOGD("start invoke callback function of timed task"); in OnTrigger() 65 STANDBYSERVICE_LOGD("end timed task callback"); in OnTrigger()
|
/foundation/resourceschedule/device_standby/plugins/extend_constraints/src/ |
H A D | motion_sensor_monitor.cpp | 64 STANDBYSERVICE_LOGD("sensor motion: %{public}lf, threshold: %{public}d", MotionSensorMonitor::GetEnergy(), in AcceleromterCallback() 79 STANDBYSERVICE_LOGD("periodly receive Acceleromter motion sensor callback"); in RepeatAcceleromterCallback() 82 STANDBYSERVICE_LOGD("sensor motion: %{public}lf, threshold: %{public}lf", MotionSensorMonitor::GetEnergy(), in RepeatAcceleromterCallback() 184 STANDBYSERVICE_LOGD("start motion sensor monitoring"); in StartMonitoring() 244 STANDBYSERVICE_LOGD("subscribe sensor succeed for sensor ID %{public}d", sensorTypeId); in StartSensor()
|
H A D | constraint_manager_adapter.cpp | 77 STANDBYSERVICE_LOGD("start constraint evalution"); in StartEvalution() 82 STANDBYSERVICE_LOGD("constraint evalution is nullptr, pass"); in StartEvalution()
|
/foundation/resourceschedule/device_standby/plugins/ext/src/ |
H A D | base_state.cpp | 70 STANDBYSERVICE_LOGD("due to timeout, try to enter %{public}s state from %{public}s", in StartTransitNextState() 140 STANDBYSERVICE_LOGD("StartStateTransitionTimer by id=" SPUBI64 ", triggerTime=" SPUBI64, in StartStateTransitionTimer() 194 STANDBYSERVICE_LOGD("acquire standby running lock, status is %{public}d", runningLockStatus_); in AcquireStandbyRunningLock() 210 STANDBYSERVICE_LOGD("release standby running lock, status is %{public}d", runningLockStatus_); in ReleaseStandbyRunningLock()
|
/foundation/resourceschedule/device_standby/utils/policy/src/ |
H A D | json_utils.cpp | 99 STANDBYSERVICE_LOGD("the standby service config file: %{public}s already exists.", filePath.c_str()); in CreateNodeFile() 104 STANDBYSERVICE_LOGD("the standby service config file: %{public}s not exists.", filePath.c_str()); in CreateNodeFile() 199 STANDBYSERVICE_LOGD("full path of standby service config file is: %{public}s ", fullPath.c_str()); in GetFileContent()
|
/foundation/resourceschedule/device_standby/interfaces/kits/napi/src/ |
H A D | common.cpp | 35 STANDBYSERVICE_LOGD("AsyncWorkData::~AsyncWorkData delete callback"); in ~AsyncWorkData() 40 STANDBYSERVICE_LOGD("AsyncWorkData::~AsyncWorkData delete asyncWork"); in ~AsyncWorkData() 227 STANDBYSERVICE_LOGD("GetStringValue result: %{public}s", result.c_str()); in GetStringValue() 279 STANDBYSERVICE_LOGD("GetNamedInt32Value: %{public}s is %{public}d", utf8name, result); in GetNamedInt32Value() 297 STANDBYSERVICE_LOGD("GetNamedStringValue: result is %{public}s", result.c_str()); in GetNamedStringValue()
|
/foundation/resourceschedule/device_standby/plugins/standby_state/src/ |
H A D | dark_state.cpp | 75 STANDBYSERVICE_LOGD("constraint evalution failed, block current state"); in EndEvalCurrentState()
|
H A D | state_manager_adapter.cpp | 191 STANDBYSERVICE_LOGD("end evalution current state, result is %{public}d", evalResult); in EndEvalCurrentState() 310 STANDBYSERVICE_LOGD("screen off half hour, cur state is %{public}s, pre state is %{public}s", in OnScreenOffHalfHourInner() 319 STANDBYSERVICE_LOGD("half hour ctrl status from %{public}d to %{public}d", scrOffHalfHourCtrl_, scrOffHalfHourCtrl); in OnScreenOffHalfHourInner() 404 STANDBYSERVICE_LOGD("after 3000ms, stop sensor"); in DumpActivateMotion()
|
/foundation/resourceschedule/device_standby/utils/common/include/ |
H A D | standby_service_log.h | 57 #define STANDBYSERVICE_LOGD(...) STANDBYSERVICE_PRINT_LOGD(FORMAT_LOG(__VA_ARGS__)) macro
|
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/device_standby_plugin/src/ |
H A D | device_standby_plugin.cpp | 100 STANDBYSERVICE_LOGD("DeviceStandbyPlugin::OnDispatchResource success."); in OnDispatchResource()
|