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 D | interface_code_test.cpp | 78 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 D | app_manager_access_proxy.h | 32 GET_FOREGROUND_APPLICATIONS = 14, enumerator
|
H A D | app_manager_access_proxy.cpp | 38 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 D | app_mgr_ipc_interface_code.h | 37 GET_FOREGROUND_APPLICATIONS = 14, enumerator
|
/ohos5.0/base/security/access_token/services/common/app_manager/include/ |
H A D | app_manager_access_proxy.h | 60 GET_FOREGROUND_APPLICATIONS = 14, enumerator
|
/ohos5.0/base/security/access_token/services/common/app_manager/src/ |
H A D | app_manager_access_proxy.cpp | 131 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 D | app_mgr_stub.cpp | 138 case static_cast<uint32_t>(AppMgrInterfaceCode::GET_FOREGROUND_APPLICATIONS): in OnRemoteRequestInnerSecond()
|
H A D | app_mgr_proxy.cpp | 647 …PARCEL_UTIL_SENDREQ_RET_INT(AppMgrInterfaceCode::GET_FOREGROUND_APPLICATIONS, data, reply, option); in GetForegroundApplications()
|