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:bundleVersion
(Results
1 - 18
of
18
) sorted by relevance
/base/hiviewdfx/hiview/test/unittest/unified_collection/client/
H
A
D
trace_collector_client_test.cpp
158
appCaller.
bundleVersion
= "2.0.1";
in HWTEST_F()
186
appCaller.
bundleVersion
= "2.0.1";
in HWTEST_F()
220
appCaller1.
bundleVersion
= "2.0.1";
in HWTEST_F()
236
appCaller2.
bundleVersion
= "2.0.1";
in HWTEST_F()
270
appCaller1.
bundleVersion
= "2.0.1";
in HWTEST_F()
304
appCaller1.
bundleVersion
= "2.0.1";
in HWTEST_F()
320
appCaller2.
bundleVersion
= "2.0.1";
in HWTEST_F()
354
appCaller1.
bundleVersion
= "2.0.1";
in HWTEST_F()
376
appCaller3.
bundleVersion
= "2.0.1";
in HWTEST_F()
409
appCaller1.
bundleVersion
in HWTEST_F()
[all...]
/base/hiviewdfx/hicollie/frameworks/native/
H
A
D
watchdog.cpp
61
void Watchdog::SetBundleInfo(const std::string& bundleName, const std::string&
bundleVersion
)
in SetBundleInfo()
argument
63
return WatchdogInner::GetInstance().SetBundleInfo(bundleName,
bundleVersion
);
in SetBundleInfo()
H
A
D
watchdog_inner.h
88
void SetBundleInfo(const std::string& bundleName, const std::string&
bundleVersion
);
H
A
D
watchdog_inner.cpp
151
void WatchdogInner::SetBundleInfo(const std::string& bundleName, const std::string&
bundleVersion
)
in SetBundleInfo()
argument
154
bundleVersion_ =
bundleVersion
;
in SetBundleInfo()
378
appCaller_.
bundleVersion
= bundleVersion_;
in CollectTrace()
/base/hiviewdfx/hiview/plugins/performance/event_publisher/
H
A
D
EventObserverConverter.h
34
info.
bundleVersion
= data.versionName;
in ConvertToAppStartInfo()
46
info.
bundleVersion
= data.versionName;
in ConvertToScrollJankEvtInfo()
/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/client/
H
A
D
trace_collector_client.h
34
std::string
bundleVersion
; // app bundle version
member
/base/hiviewdfx/hicollie/interfaces/native/innerkits/include/xcollie/
H
A
D
watchdog.h
98
void SetBundleInfo(const std::string& bundleName, const std::string&
bundleVersion
);
/base/update/sys_installer/services/module_update/util/src/
H
A
D
module_ipc_helper.cpp
53
info.
bundleVersion
= Str16ToStr8(reply.ReadString16());
in ReadBundleInfo()
59
data.WriteString16(Str8ToStr16(info.
bundleVersion
));
in WriteBundleInfo()
H
A
D
module_file.cpp
213
infoTmp.
bundleVersion
= bundleInfoVec.at(1); // 1:index of
bundleVersion
in ParseBundleList()
/base/hiviewdfx/hiview/base/event_publish/include/
H
A
D
app_event_handler.h
29
std::string
bundleVersion
;
member
/base/update/sys_installer/services/module_update/util/include/
H
A
D
module_file.h
73
std::string
bundleVersion
;
member
/base/hiviewdfx/hiview/plugins/faultlogger/service/
H
A
D
freeze_json_generator.cpp
169
FreezeJsonParams::Builder& FreezeJsonParams::Builder::InitBundleVersion(const std::string&
bundleVersion
)
in InitBundleVersion()
argument
171
bundleVersion_ =
bundleVersion
;
in InitBundleVersion()
H
A
D
freeze_json_generator.h
105
Builder& InitBundleVersion(const std::string&
bundleVersion
);
/base/hiviewdfx/hiview/base/event_publish/
H
A
D
app_event_handler.cpp
84
AddValueToJsonString("bundle_version", event.
bundleVersion
, jsonStr);
in AddBundleInfoToJsonString()
/base/hiviewdfx/hiview/adapter/service/client/src/
H
A
D
hiview_service_ability_proxy.cpp
220
if (!data.WriteString(appCaller.
bundleVersion
)) {
in WriteAppCallerBase()
221
errField = "
bundleVersion
";
in WriteAppCallerBase()
/base/hiviewdfx/hiview/adapter/service/server/src/
H
A
D
hiview_service_ability_stub.cpp
434
if (!data.ReadString(appCaller.
bundleVersion
)) {
in ReadAppCallerBase()
435
errField = "
bundleVersion
";
in ReadAppCallerBase()
/base/hiviewdfx/hiview/service/
H
A
D
hiview_service.cpp
396
appCallerEvent->bundleVersion_ = appCaller.
bundleVersion
;
in InnerCreateAppCallerEvent()
/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/native_leak/
H
A
D
native_leak_state.cpp
637
info.
bundleVersion
= userMonitorInfo->GetHapVersion();
in PostEvent()
Completed in 11 milliseconds