Searched refs:asanLogPath (Results 1 - 7 of 7) sorted by relevance
/foundation/ability/ability_runtime/frameworks/simulator/common/include/ |
H A D | application_info.h | 126 std::string asanLogPath; member
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | application_info.h | 241 std::string asanLogPath; member
|
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/ |
H A D | application_info.cpp | 107 const std::string APPLICATION_ASAN_LOG_PATH = "asanLogPath"; 231 {APPLICATION_ASAN_LOG_PATH, applicationInfo.asanLogPath}, in to_json() 830 applicationInfo.asanLogPath, in from_json()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
H A D | application_info.cpp | 117 const char* APPLICATION_ASAN_LOG_PATH = "asanLogPath"; 548 asanLogPath = Str16ToStr8(parcel.ReadString16()); in ReadFromParcel() 740 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(asanLogPath)); in Marshalling() 993 {APPLICATION_ASAN_LOG_PATH, applicationInfo.asanLogPath}, in to_json() 1177 applicationInfo.asanLogPath, false, parseResult); in from_json()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | inner_bundle_info.h | 1850 void SetAsanLogPath(const std::string& asanLogPath) in SetAsanLogPath() argument 1852 baseApplicationInfo_->asanLogPath = asanLogPath; in SetAsanLogPath() 1857 return baseApplicationInfo_->asanLogPath; in GetAsanLogPath()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_installer_test.cpp | 3703 std::string asanLogPath = LOG; in HWTEST_F() local 3704 EXPECT_EQ(asanLogPath, info.asanLogPath); in HWTEST_F() 3720 std::string asanLogPath = ""; in HWTEST_F() local 3721 EXPECT_EQ(asanLogPath, info.asanLogPath); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/ |
H A D | bms_bundle_data_storage_database_test.cpp | 1043 "asanLogPath": "",
|
Completed in 24 milliseconds