Home
last modified time | relevance | path

Searched refs:FOREGROUND (Results 1 - 18 of 18) sorted by relevance

/base/hiviewdfx/hiview/framework/native/unified_collection/process/
H A Dprocess_status.cpp127 case FOREGROUND: in UpdateProcessState()
146 HIVIEW_LOGI("pid=%{public}d state=FOREGROUND", pid); in UpdateProcessForegroundState()
149 processInfos_[pid].state = FOREGROUND; in UpdateProcessForegroundState()
155 .state = FOREGROUND, in UpdateProcessForegroundState()
165 if (processInfos_[pid].state == FOREGROUND) { in UpdateProcessBackgroundState()
/base/hiviewdfx/hiview/plugins/unified_collector/observer/
H A Duc_render_state_observer.cpp29 {0, FOREGROUND}, in GetProcessState()
H A Duc_app_state_observer.cpp31 ProcessStatus::GetInstance().NotifyProcessState(processData.pid, FOREGROUND); in OnProcessStateChanged()
/base/request/request/frameworks/cj/ffi/src/
H A Dcj_app_state_callback.cpp33 if (task->second->config_.mode == Mode::FOREGROUND) { in OnAbilityForeground()
H A Dcj_request_task.cpp278 if (config.mode == Mode::FOREGROUND) { in Create()
/base/request/request/frameworks/js/napi/src/
H A Dapp_state_callback.cpp33 if (task->second->config_.mode == Mode::FOREGROUND) { in OnAbilityForeground()
H A Drequest_module.cpp44 NapiUtils::SetUint32Property(env, mode, "FOREGROUND", static_cast<uint32_t>(Mode::FOREGROUND)); in NapiCreateMode()
H A Djs_initialize.cpp1012 if (config.mode != Mode::FOREGROUND) { in CheckUserFileSpec()
1014 error.errInfo = "Parameter verification failed, user file can only for Mode::FOREGROUND"; in CheckUserFileSpec()
H A Djs_task.cpp197 if (context->task->config_.mode == Mode::FOREGROUND) { in CreateExec()
/base/hiviewdfx/hiview/framework/native/unified_collection/process/include/
H A Dprocess_status.h29 FOREGROUND, enumerator
/base/hiviewdfx/hiview/plugins/faultlogger/service/
H A Dfaultlog_formatter.cpp46 constexpr const char* const FOREGROUND[] = {"FOREGROUND", "Foreground:"}; member
71 PRE_INSTALL, FOREGROUND, APPEND_ORIGIN_LOG, MODULE_PID, MODULE_UID, FAULT_TYPE,
78 PRE_INSTALL, FOREGROUND, MODULE_PID, MODULE_UID, FAULT_TYPE, FAULT_MESSAGE, SYSVMTYPE, APPVMTYPE,
84 PRE_INSTALL, FOREGROUND, MODULE_PID, MODULE_UID, FAULT_TYPE, SYSVMTYPE,
90 DEVICE_INFO, BUILD_INFO, FINGERPRINT, TIMESTAMP, MODULE_NAME, MODULE_VERSION, FOREGROUND,
97 DEVICE_INFO, BUILD_INFO, FINGERPRINT, TIMESTAMP, MODULE_NAME, MODULE_VERSION, FOREGROUND,
H A Dfaultlogger.cpp276 if (info.sectionMap["FOREGROUND"].empty() && info.id >= MIN_APP_USERID) { in AddPublicInfo()
278 UCollectUtil::FOREGROUND) { in AddPublicInfo()
279 info.sectionMap["FOREGROUND"] = "Yes"; in AddPublicInfo()
285 info.sectionMap["FOREGROUND"] = "Yes"; in AddPublicInfo()
287 info.sectionMap["FOREGROUND"] = "No"; in AddPublicInfo()
499 sysEvent.SetEventValue("FOREGROUND", info.sectionMap["FOREGROUND"]); in UpdateSysEvent()
574 std::string foreground = sysEvent->GetEventValue("FOREGROUND"); in ReportJsErrorToAppEvent()
889 if (info.sectionMap.count("FOREGROUND") == 1) { in GetStackInfo()
890 stackInfoObj["foreground"] = (info.sectionMap.at("FOREGROUND") in GetStackInfo()
[all...]
/base/hiviewdfx/hiview/plugins/freeze_detector/
H A Dfreeze_detector_plugin.cpp159 if (state == UCollectUtil::FOREGROUND) { in CheckForeGround()
/base/hiviewdfx/hiview/plugins/unified_collector/storage/
H A Dcpu_storage.cpp108 if (procState == FOREGROUND) { in IsForegroundStateInCollectionPeriod()
118 int32_t processState = IsForegroundStateInCollectionPeriod(cpuCollectionInfo) ? static_cast<int32_t>(FOREGROUND) : in GetPowerProcessStateInCollectionPeriod()
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/
H A Dio_collector_impl.cpp540 if (procState == FOREGROUND) { in GetProcStateInCollectionPeriod()
541 return static_cast<int32_t>(FOREGROUND); in GetProcStateInCollectionPeriod()
545 return static_cast<int32_t>(FOREGROUND); in GetProcStateInCollectionPeriod()
/base/request/request/frameworks/js/napi/include/
H A Djs_common.h36 FOREGROUND, member in OHOS::Request::Mode
/base/hiviewdfx/hiview/plugins/unified_collector/
H A Dunified_collector.cpp90 return FOREGROUND; in GetProcessStateByGroup()
/base/global/resource_management/frameworks/resmgr/src/
H A Dresource_manager_impl.cpp50 const std::string FOREGROUND = "foreground"; member
1652 RState foreState = GetThemeIconInfo(FOREGROUND, foregroundInfo.second, foregroundInfo.first, abilityName); in GetThemeIcons()

Completed in 21 milliseconds