Home
last modified time | relevance | path

Searched refs:KILL_APPLICATION (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dams_mgr_interface.h411 KILL_APPLICATION, enumerator
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dams_mgr_stub.cpp108 case static_cast<uint32_t>(IAmsMgr::Message::KILL_APPLICATION): in OnRemoteRequestInnerFirst()
H A Dams_mgr_proxy.cpp443 … SendTransactCmd(static_cast<uint32_t>(IAmsMgr::Message::KILL_APPLICATION), data, reply, option); in KillApplication()