Home
last modified time | relevance | path

Searched refs:RESSCHED_LOGW (Results 1 - 13 of 13) sorted by relevance

/foundation/resourceschedule/resource_schedule_service/ressched/common/include/
H A Dres_sched_log.h37 #ifdef RESSCHED_LOGW
38 #undef RESSCHED_LOGW macro
51 #define RESSCHED_LOGW(...) HILOG_WARN(LOG_CORE, ##__VA_ARGS__) macro
H A Doobe_datashare_utils.h58 RESSCHED_LOGW("resultSet->GetStringValue return not ok, ret=%{public}d", ret); in GetValue()
/foundation/resourceschedule/resource_schedule_service/ressched/sched_controller/observer/src/
H A Dobserver_manager.cpp253 RESSCHED_LOGW("ObserverManager init hisysevent observer failed"); in InitHiSysEventObserver()
272 RESSCHED_LOGW("ObserverManager disable hisysevent observer failed"); in DisableHiSysEventObserver()
290 RESSCHED_LOGW("ObserverManager init telephony observer failed"); in InitTelephonyObserver()
328 RESSCHED_LOGW("ObserverManager init audioRenderStateObserver failed"); in InitAudioObserver()
339 RESSCHED_LOGW("ObserverManager init audioRingModeObserver failed"); in InitAudioObserver()
346 RESSCHED_LOGW("ObserverManager init audioVolumeKeyObserver failed"); in InitAudioObserver()
356 RESSCHED_LOGW("ObserverManager init audioOutputDeviceChangeObserver failed"); in InitAudioObserver()
374 RESSCHED_LOGW("ObserverManager disable audioVolumeKeyObserver failed"); in DisableAudioObserver()
381 RESSCHED_LOGW("ObserverManager disable audioVolumeKeyObserver failed"); in DisableAudioObserver()
388 RESSCHED_LOGW("ObserverManage in DisableAudioObserver()
[all...]
/foundation/resourceschedule/resource_schedule_service/ressched/common/src/
H A Doobe_datashare_utils.cpp70 RESSCHED_LOGW("not found value, keyWord=%{public}s, count=%{public}d", key.c_str(), count); in GetStringValue()
77 RESSCHED_LOGW("resultSet->GetString return not ok, ret=%{public}d", ret); in GetStringValue()
109 RESSCHED_LOGW("release helper fail, helper is null!"); in ReleaseDataShareHelper()
113 RESSCHED_LOGW("release helper fail."); in ReleaseDataShareHelper()
/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/src/
H A Dplugin_switch.cpp50 RESSCHED_LOGW("%{public}s, libPath null!", __func__); in FillinPluginInfo()
55 RESSCHED_LOGW("%{public}s, libPath empty!", __func__); in FillinPluginInfo()
96 RESSCHED_LOGW("%{public}s, plugin (%{public}s) config wrong!", __func__, currNodePtr->name); in LoadFromConfigContent()
103 RESSCHED_LOGW("%{public}s, fill in pluginInfo error!", __func__); in LoadFromConfigContent()
H A Dconfig_reader.cpp46 RESSCHED_LOGW("%{public}s, name null!", __func__); in ParseProperties()
51 RESSCHED_LOGW("%{public}s, name(%{public}s) value null!", __func__, name); in ParseProperties()
65 RESSCHED_LOGW("%{public}s, skip invalid node!", __func__); in ParseSubItem()
106 RESSCHED_LOGW("%{public}s, propName null!", __func__); in ParseConfig()
121 RESSCHED_LOGW("%{public}s, propName null!", __func__); in ParsePluginConfig()
157 RESSCHED_LOGW("%{public}s, plugin (%{public}s) config wrong!", __func__, currNodePtr->name); in LoadFromConfigContent()
H A Dnotifier_mgr.cpp128 RESSCHED_LOGW("remote notifier null"); in OnRemoteNotifierDied()
139 RESSCHED_LOGW("OnDeviceLevelChanged, no type matched"); in OnDeviceLevelChanged()
168 RESSCHED_LOGW("OnApplicationStateChange called, not app."); in OnApplicationStateChange()
H A Dplugin_mgr.cpp69 RESSCHED_LOGW("%{public}s, PluginMgr has Initialized!", __func__); in Init()
103 RESSCHED_LOGW("%{public}s, configReader null!", __func__); in ParseConfigReader()
114 RESSCHED_LOGW("%{public}s, PluginMgr load config file index:%{public}d failed!", __func__, index); in ParseConfigReader()
128 RESSCHED_LOGW("%{public}s, pluginSwitch null!", __func__); in ParsePluginSwitch()
139 RESSCHED_LOGW("%{public}s, PluginMgr load switch config file index:%{public}d failed!", __func__, index); in ParsePluginSwitch()
253 RESSCHED_LOGW("%{public}s, pluginSwitch null!", __func__); in LoadPlugin()
548 RESSCHED_LOGW("%{public}s, resType[%{public}d] subcribed by [%{public}s], replace by [%{public}s].", in SubscribeSyncResource()
672 RESSCHED_LOGW("%{public}s %{public}s crash %{public}d times in %{public}d ms!", __func__, in RepairPlugin()
694 RESSCHED_LOGW("%{public}s, %{public}s disable and enable it.", __func__, pluginLib.c_str()); in RepairPlugin()
744 RESSCHED_LOGW(" in DispatchResourceToPluginSync()
[all...]
H A Devent_listener_mgr.cpp116 RESSCHED_LOGW("remote listener null"); in OnRemoteListenerDied()
128 RESSCHED_LOGW("invalid eventType:%{public}d", eventType); in SendEvent()
/foundation/resourceschedule/resource_schedule_service/ressched/interfaces/kits/js/napi/src/
H A Djs_systemload.cpp130 RESSCHED_LOGW("Register a exist callback type."); in RegisterSystemloadCallback()
207 RESSCHED_LOGW("GetSystemloadLevel execute cb info is nullptr."); in Execute()
219 RESSCHED_LOGW("GetSystemloadLevel Complete cb info is nullptr."); in Complete()
236 RESSCHED_LOGW("Complete cb info is nullptr."); in CompleteCb()
/foundation/resourceschedule/resource_schedule_service/ressched/scene_recognize/src/
H A Dbackground_sensitive_task_overlapping_scene_recognizer.cpp103 RESSCHED_LOGW("%{public}s, unknow ContinuousTaskStatus value", __func__); in HandleContinuousTask()
/foundation/resourceschedule/resource_schedule_service/ressched/interfaces/innerkits/ressched_client/src/
H A Dres_sched_client.cpp99 RESSCHED_LOGW("%{public}s: sync time out", __func__); in ReportSyncEvent()
344 RESSCHED_LOGW("ResSchedClient::InitSystemloadListenersLocked new listener error."); in InitSystemloadListenersLocked()
357 RESSCHED_LOGW("ResSchedClient::InitInnerEventListenerLocked new listener error."); in InitInnerEventListenerLocked()
/foundation/resourceschedule/resource_schedule_service/ressched/sched_controller/common_event/src/
H A Devent_controller.cpp152 RESSCHED_LOGW("SubscribeCommonEvent fail"); in SubscribeCommonEvent()
363 RESSCHED_LOGW("common event service is removed."); in OnRemoveSystemAbility()

Completed in 9 milliseconds