Home
last modified time | relevance | path

Searched refs:isAtomicService_ (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/safe_area/
H A Dsafe_area_manager.cpp195 if (isAtomicService_ == value) { in SetIsAtomicService()
198 isAtomicService_ = value; in SetIsAtomicService()
199 LOGI("SafeAreaManager::SetIsAtomicService %{public}d", isAtomicService_); in SetIsAtomicService()
205 return isAtomicService_; in IsAtomicService()
H A Dsafe_area_manager.h274 bool isAtomicService_ = false;
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/websocket/async_context/include/
H A Dconnect_context.h94 bool isAtomicService_ = false; variable
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/websocket/async_context/src/
H A Dconnect_context.cpp366 return isAtomicService_; in IsAtomicService()
371 isAtomicService_ = isAtomicService; in SetAtomicService()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/async_context/include/
H A Drequest_context.h160 bool isAtomicService_ = false; variable
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_root_scene_session.cpp341 if (info.reuse || info.isAtomicService_) { in GenSceneSession()
347 info.appIndex_, info.windowType_, info.isAtomicService_ }; in GenSceneSession()
H A Djs_scene_utils.cpp931 CreateJsValue(env, sessionInfo.isAtomicService_)); in CreateJsSessionInfo()
H A Djs_scene_session.cpp3181 if (info.reuse || info.isAtomicService_) { in GenSceneSession()
3187 info.appIndex_, info.windowType_, info.isAtomicService_ }; in GenSceneSession()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/http/async_context/src/
H A Drequest_context.cpp88 isAtomicService_ = false; in RequestContext()
854 return isAtomicService_; in IsAtomicService()
859 isAtomicService_ = isAtomicService; in SetAtomicService()
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/include/
H A Dws_common.h340 bool isAtomicService_ = false; member
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test5.cpp824 sessionInfo.isAtomicService_ = true;
1277 sessionInfo.isAtomicService_ = true;
H A Dscene_session_manager_test6.cpp965 sessionInfo.isAtomicService_ = true;
991 sessionInfo.isAtomicService_ = true;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/window_scene/scene/
H A Dwindow_pattern.cpp431 if (sessionInfo.isAtomicService_) { in CreateStartingWindow()
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dsession.cpp295 sessionInfo_.isAtomicService_ = info.isAtomicService_; in SetSessionInfo()
H A Dscene_session.cpp3546 info.isAtomicService_ = abilitySessionInfo->isAtomicService; in MakeSessionInfoDuringPendingActivation()
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_session_manager.h78 bool isAtomicService_ = false; member
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp748 return sessionInfo.isAtomicService_ && sessionInfo.want != nullptr && in IsAtomicServiceFreeInstall()
1313 if (info.isAtomicService_) { in GetSceneSessionByName()
1840 sessionInfo.appIndex_, sessionInfo.windowType_, sessionInfo.isAtomicService_ }; in GetSceneSessionBySessionInfo()