Home
last modified time | relevance | path

Searched defs:GetChargeInfo (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/resourceschedule/work_scheduler/interfaces/kits/cj/work_scheduler/
H A Dwork_scheduler_mock.cpp26 FFI_EXPORT int GetChargeInfo = 0; variable
H A Dwork_scheduler_ffi.cpp149 int32_t GetChargeInfo(RetWorkInfo cwork, WorkInfo& workInfo, bool& hasCondition) in GetChargeInfo() function
/ohos5.0/foundation/resourceschedule/work_scheduler/interfaces/kits/js/napi/src/
H A Dcommon.cpp104 bool Common::GetChargeInfo(napi_env env, napi_value objValue, WorkInfo &workInfo) in GetChargeInfo() function in OHOS::WorkScheduler::Common