/base/security/access_token/services/privacymanager/include/sensitive/app_manager/ |
D | app_manager_privacy_proxy.h | 48 virtual int32_t GetForegroundApplications(std::vector<AppStateData>& list) = 0; 66 int32_t GetForegroundApplications(std::vector<AppStateData>& list) override;
|
D | app_manager_privacy_client.h | 37 int32_t GetForegroundApplications(std::vector<AppStateData>& list);
|
/base/security/access_token/services/privacymanager/src/sensitive/app_manager/ |
D | app_manager_privacy_client.cpp | 72 int32_t AppManagerPrivacyClient::GetForegroundApplications(std::vector<AppStateData>& list) in GetForegroundApplications() function in OHOS::Security::AccessToken::AppManagerPrivacyClient 79 return proxy->GetForegroundApplications(list); in GetForegroundApplications()
|
D | app_manager_privacy_proxy.cpp | 78 int32_t AppManagerPrivacyProxy::GetForegroundApplications(std::vector<AppStateData>& list) in GetForegroundApplications() function in OHOS::Security::AccessToken::AppManagerPrivacyProxy
|
/base/security/security_component_manager/services/security_component_service/sa/test/mock/include/ |
D | app_mgr_interface.h | 33 virtual int32_t GetForegroundApplications(std::vector<AppStateData> &list) = 0;
|
D | mock_app_mgr_proxy.h | 34 MOCK_METHOD1(GetForegroundApplications, int32_t(std::vector<AppExecFwk::AppStateData>&));
|
/base/security/access_token/services/test/mock/aafwk/ |
D | mock_app_mgr_service.cpp | 21 int32_t MockAppMgrService::GetForegroundApplications(std::vector<AppStateData> &list) in GetForegroundApplications() function in OHOS::AppExecFwk::MockAppMgrService
|
D | mock_app_mgr_service.h | 72 int32_t GetForegroundApplications(std::vector<AppStateData> &list) override;
|
/base/security/security_component_manager/services/security_component_service/sa/test/unittest/src/ |
D | sec_comp_service_test.cpp | 136 GetForegroundApplications(testing::_)).WillOnce(testing::Return(-1)); 146 EXPECT_CALL(*MockAppMgrProxy::g_MockAppMgrProxy, GetForegroundApplications(testing::_))
|
/base/security/security_component_manager/services/security_component_service/sa/sa_main/ |
D | sec_comp_service.cpp | 135 if (iAppMgr_->GetForegroundApplications(list) == ERR_OK) { in RegisterAppStateObserver()
|
/base/security/access_token/services/privacymanager/test/unittest/ |
D | sensitive_manager_test.cpp | 255 ASSERT_EQ(0, AppManagerPrivacyClient::GetInstance().GetForegroundApplications(list));
|
/base/security/access_token/services/privacymanager/src/record/ |
D | permission_record_manager.cpp | 774 AppManagerPrivacyClient::GetInstance().GetForegroundApplications(foreGroundAppList); in GetAppStatus() 779 AppManagerPrivacyClient::GetInstance().GetForegroundApplications(foreGroundAppList); in GetAppStatus()
|
/base/location/services/location_locator/locator/source/ |
D | locator_background_proxy.cpp | 489 iAppManager->GetForegroundApplications(foregroundAppList); in IsAppBackground()
|
/base/security/access_token/services/privacymanager/ |
D | libprivacy_map | 102 …"OHOS::Security::AccessToken::AppManagerPrivacyClient::GetForegroundApplications(std::__h::vector<…
|