Home
last modified time | relevance | path

Searched refs:WS_HILOGE (Results 1 - 25 of 35) sorted by relevance

12

/foundation/resourceschedule/work_scheduler/services/zidl/src/
H A Dwork_sched_service_proxy.cpp37 WS_HILOGE("WorkSchedServiceProxy::%{public}s write descriptor failed!", __func__); in StartWork()
42 WS_HILOGE("StartWork failed, write workinfo failed!"); in StartWork()
49 WS_HILOGE("SendRequest is failed, error code: %{public}d", ret); in StartWork()
68 WS_HILOGE(" write descriptor failed!"); in StopWork()
73 WS_HILOGE("StopWork failed, write workinfo failed!"); in StopWork()
80 WS_HILOGE("SendRequest is failed, err code: %{public}d", ret); in StopWork()
98 WS_HILOGE("write descriptor failed!"); in StopAndCancelWork()
103 WS_HILOGE("StopAndCancelWork failed, write workinfo failed!"); in StopAndCancelWork()
111 WS_HILOGE("SendRequest is failed, err code: %{public}d", ret); in StopAndCancelWork()
128 WS_HILOGE("writ in StopAndClearWorks()
[all...]
H A Dwork_scheduler_stub.cpp26 WS_HILOGE("failed, descriptor is not matched!"); in OnRemoteRequest()
33 WS_HILOGE("workInfo is nullptr"); in OnRemoteRequest()
42 WS_HILOGE("workInfo is nullptr"); in OnRemoteRequest()
H A Dwork_sched_service_stub.cpp72 WS_HILOGE("Handle IsLastWorkTimeOut request failed, write result error"); in HandleIsLastWorkTimeOutRequest()
77 WS_HILOGE("Handle IsLastWorkTimeOut request failed, write result error"); in HandleIsLastWorkTimeOutRequest()
140 WS_HILOGE("failed, descriptor is not matched!"); in OnRemoteRequest()
211 WS_HILOGE("PauseRunningWorksStub failed, read uid error"); in PauseRunningWorksStub()
216 WS_HILOGE("PauseRunningWorksStub failed, write result error"); in PauseRunningWorksStub()
226 WS_HILOGE("ResumePausedWorksStub failed, read uid error"); in ResumePausedWorksStub()
231 WS_HILOGE("ResumePausedWorksStub failed, write result error"); in ResumePausedWorksStub()
247 WS_HILOGE("OnRemoteRequest timeout func: %{public}s", collieStr.c_str()); in SetTimer()
H A Dwork_scheduler_proxy.cpp27 WS_HILOGE("write descriptor failed!"); in OnWorkStart()
41 WS_HILOGE("write descriptor failed!"); in OnWorkStop()
/foundation/resourceschedule/work_scheduler/utils/native/src/
H A Dwork_sched_utils.cpp32 WS_HILOGE("QueryActiveOsAccountIds failed."); in GetCurrentAccountId()
37 WS_HILOGE("osAccountInfos is empty, no accounts."); in GetCurrentAccountId()
46 WS_HILOGE("GetCurrentAccountId failed, no osAccountIds now."); in GetCurrentAccountId()
55 WS_HILOGE("QueryActiveOsAccountIds failed."); in IsIdActive()
60 WS_HILOGE("osAccountIds is empty, no accounts."); in IsIdActive()
69 WS_HILOGE("IsIdActive failed, osAccountIds now."); in IsIdActive()
76 WS_HILOGE("uid is illegal: %{public}d", uid); in GetUserIdByUid()
/foundation/resourceschedule/work_scheduler/services/native/src/
H A Dwork_scheduler_service.cpp131 WS_HILOGE("Init failed due to create EventRunner"); in OnStart()
136 WS_HILOGE("Init failed due to create handler_"); in OnStart()
242 WS_HILOGE("file is empty %{private}s", path); in LoadWorksFromFile()
246 WS_HILOGE("no work_scheduler_preinstalled_works key"); in LoadWorksFromFile()
251 WS_HILOGE("work_scheduler_preinstalled_works content is empty"); in LoadWorksFromFile()
270 WS_HILOGE("ParseFromJson error"); in LoadWorksFromFile()
280 WS_HILOGE("GetCfgFiles failed"); in ReadPreinstalledWorks()
296 WS_HILOGE("Get real path failed %{private}s", filePath); in GetJsonFromFile()
302 WS_HILOGE("cannot open file %{private}s", realPath.c_str()); in GetJsonFromFile()
317 WS_HILOGE("pars in GetJsonFromFile()
[all...]
H A Dwork_conn_manager.cpp66 WS_HILOGE("Work has started with id: %{public}s, bundleName: %{public}s, abilityName: %{public}s", in StartWork()
72 WS_HILOGE("extension's type is not workScheduler, connect failed"); in StartWork()
81 WS_HILOGE("Failed to get system ability manager service."); in StartWork()
86 WS_HILOGE("Failed to ability manager service."); in StartWork()
91 WS_HILOGE("Failed to get ability manager services object"); in StartWork()
99 WS_HILOGE("Failed to new connection."); in StartWork()
108 WS_HILOGE("connect failed"); in StartWork()
124 WS_HILOGE("Failed to get system ability manager service."); in DisConnect()
129 WS_HILOGE("Failed to ability manager service."); in DisConnect()
134 WS_HILOGE("Faile in DisConnect()
[all...]
H A Dwork_datashare_helper.cpp51 WS_HILOGE("helper->Query return nullptr"); in GetStringValue()
77 WS_HILOGE("GetSystemAbilityManager return nullptr"); in CreateDataShareHelper()
82 WS_HILOGE("GetSystemAbility return nullptr"); in CreateDataShareHelper()
H A Dwork_scheduler_connection.cpp31 WS_HILOGE("proxy is null"); in StopWork()
42 WS_HILOGE("proxy is null"); in OnAbilityConnectDone()
H A Dwork_event_handler.cpp37 WS_HILOGE("service_ expired"); in ProcessEvent()
42 WS_HILOGE("service_ null"); in ProcessEvent()
H A Dwork_policy_manager.cpp70 WS_HILOGE("wss_ expired"); in Init()
76 WS_HILOGE("failed due to handler_ is nullptr"); in Init()
138 WS_HILOGE("each uid only can be added %{public}u works", MAX_WORK_COUNT_PER_UID); in AddWork()
320 WS_HILOGE("wss_ expired"); in OnPolicyChanged()
325 WS_HILOGE("service is null"); in OnPolicyChanged()
359 WS_HILOGE("handler lock() returns nullptr"); in CheckWorkToRun()
403 WS_HILOGE("wss_ expired"); in RealStartWork()
482 WS_HILOGE("wss_ expired"); in WatchdogTimeOut()
487 WS_HILOGE("watchdog:%{public}u time out error, workStatus is nullptr", watchdogId); in WatchdogTimeOut()
646 WS_HILOGE("ideDebugLis in DumpCheckIdeWorkToRun()
[all...]
H A Dwork_bundle_group_change_callback.cpp38 WS_HILOGE("workQueueManager_ is nullptr."); in OnAppGroupChanged()
/foundation/resourceschedule/work_scheduler/utils/native/include/
H A Dwork_sched_common.h34 WS_HILOGE("%{public}s "#loginfo" ", __func__); \
43 WS_HILOGE("%{public}s read"#out" failed", __func__); \
51 WS_HILOGE("%{public}s write "#data" failed", __func__); \
/foundation/resourceschedule/work_scheduler/frameworks/src/
H A Dworkscheduler_srv_client.cpp38 WS_HILOGE("GetSystemAbilityManager failed!"); in Connect()
43 WS_HILOGE("GetSystemAbility failed!"); in Connect()
48 WS_HILOGE("Failed to create WorkScheduelrDeathRecipient!"); in Connect()
52 WS_HILOGE("Add death recipient to WorkSchedulerService failed!"); in Connect()
84 WS_HILOGE("Connect() failed, errno: %{public}d", ret); in StartWork()
96 WS_HILOGE("Connect() failed, errno: %{public}d", ret); in StopWork()
108 WS_HILOGE("Connect() failed, errno: %{public}d", ret); in StopAndCancelWork()
120 WS_HILOGE("Connect() failed, errno: %{public}d", ret); in StopAndClearWorks()
H A Dwork_info.cpp370 WS_HILOGE("read is nullptr."); in Unmarshalling()
375 WS_HILOGE("Failed to read the workId or bundleName or abilityName."); in Unmarshalling()
379 WS_HILOGE("Failed to read the persisted."); in Unmarshalling()
383 WS_HILOGE("Failed to read the uid."); in Unmarshalling()
388 WS_HILOGE("Failed to read the mapsize or mapsize is too big."); in Unmarshalling()
392 WS_HILOGE("Failed to read the work condition map."); in Unmarshalling()
397 WS_HILOGE("Failed to read the extras existence."); in Unmarshalling()
486 WS_HILOGE("parameters: type error."); in ParseToJsonStr()
548 WS_HILOGE("workinfo json is empty"); in ParseFromJson()
559 WS_HILOGE("workinf in ParseFromJson()
[all...]
/foundation/resourceschedule/work_scheduler/frameworks/extension/src/
H A Djs_work_scheduler_extension.cpp58 WS_HILOGE("invalid parameter."); in AttachWorkSchedulerExtensionContext()
63 WS_HILOGE("invalid context."); in AttachWorkSchedulerExtensionContext()
73 WS_HILOGE("init WorkSchedulerExtensionContext failed."); in AttachWorkSchedulerExtensionContext()
82 WS_HILOGE("WorkSchedulerExtension failed to wrap the context"); in AttachWorkSchedulerExtensionContext()
99 WS_HILOGE("JsWorkSchedulerExtension Failed to get srcPath"); in Init()
112 WS_HILOGE("WorkSchedulerExtension Failed to get jsObj_"); in Init()
117 WS_HILOGE("WorkSchedulerExtension Failed to get JsWorkSchedulerExtension object"); in Init()
129 WS_HILOGE("WorkSchedulerExtension Failed to get context"); in BindContext()
136 WS_HILOGE("WorkSchedulerExtension Failed to get shellContextRef_"); in BindContext()
143 WS_HILOGE("ini in BindContext()
[all...]
H A Djs_work_scheduler_extension_context.cpp58 WS_HILOGE("invalid argc"); in OnStartExtensionAbility()
72 WS_HILOGE("context released"); in OnStartExtensionAbility()
81 WS_HILOGE("failed"); in OnStartExtensionAbility()
97 WS_HILOGE("invalid argc"); in OnStopExtensionAbility()
111 WS_HILOGE("context released"); in OnStopExtensionAbility()
145 WS_HILOGE("JsWorkSchedulerExtensionContext failed to wrap the object"); in CreateJsWorkSchedulerExtensionContext()
H A Dwork_scheduler_extension_context.cpp31 WS_HILOGE("StartServiceExtensionAbility is failed %{public}d", err); in StartServiceExtensionAbility()
42 WS_HILOGE("StopServiceExtensionAbility is failed %{public}d", err); in StopServiceExtensionAbility()
/foundation/resourceschedule/work_scheduler/services/native/src/conditions/
H A Dgroup_listener.cpp40 WS_HILOGE("Init failed due to create EventHandler"); in Start()
47 WS_HILOGE("workQueueManager is null"); in Start()
H A Dtimer_listener.cpp40 WS_HILOGE("Init failed due to create EventHandler"); in Start()
47 WS_HILOGE("workQueueManager_ is null"); in Start()
H A Dstorage_listener.cpp41 WS_HILOGE("OnReceiveEvent action is invalid"); in OnReceiveEvent()
91 WS_HILOGE("workQueueManager_ is nullptr."); in OnConditionChanged()
H A Dscreen_listener.cpp47 WS_HILOGE("stop work by condition failed, error code:%{public}d.", ret); in OnReceiveEvent()
105 WS_HILOGE("workQueueManager_ is nullptr."); in OnConditionChanged()
H A Dcondition_checker.cpp49 WS_HILOGE("GetDefaultNet failed %{public}d", ret); in CheckNetworkStatus()
55 WS_HILOGE("GetNetCapbilities failed, ret = %{public}d", ret); in CheckNetworkStatus()
/foundation/resourceschedule/work_scheduler/services/native/src/policy/
H A Dmemory_policy.cpp55 WS_HILOGE("GetMemAvailable file open failed."); in GetMemAvailable()
66 WS_HILOGE("sscanf_s failed"); in GetMemAvailable()
/foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/src/
H A Dcommon.cpp65 WS_HILOGE("Work id is invalid, failed."); in GetBaseWorkInfo()
74 WS_HILOGE("BundleName or abilityName is invalid, failed."); in GetBaseWorkInfo()
98 WS_HILOGE("NetworkType set is invalid, just ignore set."); in GetNetWorkInfo()
122 WS_HILOGE("ChargeType info is invalid, just ignore set."); in GetChargeInfo()
141 WS_HILOGE("BatteryLevel set is invalid, just ignore set."); in GetBatteryInfo()
154 WS_HILOGE("BatteryStatus set is invalid, just ignore set."); in GetBatteryInfo()
171 WS_HILOGE("StorageRequest set is invalid, just ignore set."); in GetStorageInfo()
201 WS_HILOGE("RepeatCount is invalid, ignore."); in GetRepeatInfo()
274 WS_HILOGE("Set none conditions, so fail to init WorkInfo."); in GetWorkInfo()
296 WS_HILOGE(" in GetIntProperty()
[all...]

Completed in 10 milliseconds

12