Home
last modified time | relevance | path

Searched refs:WriteInfoToParcel (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/resourceschedule/background_task_mgr/frameworks/src/
H A Dbackground_task_mgr_stub.cpp425 if (WriteInfoToParcel(appInfos, reply) != ERR_OK in HandleGetEfficiencyResourcesInfos()
426 || WriteInfoToParcel(procInfos, reply) != ERR_OK) { in HandleGetEfficiencyResourcesInfos()
433 ErrCode BackgroundTaskMgrStub::WriteInfoToParcel( in WriteInfoToParcel() function in OHOS::BackgroundTaskMgr::BackgroundTaskMgrStub
/ohos5.0/foundation/resourceschedule/background_task_mgr/frameworks/include/
H A Dbackground_task_mgr_stub.h69 …ErrCode WriteInfoToParcel(const std::vector<std::shared_ptr<ResourceCallbackInfo>>& infoMap, Messa…