Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/tools/aa/include/
H A Dability_command.h27 using ParametersInteger = std::map<std::string, int>; variable
233 ErrCode ParseParam(ParametersInteger& pi);
236 void SetParams(const ParametersInteger& pi, Want& want);
/ohos5.0/foundation/ability/ability_runtime/tools/aa/src/
H A Dability_command.cpp880 ErrCode AbilityManagerShellCommand::ParseParam(ParametersInteger& pi) in ParseParam()
932 void AbilityManagerShellCommand::SetParams(const ParametersInteger& pi, Want& want) in SetParams()
1270 ParametersInteger parametersInteger; in MakeWantFromCmd()