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:AssetJsonObj
(Results
1 - 7
of
7
) sorted by relevance
/foundation/bundlemanager/app_domain_verify/frameworks/verifier/include/
H
A
D
domain_verifier.h
33
static InnerVerifyStatus VerifyHostWithAppIdentifier(const
AssetJsonObj
&assetJsonObj,
35
static InnerVerifyStatus VerifyHostWithBundleName(const
AssetJsonObj
&assetJsonObj,
H
A
D
asset_json_obj.h
29
struct
AssetJsonObj
{
struct
H
A
D
domain_json_util.h
25
static bool Parse(const std::string &assetJsonsStr,
AssetJsonObj
&assetJsonObj);
/foundation/bundlemanager/app_domain_verify/frameworks/verifier/src/
H
A
D
domain_verifier.cpp
29
AssetJsonObj
assetJsonObj;
in VerifyHost()
61
InnerVerifyStatus DomainVerifier::VerifyHostWithAppIdentifier(const
AssetJsonObj
&assetJsonObj,
in VerifyHostWithAppIdentifier()
92
InnerVerifyStatus DomainVerifier::VerifyHostWithBundleName(const
AssetJsonObj
&assetJsonObj,
in VerifyHostWithBundleName()
H
A
D
domain_json_util.cpp
24
bool JsonUtil::Parse(const std::string &assetJsonsStr,
AssetJsonObj
&assetJsonObj)
in Parse()
/foundation/bundlemanager/app_domain_verify/test/unittest/verifier/
H
A
D
domain_verifier_test.cpp
84
AssetJsonObj
assetJsonObj;
in HWTEST_F()
106
AssetJsonObj
assetJsonObj;
in HWTEST_F()
141
AssetJsonObj
assetJsonObj;
in HWTEST_F()
187
AssetJsonObj
assetJsonObj;
in HWTEST_F()
233
AssetJsonObj
assetJsonObj;
in HWTEST_F()
282
AssetJsonObj
assetJsonObj;
in HWTEST_F()
H
A
D
domain_json_util_test.cpp
58
AssetJsonObj
assetJsonObj;
in HWTEST_F()
Completed in 3 milliseconds