Searched refs:appDetailAbilityLibraryPath (Results 1 - 13 of 13) sorted by relevance
/foundation/ability/ability_runtime/frameworks/simulator/common/include/ |
H A D | application_info.h | 183 std::string appDetailAbilityLibraryPath; member
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_clone_app_test/ |
H A D | bms_bundle_clone_app_bundle_logic_test.cpp | 166 "appDetailAbilityLibraryPath":"", 194 "appDetailAbilityLibraryPath":"",
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | application_info.h | 315 std::string appDetailAbilityLibraryPath; member
|
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/ |
H A D | application_info.cpp | 102 const std::string APPLICATION_APP_DETAIL_ABILITY_LIBRARY_PATH = "appDetailAbilityLibraryPath"; 226 {APPLICATION_APP_DETAIL_ABILITY_LIBRARY_PATH, applicationInfo.appDetailAbilityLibraryPath}, in to_json() 790 applicationInfo.appDetailAbilityLibraryPath, in from_json()
|
H A D | module_profile.cpp | 1785 applicationInfo.appDetailAbilityLibraryPath = Profile::APP_DETAIL_ABILITY_LIBRARY_PATH; in ToInnerBundleInfo()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
H A D | application_info.cpp | 112 const char* APPLICATION_APP_DETAIL_ABILITY_LIBRARY_PATH = "appDetailAbilityLibraryPath"; 543 appDetailAbilityLibraryPath = Str16ToStr8(parcel.ReadString16()); in ReadFromParcel() 735 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(appDetailAbilityLibraryPath)); in Marshalling() 988 {APPLICATION_APP_DETAIL_ABILITY_LIBRARY_PATH, applicationInfo.appDetailAbilityLibraryPath}, in to_json() 1167 applicationInfo.appDetailAbilityLibraryPath, false, parseResult); in from_json()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/ |
H A D | bms_bundle_data_storage_database_test.cpp | 92 "appDetailAbilityLibraryPath":"", 305 "appDetailAbilityLibraryPath":"", 425 "appDetailAbilityLibraryPath":"", 1144 "appDetailAbilityLibraryPath": "",
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | inner_bundle_info.h | 1530 baseApplicationInfo_->appDetailAbilityLibraryPath = Constants::EMPTY_STRING; in SetEntryInstallationFree() 1671 baseApplicationInfo_->appDetailAbilityLibraryPath = Constants::EMPTY_STRING; in SetHideDesktopIcon()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_profile.cpp | 2420 applicationInfo.appDetailAbilityLibraryPath = Profile::APP_DETAIL_ABILITY_LIBRARY_PATH_64; in ToInnerBundleInfo() 2422 applicationInfo.appDetailAbilityLibraryPath = Profile::APP_DETAIL_ABILITY_LIBRARY_PATH; in ToInnerBundleInfo()
|
H A D | module_profile.cpp | 2472 applicationInfo.appDetailAbilityLibraryPath = Profile::APP_DETAIL_ABILITY_LIBRARY_PATH_64; in ToInnerBundleInfo() 2474 applicationInfo.appDetailAbilityLibraryPath = Profile::APP_DETAIL_ABILITY_LIBRARY_PATH; in ToInnerBundleInfo()
|
H A D | inner_bundle_info.cpp | 1758 baseApplicationInfo_->appDetailAbilityLibraryPath = applicationInfo.appDetailAbilityLibraryPath; in UpdateBaseApplicationInfo() 1802 baseApplicationInfo_->appDetailAbilityLibraryPath = Constants::EMPTY_STRING; in UpdateAppDetailAbilityAttrs()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_kit_service_test.cpp | 11507 innerBundleInfo.baseApplicationInfo_->appDetailAbilityLibraryPath = "path"; in HWTEST_F() 11511 EXPECT_TRUE(innerBundleInfo.GetBaseApplicationInfo().appDetailAbilityLibraryPath.empty()); in HWTEST_F() 11525 innerBundleInfo.baseApplicationInfo_->appDetailAbilityLibraryPath = "path"; in HWTEST_F() 11529 EXPECT_FALSE(innerBundleInfo.GetBaseApplicationInfo().appDetailAbilityLibraryPath.empty()); in HWTEST_F()
|
/foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
H A D | main_thread.cpp | 1386 LoadAppDetailAbilityLibrary(appInfo.appDetailAbilityLibraryPath); in HandleLaunchApplication()
|
Completed in 56 milliseconds