Home
last modified time | relevance | path

Searched refs:appDetailAbilityLibraryPath (Results 1 - 13 of 13) sorted by relevance

/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Dapplication_info.h183 std::string appDetailAbilityLibraryPath; member
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_clone_app_test/
H A Dbms_bundle_clone_app_bundle_logic_test.cpp166 "appDetailAbilityLibraryPath":"",
194 "appDetailAbilityLibraryPath":"",
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dapplication_info.h315 std::string appDetailAbilityLibraryPath; member
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dapplication_info.cpp102 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 Dmodule_profile.cpp1785 applicationInfo.appDetailAbilityLibraryPath = Profile::APP_DETAIL_ABILITY_LIBRARY_PATH; in ToInnerBundleInfo()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dapplication_info.cpp112 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 Dbms_bundle_data_storage_database_test.cpp92 "appDetailAbilityLibraryPath":"",
305 "appDetailAbilityLibraryPath":"",
425 "appDetailAbilityLibraryPath":"",
1144 "appDetailAbilityLibraryPath": "",
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinner_bundle_info.h1530 baseApplicationInfo_->appDetailAbilityLibraryPath = Constants::EMPTY_STRING; in SetEntryInstallationFree()
1671 baseApplicationInfo_->appDetailAbilityLibraryPath = Constants::EMPTY_STRING; in SetHideDesktopIcon()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_profile.cpp2420 applicationInfo.appDetailAbilityLibraryPath = Profile::APP_DETAIL_ABILITY_LIBRARY_PATH_64; in ToInnerBundleInfo()
2422 applicationInfo.appDetailAbilityLibraryPath = Profile::APP_DETAIL_ABILITY_LIBRARY_PATH; in ToInnerBundleInfo()
H A Dmodule_profile.cpp2472 applicationInfo.appDetailAbilityLibraryPath = Profile::APP_DETAIL_ABILITY_LIBRARY_PATH_64; in ToInnerBundleInfo()
2474 applicationInfo.appDetailAbilityLibraryPath = Profile::APP_DETAIL_ABILITY_LIBRARY_PATH; in ToInnerBundleInfo()
H A Dinner_bundle_info.cpp1758 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 Dbms_bundle_kit_service_test.cpp11507 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 Dmain_thread.cpp1386 LoadAppDetailAbilityLibrary(appInfo.appDetailAbilityLibraryPath); in HandleLaunchApplication()

Completed in 56 milliseconds