Home
last modified time | relevance | path

Searched refs:GetForegroundApplications (Results 1 – 14 of 14) sorted by relevance

/base/security/access_token/services/privacymanager/include/sensitive/app_manager/
Dapp_manager_privacy_proxy.h48 virtual int32_t GetForegroundApplications(std::vector<AppStateData>& list) = 0;
66 int32_t GetForegroundApplications(std::vector<AppStateData>& list) override;
Dapp_manager_privacy_client.h37 int32_t GetForegroundApplications(std::vector<AppStateData>& list);
/base/security/access_token/services/privacymanager/src/sensitive/app_manager/
Dapp_manager_privacy_client.cpp72 int32_t AppManagerPrivacyClient::GetForegroundApplications(std::vector<AppStateData>& list) in GetForegroundApplications() function in OHOS::Security::AccessToken::AppManagerPrivacyClient
79 return proxy->GetForegroundApplications(list); in GetForegroundApplications()
Dapp_manager_privacy_proxy.cpp78 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/
Dapp_mgr_interface.h33 virtual int32_t GetForegroundApplications(std::vector<AppStateData> &list) = 0;
Dmock_app_mgr_proxy.h34 MOCK_METHOD1(GetForegroundApplications, int32_t(std::vector<AppExecFwk::AppStateData>&));
/base/security/access_token/services/test/mock/aafwk/
Dmock_app_mgr_service.cpp21 int32_t MockAppMgrService::GetForegroundApplications(std::vector<AppStateData> &list) in GetForegroundApplications() function in OHOS::AppExecFwk::MockAppMgrService
Dmock_app_mgr_service.h72 int32_t GetForegroundApplications(std::vector<AppStateData> &list) override;
/base/security/security_component_manager/services/security_component_service/sa/test/unittest/src/
Dsec_comp_service_test.cpp136 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/
Dsec_comp_service.cpp135 if (iAppMgr_->GetForegroundApplications(list) == ERR_OK) { in RegisterAppStateObserver()
/base/security/access_token/services/privacymanager/test/unittest/
Dsensitive_manager_test.cpp255 ASSERT_EQ(0, AppManagerPrivacyClient::GetInstance().GetForegroundApplications(list));
/base/security/access_token/services/privacymanager/src/record/
Dpermission_record_manager.cpp774 AppManagerPrivacyClient::GetInstance().GetForegroundApplications(foreGroundAppList); in GetAppStatus()
779 AppManagerPrivacyClient::GetInstance().GetForegroundApplications(foreGroundAppList); in GetAppStatus()
/base/location/services/location_locator/locator/source/
Dlocator_background_proxy.cpp489 iAppManager->GetForegroundApplications(foregroundAppList); in IsAppBackground()
/base/security/access_token/services/privacymanager/
Dlibprivacy_map102 …"OHOS::Security::AccessToken::AppManagerPrivacyClient::GetForegroundApplications(std::__h::vector<…