Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_mgr_ipc_interface_code.h57 IS_SHARED_BUNDLE_RUNNING = 35, enumerator
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_mgr_stub.cpp194 case static_cast<uint32_t>(AppMgrInterfaceCode::IS_SHARED_BUNDLE_RUNNING): in OnRemoteRequestInnerThird()
H A Dapp_mgr_proxy.cpp1211 auto ret = SendRequest(AppMgrInterfaceCode::IS_SHARED_BUNDLE_RUNNING, in IsSharedBundleRunning()