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:ParseUtil
(Results
1 - 10
of
10
) sorted by relevance
/foundation/systemabilitymgr/samgr/services/common/src/
H
A
D
parse_util.cpp
97
ParseUtil
::~
ParseUtil
()
in ~ParseUtil()
102
void
ParseUtil
::CloseHandle(SaProfile& saProfile)
in CloseHandle()
114
void
ParseUtil
::CloseSo()
in CloseSo()
121
void
ParseUtil
::CloseSo(int32_t systemAbilityId)
in CloseSo()
131
void
ParseUtil
::ClearResource()
in ClearResource()
137
void
ParseUtil
::OpenSo(uint32_t bootPhase)
in OpenSo()
146
void
ParseUtil
::OpenSo(SaProfile& saProfile)
in OpenSo()
181
bool
ParseUtil
::LoadSaLib(int32_t systemAbilityId)
in LoadSaLib()
192
const std::list<SaProfile>&
ParseUtil
[all...]
/foundation/systemabilitymgr/samgr/interfaces/innerkits/common/include/
H
A
D
parse_util.h
27
class
ParseUtil
{
class
29
~
ParseUtil
();
/foundation/bundlemanager/app_domain_verify/test/unittest/mock/src/
H
A
D
mock_system_ability_ondemand_reason.cpp
72
nlohmann::json payload =
ParseUtil
::StringToJsonObj(parcel.ReadString());
in Unmarshalling()
/foundation/systemabilitymgr/safwk/services/safwk/src/
H
A
D
system_ability_ondemand_reason.cpp
72
nlohmann::json payload =
ParseUtil
::StringToJsonObj(parcel.ReadString());
in Unmarshalling()
H
A
D
local_ability_manager_stub.cpp
161
nlohmann::json activeReason =
ParseUtil
::StringToJsonObj(data.ReadString());
in ActiveAbilityInner()
184
nlohmann::json idleReason =
ParseUtil
::StringToJsonObj(data.ReadString());
in IdleAbilityInner()
H
A
D
local_ability_manager.cpp
89
profileParser_ = std::make_shared<
ParseUtil
>();
in LocalAbilityManager()
473
nlohmann::json startReason =
ParseUtil
::StringToJsonObj(eventStr);
in StartAbility()
492
nlohmann::json stopReason =
ParseUtil
::StringToJsonObj(eventStr);
in StopAbility()
/foundation/systemabilitymgr/safwk/services/safwk/include/
H
A
D
local_ability_manager.h
133
std::shared_ptr<
ParseUtil
> profileParser_;
/foundation/systemabilitymgr/samgr/services/samgr/native/source/collect/
H
A
D
common_event_collect.cpp
259
if (!
ParseUtil
::CheckLogicRelationship(stateMap[key], profileValue)) {
in CheckCondition()
286
if (!
ParseUtil
::CheckLogicRelationship(eventExtraMessages[key], profileValue)) {
in CheckExtraMessage()
/foundation/systemabilitymgr/samgr/services/common/test/unittest/
H
A
D
parse_util_test.cpp
58
std::shared_ptr<
ParseUtil
> parser_;
75
parser_ = std::make_shared<
ParseUtil
>();
in SetUp()
/foundation/systemabilitymgr/samgr/services/samgr/native/source/
H
A
D
system_ability_manager.cpp
301
auto parser = std::make_shared<
ParseUtil
>();
in InitSaProfile()
Completed in 12 milliseconds