Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/test/resource/common/src/
H A Dstoperator.cpp74 StOperator::StOperator() in StOperator() function in STtools::StOperator
82 StOperator::StOperator( in StOperator() function in STtools::StOperator
95 StOperator::~StOperator() in ~StOperator()
111 StOperator &StOperator::SetAbilityType(const string &type) in SetAbilityType()
122 StOperator &StOperator::SetBundleName(const string &bundleName) in SetBundleName()
133 StOperator &StOperator::SetAbilityName(const string &abilityName) in SetAbilityName()
144 StOperator &StOperator::SetOperatorName(const string &operatorName) in SetOperatorName()
155 StOperator &StOperator::SetMessage(const string &message) in SetMessage()
161 StOperator &StOperator::AddChildOperator(std::shared_ptr<StOperator> childOperator) in AddChildOperator()
171 std::vector<std::shared_ptr<StOperator>> StOperator::GetChildOperator() in GetChildOperator()
[all …]
/ohos5.0/foundation/bundlemanager/bundle_framework/test/resource/common/include/
H A Dstoperator.h24 class StOperator; variable
27 class StOperator {
29 std::vector<std::shared_ptr<StOperator>> g_childOperator;
30 std::shared_ptr<StOperator> g_parentOperator;
40 StOperator();
43 ~StOperator();
46 StOperator &SetAbilityType(const string &type);
48 StOperator &SetBundleName(const string &bundleName);
50 StOperator &SetAbilityName(const string &abilityName);
54 StOperator &SetMessage(const string &message);
[all …]