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:sourceName
(Results
1 - 6
of
6
) sorted by relevance
/base/security/appverify/interfaces/innerkits/appverify/src/init/
H
A
D
trusted_source_manager.cpp
145
if (!JsonParserUtils::GetJsonString(appSource, KEY_OF_SOURCE_NAME, hapAppSource.
sourceName
)) {
in ParseTrustedAppSourceJson()
146
HAPVERIFY_LOG_ERROR("Get
sourceName
Failed");
in ParseTrustedAppSourceJson()
149
hapAppSource.source = GetTrustedSource(hapAppSource.
sourceName
);
in ParseTrustedAppSourceJson()
189
std::string info = "
sourceName
: " + appSourceInfo.
sourceName
+ "\n" +
in EncapTrustedAppSourceString()
264
TrustedSources TrustedSourceManager::GetTrustedSource(std::string&
sourceName
)
in GetTrustedSource()
argument
266
if (APP_GALLERY_SOURCE_NAME ==
sourceName
) {
in GetTrustedSource()
270
if (APP_SYSTEM_SOURCE_NAME ==
sourceName
) {
in GetTrustedSource()
274
if (APP_THIRD_PARTY_PRELOAD_SOURCE_NAME ==
sourceName
) {
in GetTrustedSource()
H
A
D
trusted_ticket_manager.cpp
117
if (!JsonParserUtils::GetJsonString(TicketSource, KEY_OF_SOURCE_NAME, hapTicketSource.
sourceName
)) {
in ParseTrustedTicketSourceJson()
118
HAPVERIFY_LOG_ERROR("Get
sourceName
Failed");
in ParseTrustedTicketSourceJson()
149
std::string info = "
sourceName
: " + ticketSourceInfo.
sourceName
+ "\n" +
in EncapTrustedTicketSourceString()
/base/security/appverify/interfaces/innerkits/appverify/include/init/
H
A
D
trusted_source_manager.h
31
std::string
sourceName
;
member
69
TrustedSources GetTrustedSource(std::string&
sourceName
);
H
A
D
trusted_ticket_manager.h
30
std::string
sourceName
;
member
/base/msdp/device_status/services/interaction/drag/include/
H
A
D
drag_drawing.h
248
void NotifyDragInfo(const std::string &
sourceName
, const std::string &targetName);
/base/msdp/device_status/services/interaction/drag/src/
H
A
D
drag_drawing.cpp
779
void DragDrawing::NotifyDragInfo(const std::string &
sourceName
, const std::string &targetName)
in NotifyDragInfo()
argument
795
dragEventInfo.sourcePkgName =
sourceName
;
in NotifyDragInfo()
Completed in 8 milliseconds