Home
last modified time | relevance | path

Searched refs:GET_TASK_INFO (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/update/updateservice/interfaces/inner_api/include/
H A Dupdater_sa_ipc_interface_code.h37 GET_TASK_INFO, enumerator
/ohos5.0/base/update/updateservice/services/engine/src/
H A Dupdate_service.cpp494 CAST_UINT(UpdaterSaInterfaceCode::GET_TASK_INFO), in RegisterOhFunc()
H A Dupdate_service_stub.cpp64 {CAST_UINT(UpdaterSaInterfaceCode::GET_TASK_INFO), &UpdateServiceStub::GetTaskInfoStub}, in UpdateServiceStub()
/ohos5.0/base/update/updateservice/interfaces/inner_api/engine/src/
H A Dupdate_service_proxy.cpp368 …int32_t ret = remote->SendRequest(CAST_UINT(UpdaterSaInterfaceCode::GET_TASK_INFO), data, reply, o… in GetTaskInfo()