Home
last modified time | relevance | path

Searched refs:appObj (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/common/src/
H A Dres_sched_util.cpp133 for (nlohmann::json &appObj : reply["allSuspendState"]) { in GetAllFrozenPidsFromRSS()
135 if (!appObj.contains("pidsState") || !appObj["pidsState"].is_array()) { in GetAllFrozenPidsFromRSS()
139 for (nlohmann::json &pidObj : appObj["pidsState"]) { in GetAllFrozenPidsFromRSS()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dbackground_task_observer.cpp159 auto appObj = in GetAppManager() local
161 if (appObj == nullptr) { in GetAppManager()
165 appManager_ = iface_cast<AppExecFwk::IAppMgr>(appObj); in GetAppManager()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_engine.cpp3696 shared_ptr<JsValue> appObj = global->GetProperty(runtime, "aceapp"); in CallAppFunc() local
3697 if (!appObj->IsObject(runtime)) { in CallAppFunc()
3701 shared_ptr<JsValue> defaultObject = appObj->GetProperty(runtime, "$def"); in CallAppFunc()