Home
last modified time | relevance | path

Searched refs:bundleVersion (Results 1 - 18 of 18) sorted by relevance

/base/hiviewdfx/hiview/test/unittest/unified_collection/client/
H A Dtrace_collector_client_test.cpp158 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 Dwatchdog.cpp61 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 Dwatchdog_inner.h88 void SetBundleInfo(const std::string& bundleName, const std::string& bundleVersion);
H A Dwatchdog_inner.cpp151 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 DEventObserverConverter.h34 info.bundleVersion = data.versionName; in ConvertToAppStartInfo()
46 info.bundleVersion = data.versionName; in ConvertToScrollJankEvtInfo()
/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/client/
H A Dtrace_collector_client.h34 std::string bundleVersion; // app bundle version member
/base/hiviewdfx/hicollie/interfaces/native/innerkits/include/xcollie/
H A Dwatchdog.h98 void SetBundleInfo(const std::string& bundleName, const std::string& bundleVersion);
/base/update/sys_installer/services/module_update/util/src/
H A Dmodule_ipc_helper.cpp53 info.bundleVersion = Str16ToStr8(reply.ReadString16()); in ReadBundleInfo()
59 data.WriteString16(Str8ToStr16(info.bundleVersion)); in WriteBundleInfo()
H A Dmodule_file.cpp213 infoTmp.bundleVersion = bundleInfoVec.at(1); // 1:index of bundleVersion in ParseBundleList()
/base/hiviewdfx/hiview/base/event_publish/include/
H A Dapp_event_handler.h29 std::string bundleVersion; member
/base/update/sys_installer/services/module_update/util/include/
H A Dmodule_file.h73 std::string bundleVersion; member
/base/hiviewdfx/hiview/plugins/faultlogger/service/
H A Dfreeze_json_generator.cpp169 FreezeJsonParams::Builder& FreezeJsonParams::Builder::InitBundleVersion(const std::string& bundleVersion) in InitBundleVersion() argument
171 bundleVersion_ = bundleVersion; in InitBundleVersion()
H A Dfreeze_json_generator.h105 Builder& InitBundleVersion(const std::string& bundleVersion);
/base/hiviewdfx/hiview/base/event_publish/
H A Dapp_event_handler.cpp84 AddValueToJsonString("bundle_version", event.bundleVersion, jsonStr); in AddBundleInfoToJsonString()
/base/hiviewdfx/hiview/adapter/service/client/src/
H A Dhiview_service_ability_proxy.cpp220 if (!data.WriteString(appCaller.bundleVersion)) { in WriteAppCallerBase()
221 errField = "bundleVersion"; in WriteAppCallerBase()
/base/hiviewdfx/hiview/adapter/service/server/src/
H A Dhiview_service_ability_stub.cpp434 if (!data.ReadString(appCaller.bundleVersion)) { in ReadAppCallerBase()
435 errField = "bundleVersion"; in ReadAppCallerBase()
/base/hiviewdfx/hiview/service/
H A Dhiview_service.cpp396 appCallerEvent->bundleVersion_ = appCaller.bundleVersion; in InnerCreateAppCallerEvent()
/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/native_leak/
H A Dnative_leak_state.cpp637 info.bundleVersion = userMonitorInfo->GetHapVersion(); in PostEvent()

Completed in 12 milliseconds