Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Dapplication_info.h183 std::string appDetailAbilityLibraryPath; member
/ohos5.0/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":"",
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dapplication_info.h297 std::string appDetailAbilityLibraryPath; member
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dapplication_info.cpp226 {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()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dapplication_info.cpp545 appDetailAbilityLibraryPath = Str16ToStr8(parcel.ReadString16()); in ReadFromParcel()
736 … WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(appDetailAbilityLibraryPath)); in Marshalling()
997 {APPLICATION_APP_DETAIL_ABILITY_LIBRARY_PATH, applicationInfo.appDetailAbilityLibraryPath}, in to_json()
1175 …applicationInfo.appDetailAbilityLibraryPath, JsonType::STRING, false, parseResult, ArrayType::NOT_… in from_json()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/
H A Dbms_bundle_data_storage_database_test.cpp90 "appDetailAbilityLibraryPath":"",
303 "appDetailAbilityLibraryPath":"",
423 "appDetailAbilityLibraryPath":"",
1143 "appDetailAbilityLibraryPath": "",
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinner_bundle_info.h1552 baseApplicationInfo_->appDetailAbilityLibraryPath = Constants::EMPTY_STRING; in SetEntryInstallationFree()
1693 baseApplicationInfo_->appDetailAbilityLibraryPath = Constants::EMPTY_STRING; in SetHideDesktopIcon()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_profile.cpp2591 … applicationInfo.appDetailAbilityLibraryPath = Profile::APP_DETAIL_ABILITY_LIBRARY_PATH_64; in ToInnerBundleInfo()
2593 applicationInfo.appDetailAbilityLibraryPath = Profile::APP_DETAIL_ABILITY_LIBRARY_PATH; in ToInnerBundleInfo()
H A Dmodule_profile.cpp2633 … applicationInfo.appDetailAbilityLibraryPath = Profile::APP_DETAIL_ABILITY_LIBRARY_PATH_64; in ToInnerBundleInfo()
2635 applicationInfo.appDetailAbilityLibraryPath = Profile::APP_DETAIL_ABILITY_LIBRARY_PATH; in ToInnerBundleInfo()
H A Dinner_bundle_info.cpp1878 baseApplicationInfo_->appDetailAbilityLibraryPath = applicationInfo.appDetailAbilityLibraryPath; in UpdateBaseApplicationInfo()
1926 baseApplicationInfo_->appDetailAbilityLibraryPath = Constants::EMPTY_STRING; in UpdateAppDetailAbilityAttrs()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_kit_service_test.cpp11390 innerBundleInfo.baseApplicationInfo_->appDetailAbilityLibraryPath = "path";
11394 EXPECT_TRUE(innerBundleInfo.GetBaseApplicationInfo().appDetailAbilityLibraryPath.empty());
11408 innerBundleInfo.baseApplicationInfo_->appDetailAbilityLibraryPath = "path";
11412 EXPECT_FALSE(innerBundleInfo.GetBaseApplicationInfo().appDetailAbilityLibraryPath.empty());
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dmain_thread.cpp1395 LoadAppDetailAbilityLibrary(appInfo.appDetailAbilityLibraryPath); in HandleLaunchApplication()