Home
last modified time | relevance | path

Searched refs:entryModuleName (Results 1 – 23 of 23) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/test/benchmarktest/bundle_info_test/
H A Dbundle_info_test.cpp39 info.entryModuleName = "entry"; in BenchmarkTestForReadFromParcel()
78 info.entryModuleName = "entry"; in BenchmarkTestForMarshalling()
116 info.entryModuleName = "entry"; in BenchmarkTestForUnmarshalling()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/
H A Djs-apis-bundle-BundleInfo.md33 | entryModuleName | string |…
/ohos5.0/foundation/communication/netmanager_base/utils/bundle_utils/src/
H A Dnet_bundle_impl.cpp56 bundleInfo.name, bundleInfo.entryModuleName, jsonProfile); in GetJsonFromBundle()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dbundle_info.h123 std::string entryModuleName; // moduleName member
H A Dapplication_info.h288 std::string entryModuleName; member
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Dapplication_info.h174 std::string entryModuleName; member
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dcompatible_application_info.cpp153 applicationInfo.entryModuleName = ""; in ConvertToApplicationInfo()
H A Dbundle_info.cpp245 entryModuleName = Str16ToStr8(parcel.ReadString16()); in ReadFromParcel()
408 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(entryModuleName)); in Marshalling()
673 {BUNDLE_INFO_ENTRY_MODULE_NAME, bundleInfo.entryModuleName}, in to_json()
918 bundleInfo.entryModuleName, in from_json()
H A Dapplication_info.cpp534 entryModuleName = Str16ToStr8(parcel.ReadString16()); in ReadFromParcel()
729 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(entryModuleName)); in Marshalling()
980 {APPLICATION_ENTRY_MODULE_NAME, applicationInfo.entryModuleName}, in to_json()
1141 … applicationInfo.entryModuleName, JsonType::STRING, false, parseResult, ArrayType::NOT_ARRAY); in from_json()
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/
H A Djs-apis-bundle-BundleInfo.md34 | entryModuleName | string |…
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dapplication_info.cpp210 {APPLICATION_ENTRY_MODULE_NAME, applicationInfo.entryModuleName}, in to_json()
662 applicationInfo.entryModuleName, 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.cpp142 "entryModuleName":"",
355 "entryModuleName":"",
475 "entryModuleName":"",
535 "entryModuleName":"entry",
1064 "entryModuleName": "",
1175 "entryModuleName": "phone",
/ohos5.0/foundation/bundlemanager/bundle_framework/test/benchmarktest/json_serializer_test/
H A Djson_serializer_test.cpp229 bundleInfo.entryModuleName = "ohos.global.systemres.MainAbility"; in BenchmarkTestForBundleInfoToJson()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_clone_app_test/
H A Dbms_bundle_clone_app_bundle_logic_test.cpp204 "entryModuleName":"entry",
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dinner_bundle_info.cpp1830 baseBundleInfo_->entryModuleName = bundleInfo.entryModuleName; in UpdateBaseBundleInfo()
2210 baseBundleInfo_->entryModuleName.clear(); in RemoveModuleInfo()
4250 std::string entryModuleName = GetEntryModuleName(); in GetQuerySchemes() local
4251 auto it = innerModuleInfos_.find(entryModuleName); in GetQuerySchemes()
4255 std::vector<std::string> querySchemes = innerModuleInfos_.at(entryModuleName).querySchemes; in GetQuerySchemes()
H A Dbundle_profile.cpp2262 bundleInfo.entryModuleName = innerModuleInfo.moduleName; in ToBundleInfo()
H A Dmodule_profile.cpp2187 bundleInfo.entryModuleName = innerModuleInfo.moduleName; in ToBundleInfo()
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_3.2.8.2/
H A Dchangelog-bundlemanager.md190 | entryModuleName | 无 | string |
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_3.2.8.2/
H A Dchangelog-bundlemanager.md192 | entryModuleName | N/A | string |
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/
H A Djs-apidiff-bundle.md617 …类名:BundleInfo;<br>方法or属性:readonly entryModuleName: string;<br>旧版本信息:|类名:BundleInfo;<br>方法or属性:read…
/ohos5.0/docs/en/release-notes/api-diff/v3.2-Release/
H A Djs-apidiff-bundle.md617 …e name: readonly entryModuleName: string;<br>Old version: |Class name: BundleInfo;<br>Method or at…
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundlemgr/
H A Dbundle_mgr.cpp838 …env, napi_create_string_utf8(env, bundleInfo.entryModuleName.c_str(), NAPI_AUTO_LENGTH, &nEntryMod… in ConvertBundleInfo()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_kit_service_test.cpp6884 info.entryModuleName = "entry";