Home
last modified time | relevance | path

Searched refs:g_parentOperator (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/test/resource/common/src/
H A Dstoperator.cpp75 : g_parentOperator(nullptr), g_abilityType("0"), in StOperator()
84 : g_parentOperator(nullptr), in StOperator()
166 childOperator->g_parentOperator = std::make_shared<StOperator>(*this); in AddChildOperator()
180 child->g_parentOperator = nullptr; in PopChildOperator()
/ohos5.0/foundation/bundlemanager/bundle_framework/test/resource/common/include/
H A Dstoperator.h30 std::shared_ptr<StOperator> g_parentOperator; variable