Home
last modified time | relevance | path

Searched refs:ValidateStr (Results 1 - 7 of 7) sorted by relevance

/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/distributedWant/
H A Ddistributed_want_params_wrapper_test.cpp204 * @tc.name: ValidateStr
205 * @tc.desc: Verify the "ValidateStr" function.
209 bool result = DistributedWantParamWrapper::ValidateStr("{"); in HWTEST_F()
216 * @tc.name: ValidateStr
217 * @tc.desc: Verify the "ValidateStr" function.
221 bool result = DistributedWantParamWrapper::ValidateStr("}"); in HWTEST_F()
228 * @tc.name: ValidateStr
229 * @tc.desc: Verify the "ValidateStr" function.
233 bool result = DistributedWantParamWrapper::ValidateStr("}{"); in HWTEST_F()
240 * @tc.name: ValidateStr
[all...]
/foundation/ability/ability_base/test/unittest/want/
H A Dwant_params_wrapper_test.cpp199 * @tc.name: ValidateStr
200 * @tc.desc: Verify the "ValidateStr" function.
204 bool result = WantParamWrapper::ValidateStr("{"); in HWTEST_F()
211 * @tc.name: ValidateStr
212 * @tc.desc: Verify the "ValidateStr" function.
216 bool result = WantParamWrapper::ValidateStr("}"); in HWTEST_F()
223 * @tc.name: ValidateStr
224 * @tc.desc: Verify the "ValidateStr" function.
228 bool result = WantParamWrapper::ValidateStr("}{"); in HWTEST_F()
235 * @tc.name: ValidateStr
[all...]
/foundation/ability/dmsfwk/services/dtbschedmgr/src/distributedWant/
H A Ddistributed_want_params_wrapper.cpp89 bool DistributedWantParamWrapper::ValidateStr(const std::string& str) in ValidateStr() function in OHOS::DistributedSchedule::DistributedWantParamWrapper
134 if (!ValidateStr(str)) { in Parse()
200 if (!ValidateStr(str)) { in ParseWantParams()
/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dwant_params_wrapper.cpp102 bool WantParamWrapper::ValidateStr(const std::string &str) in ValidateStr() function in OHOS::AAFwk::WantParamWrapper
133 if (ValidateStr(str)) { in Parse()
184 if (!ValidateStr(str)) { in ParseWantParams()
236 if (!ValidateStr(str)) { in ParseWantParamsWithBrackets()
/foundation/ability/ability_base/interfaces/kits/native/want/include/
H A Dwant_params_wrapper.h67 static bool ValidateStr(const std::string &str);
/foundation/ability/dmsfwk/services/dtbschedmgr/include/distributedWant/
H A Ddistributed_want_params_wrapper.h71 static bool ValidateStr(const std::string& str);
/foundation/ability/ability_runtime/frameworks/native/ability/native/auto_fill_extension_ability/
H A Djs_auto_fill_extension_util.cpp301 if (!AAFwk::WantParamWrapper::ValidateStr(customDataString)) { in WrapFillRequest()

Completed in 5 milliseconds