Home
last modified time | relevance | path

Searched refs:strnum (Results 1 - 3 of 3) sorted by relevance

/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dwant_params_wrapper.cpp134 for (size_t strnum = 0; strnum < str.size(); strnum++) { in Parse()
135 if (str[strnum] == '{' && key != "" && typeId == WantParams::VALUE_TYPE_WANTPARAMS) { in Parse()
138 for (num = strnum; num < str.size(); num++) { in Parse()
148 wantParams.SetParam(key, WantParamWrapper::Parse(str.substr(strnum, num - strnum + 1))); in Parse()
151 strnum = num + 1; in Parse()
152 } else if (str[strnum] == '"') { in Parse()
154 strnum in Parse()
[all...]
/foundation/ability/dmsfwk/services/dtbschedmgr/src/distributedWant/
H A Ddistributed_want_params_wrapper.cpp115 size_t DistributedWantParamWrapper::FindMatchingBrace(const std::string& str, size_t strnum) in FindMatchingBrace() argument
118 for (size_t num = strnum; num < str.size(); num++) { in FindMatchingBrace()
128 return strnum; in FindMatchingBrace()
139 for (size_t strnum = 0; strnum < str.size(); strnum++) { in Parse()
140 if (str[strnum] == '{' && strKey != "" && typeId == DistributedWantParams::VALUE_TYPE_WANTPARAMS) { in Parse()
141 size_t num = FindMatchingBrace(str, strnum); in Parse()
142 wantParams.SetParam(strKey, DistributedWantParamWrapper::Parse(str.substr(strnum, num - strnum in Parse()
180 GerTypedId(const std::string& str, size_t& strnum) GerTypedId() argument
[all...]
/foundation/ability/dmsfwk/services/dtbschedmgr/include/distributedWant/
H A Ddistributed_want_params_wrapper.h73 static size_t FindMatchingBrace(const std::string& str, size_t strnum);
77 static int GerTypedId(const std::string& str, size_t& strnum);

Completed in 1 milliseconds