Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:ValidateStr
(Results
1 - 7
of
7
) sorted by relevance
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/distributedWant/
H
A
D
distributed_want_params_wrapper_test.cpp
204
* @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
D
want_params_wrapper_test.cpp
199
* @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
D
distributed_want_params_wrapper.cpp
89
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
D
want_params_wrapper.cpp
102
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
D
want_params_wrapper.h
67
static bool
ValidateStr
(const std::string &str);
/foundation/ability/dmsfwk/services/dtbschedmgr/include/distributedWant/
H
A
D
distributed_want_params_wrapper.h
71
static bool
ValidateStr
(const std::string& str);
/foundation/ability/ability_runtime/frameworks/native/ability/native/auto_fill_extension_ability/
H
A
D
js_auto_fill_extension_util.cpp
301
if (!AAFwk::WantParamWrapper::
ValidateStr
(customDataString)) {
in WrapFillRequest()
Completed in 5 milliseconds