Home
last modified time | relevance | path

Searched defs:isForeground (Results 1 – 25 of 52) sorted by relevance

123

/ohos5.0/base/account/os_account/test/fuzztest/osaccount/isosaccountforeground_fuzzer/
H A Disosaccountforeground_fuzzer.cpp31 bool isForeground = false; in IsOsAccountForegroundWith2ArgsFuzzTest() local
42 bool isForeground = false; in IsOsAccountForegroundWith3ArgsFuzzTest() local
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_manager_agent.h43 void UpdatePiPWindowStateChanged(const std::string& bundleName, bool isForeground) override {} in UpdatePiPWindowStateChanged()
/ohos5.0/base/powermgr/power_manager/utils/native/src/
H A Dpower_utils.cpp214 bool isForeground = powerIsForegroundApplicationFunc(appName); in IsForegroundApplication() local
/ohos5.0/base/inputmethod/imf/services/adapter/os_account_adapter/src/
H A Dos_account_adapter.cpp25 bool isForeground = false; in IsOsAccountForeground() local
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_manager_agent_lite.cpp61 …ndowManagerAgentLite::UpdatePiPWindowStateChanged(const std::string& bundleName, bool isForeground) in UpdatePiPWindowStateChanged()
/ohos5.0/base/security/security_component_manager/services/security_component_service/sa/sa_main/
H A Dsec_comp_manager.h45 bool isForeground = false; member
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dmtp_manager.cpp84 bool isForeground = true; in StartMtpService() local
/ohos5.0/base/web/webview/ohos_adapter/camera_adapter/src/
H A Dcamera_manager_adapter_mock.cpp97 void CameraManagerAdapterImpl::SetForegroundFlag(bool isForeground) {} in SetForegroundFlag()
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dcamera_privacy.cpp66 bool isForeground = CameraAppManagerUtils::IsForegroundApplication(tokenId); in StateChangeNotify() local
/ohos5.0/base/hiviewdfx/hicollie/frameworks/native/
H A Dwatchdog.cpp66 void Watchdog::SetForeground(const bool& isForeground) in SetForeground()
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Dwindow_manager_agent_controller.cpp112 …nagerAgentController::UpdatePiPWindowStateChanged(const std::string& bundleName, bool isForeground) in UpdatePiPWindowStateChanged()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_camera_manager_adapter_impl.cpp145 void ArkCameraManagerAdapterImpl::SetForegroundFlag(bool isForeground) in SetForegroundFlag()
/ohos5.0/foundation/window/window_manager/wm/src/zidl/
H A Dwindow_manager_agent_stub.cpp154 bool isForeground = data.ReadBool(); in OnRemoteRequest() local
H A Dwindow_manager_agent_proxy.cpp379 …dowManagerAgentProxy::UpdatePiPWindowStateChanged(const std::string& bundleName, bool isForeground) in UpdatePiPWindowStateChanged()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_camera_manager_adapter_wrapper.cpp189 void ArkCameraManagerAdapterWrapper::SetForegroundFlag(bool isForeground) in SetForegroundFlag()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_render_node_test2.cpp957 bool isForeground = true; variable
978 bool isForeground = true; variable
995 bool isForeground = true; variable
H A Drs_effect_render_node_test.cpp266 bool isForeground = true; variable
/ohos5.0/foundation/communication/netmanager_base/test/fuzztest/netbasebranch_fuzzer/
H A Dnet_base_branch_fuzzer.cpp123 bool isForeground = GetNetBranchFuzzData<bool>(); in NetPolicyRuleBranchFuzzTest() local
/ohos5.0/base/account/os_account/frameworks/osaccount/native/src/
H A Dos_account_manager.cpp356 ErrCode OsAccountManager::IsOsAccountForeground(bool &isForeground) in IsOsAccountForeground()
361 ErrCode OsAccountManager::IsOsAccountForeground(const int32_t localId, bool &isForeground) in IsOsAccountForeground()
366 …Manager::IsOsAccountForeground(const int32_t localId, const uint64_t displayId, bool &isForeground) in IsOsAccountForeground()
/ohos5.0/base/account/os_account/frameworks/osaccount/native/test/moduletest/
H A Dos_account_manager_module_test.cpp2871 bool isForeground = true; variable
2889 bool isForeground = true; variable
2926 bool isForeground = true; variable
2950 bool isForeground = true; variable
2979 bool isForeground = true; variable
3008 bool isForeground = true; variable
/ohos5.0/foundation/communication/nfc/services/src/card_emulation/
H A Dce_service.cpp185 … bool isForeground = appAidInfo.element.GetBundleName() == foregroundElement_.GetBundleName() && in BuildAidEntries() local
425 bool isForeground = elementName.GetBundleName() == foregroundElement_.GetBundleName() && in SearchElementByAid() local
/ohos5.0/base/account/os_account/frameworks/osaccount/core/src/
H A Dos_account.cpp913 ErrCode OsAccount::IsOsAccountForeground(bool &isForeground) in IsOsAccountForeground()
918 ErrCode OsAccount::IsOsAccountForeground(const int32_t localId, bool &isForeground) in IsOsAccountForeground()
927 …Account::IsOsAccountForeground(const int32_t localId, const uint64_t displayId, bool &isForeground) in IsOsAccountForeground()
940 …t::IsOsAccountForegroundCommon(const int32_t localId, const uint64_t displayId, bool &isForeground) in IsOsAccountForegroundCommon()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dsession_manager_agent_controller.cpp223 …nagerAgentController::UpdatePiPWindowStateChanged(const std::string& bundleName, bool isForeground) in UpdatePiPWindowStateChanged()
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dsystem_session.cpp362 void SystemSession::UpdatePiPWindowStateChanged(bool isForeground) in UpdatePiPWindowStateChanged()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/
H A Dui_extension_manager.cpp96 bool isForeground = uiExtension->IsForeground(); in HandleUnfocusedModalUecBackPressed() local

123