Home
last modified time | relevance | path

Searched defs:parentContext (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/
H A Dcontext_impl_test.cpp123 auto parentContext = std::make_shared<AbilityRuntime::ContextImpl>(); variable
224 auto parentContext = std::make_shared<AbilityRuntime::ContextImpl>(); variable
263 auto parentContext = std::make_shared<AbilityRuntime::ContextImpl>(); variable
304 auto parentContext = std::make_shared<AbilityRuntime::ContextImpl>(); variable
474 auto parentContext = std::make_shared<AbilityRuntime::ContextImpl>(); variable
638 auto parentContext = std::make_shared<AbilityRuntime::ContextImpl>(); variable
937 auto parentContext = std::make_shared<AbilityRuntime::ContextImpl>(); variable
968 auto parentContext = std::make_shared<AbilityRuntime::ContextImpl>(); variable
1169 auto parentContext = std::make_shared<AbilityRuntime::ContextImpl>(); variable
H A Dbms_context_impl_test.cpp119 auto parentContext = std::make_shared<AbilityRuntime::ContextImpl>(); variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.cpp5167 auto parentContext = parentUi->GetRenderContext(); in GetVisibleRectWithClip() local