Home
last modified time | relevance | path

Searched refs:GET_FOREGROUND_APPLICATIONS (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/security/access_token/services/common/test/unittest/
H A Dinterface_code_test.cpp78 ASSERT_EQ(static_cast<uint32_t>(AppExecFwk::AppMgrInterfaceCode::GET_FOREGROUND_APPLICATIONS),
79 static_cast<uint32_t>(AccessToken::IAppMgr::Message::GET_FOREGROUND_APPLICATIONS)); // 14
/ohos5.0/base/security/access_token/interfaces/innerkits/privacy/test/unittest/app_manager_client/
H A Dapp_manager_access_proxy.h32 GET_FOREGROUND_APPLICATIONS = 14, enumerator
H A Dapp_manager_access_proxy.cpp38 static_cast<uint32_t>(IAppMgr::Message::GET_FOREGROUND_APPLICATIONS), data, reply, option); in GetForegroundApplications()
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_mgr_ipc_interface_code.h37 GET_FOREGROUND_APPLICATIONS = 14, enumerator
/ohos5.0/base/security/access_token/services/common/app_manager/include/
H A Dapp_manager_access_proxy.h60 GET_FOREGROUND_APPLICATIONS = 14, enumerator
/ohos5.0/base/security/access_token/services/common/app_manager/src/
H A Dapp_manager_access_proxy.cpp131 static_cast<uint32_t>(IAppMgr::Message::GET_FOREGROUND_APPLICATIONS), data, reply, option); in GetForegroundApplications()
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_mgr_stub.cpp138 case static_cast<uint32_t>(AppMgrInterfaceCode::GET_FOREGROUND_APPLICATIONS): in OnRemoteRequestInnerSecond()
H A Dapp_mgr_proxy.cpp647 …PARCEL_UTIL_SENDREQ_RET_INT(AppMgrInterfaceCode::GET_FOREGROUND_APPLICATIONS, data, reply, option); in GetForegroundApplications()