Home
last modified time | relevance | path

Searched refs:APP_STATE_BACKGROUND (Results 1 – 9 of 9) sorted by relevance

/base/security/access_token/services/privacymanager/include/sensitive/app_manager/
Dapp_state_data.h33 APP_STATE_BACKGROUND, enumerator
Dprocess_data.h32 APP_STATE_BACKGROUND, enumerator
/base/security/security_component_manager/services/security_component_service/sa/test/mock/include/
Dapplication_state_observer_stub.h33 APP_STATE_BACKGROUND, enumerator
/base/security/access_token/services/privacymanager/src/sensitive/app_manager/
Dapp_status_change_callback.cpp97 } else if (appStateData.state == static_cast<int32_t>(ApplicationState::APP_STATE_BACKGROUND)) { in OnForegroundApplicationChanged()
/base/security/security_component_manager/services/security_component_service/sa/sa_main/
Dapp_state_observer.cpp104 } else if (processData.state == AppExecFwk::AppProcessState::APP_STATE_BACKGROUND) { in OnProcessStateChanged()
/base/location/test/location_locator/source/
Drequest_manager_test.cpp160 int32_t state2 = static_cast<int32_t>(AppExecFwk::ApplicationState::APP_STATE_BACKGROUND);
178 int32_t state2 = static_cast<int32_t>(AppExecFwk::ApplicationState::APP_STATE_BACKGROUND);
196 int32_t state2 = static_cast<int32_t>(AppExecFwk::ApplicationState::APP_STATE_BACKGROUND);
214 int32_t state2 = static_cast<int32_t>(AppExecFwk::ApplicationState::APP_STATE_BACKGROUND);
/base/powermgr/thermal_manager/services/native/src/thermal_action/action/
Daction_application_process.cpp172 if (info.state_ == AppProcessState::APP_STATE_BACKGROUND) { in GetAllRunnningAppProcess()
/base/security/security_component_manager/services/security_component_service/sa/test/unittest/src/
Dapp_state_observer_test.cpp150 processData.state = AppExecFwk::AppProcessState::APP_STATE_BACKGROUND;
/base/security/access_token/services/privacymanager/test/unittest/
Dsensitive_manager_test.cpp441 appData.state = static_cast<int32_t>(ApplicationState::APP_STATE_BACKGROUND);