Searched refs:appDetailAbilityLibraryPath (Results 1 – 13 of 13) sorted by relevance
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/common/include/ |
H A D | application_info.h | 183 std::string appDetailAbilityLibraryPath; member
|
/ohos5.0/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":"",
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | application_info.h | 297 std::string appDetailAbilityLibraryPath; member
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/ |
H A D | application_info.cpp | 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()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
H A D | application_info.cpp | 545 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 D | bms_bundle_data_storage_database_test.cpp | 90 "appDetailAbilityLibraryPath":"", 303 "appDetailAbilityLibraryPath":"", 423 "appDetailAbilityLibraryPath":"", 1143 "appDetailAbilityLibraryPath": "",
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | inner_bundle_info.h | 1552 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 D | bundle_profile.cpp | 2591 … applicationInfo.appDetailAbilityLibraryPath = Profile::APP_DETAIL_ABILITY_LIBRARY_PATH_64; in ToInnerBundleInfo() 2593 applicationInfo.appDetailAbilityLibraryPath = Profile::APP_DETAIL_ABILITY_LIBRARY_PATH; in ToInnerBundleInfo()
|
H A D | module_profile.cpp | 2633 … applicationInfo.appDetailAbilityLibraryPath = Profile::APP_DETAIL_ABILITY_LIBRARY_PATH_64; in ToInnerBundleInfo() 2635 applicationInfo.appDetailAbilityLibraryPath = Profile::APP_DETAIL_ABILITY_LIBRARY_PATH; in ToInnerBundleInfo()
|
H A D | inner_bundle_info.cpp | 1878 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 D | bms_bundle_kit_service_test.cpp | 11390 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 D | main_thread.cpp | 1395 LoadAppDetailAbilityLibrary(appInfo.appDetailAbilityLibraryPath); in HandleLaunchApplication()
|