Home
last modified time | relevance | path

Searched defs:bundleName (Results 1 – 25 of 42) sorted by relevance

12

/arkcompiler/runtime_core/taihe/test/ani_bundle/author/src/
Dohos_bundle.impl.cpp50 void GetApplicationInfo3param(string_view bundleName, int32_t bundleFlags, int32_t userId) in GetApplicationInfo3param()
55 void GetApplicationInfo2param(string_view bundleName, int32_t bundleFlags) in GetApplicationInfo2param()
60 …void GetApplicationInfoOptional(string_view bundleName, int32_t bundleFlags, optional_view<int32_t… in GetApplicationInfoOptional()
77 void GetBundleInfo(string_view bundleName, int32_t bundleFlags) in GetBundleInfo()
82 void GetAbilityInfo(string_view bundleName, string_view abilityName) in GetAbilityInfo()
87 void GetApplicationInfo(string_view bundleName, int32_t bundleFlags, int32_t userId) in GetApplicationInfo()
117 void GetLaunchWantForBundle(string_view bundleName) in GetLaunchWantForBundle()
122 void GetAbilityLabel(string_view bundleName, string_view abilityName) in GetAbilityLabel()
127 void GetAbilityIcon(string_view bundleName, string_view abilityName) in GetAbilityIcon()
137 void IsApplicationEnabled(string_view bundleName) in IsApplicationEnabled()
DelementName.impl.cpp47 void SetBundleName(string_view bundleName) in SetBundleName()
Dohos_app_ability_want.impl.cpp42 void SetBundleName(optional_view<string> bundleName) in SetBundleName()
/arkcompiler/ets_frontend/es2panda/test/compiler/bytecodehar/projects/bytecodehar-annotations-version-update/
DcompileContextInfo.json9 "bundleName": "", string
18 "bundleName": "bundle", string
27 "bundleName": "", string
36 "bundleName": "", string
45 "bundleName": "", string
/arkcompiler/ets_frontend/es2panda/test/compiler/bytecodehar/projects/bytecodehar-version-update/
DcompileContextInfo.json9 "bundleName": "", string
18 "bundleName": "bundle", string
27 "bundleName": "", string
36 "bundleName": "", string
45 "bundleName": "", string
/arkcompiler/ets_frontend/es2panda/test/compiler/bytecodehar/projects/bytecodehar-dependency-resolve/
DcompileContextInfo.json9 "bundleName": "", string
18 "bundleName": "", string
27 "bundleName": "", string
36 "bundleName": "", string
/arkcompiler/ets_frontend/es2panda/test/compiler/bytecodehar/projects/bytecodehar-annotations-test-project/
DcompileContextInfo.json9 "bundleName": "", string
18 "bundleName": "", string
27 "bundleName": "", string
36 "bundleName": "", string
/arkcompiler/ets_frontend/es2panda/test/compiler/bytecodehar/js/projects/bytecodehar-dependency-resolve/
DcompileContextInfo.json9 "bundleName": "", string
18 "bundleName": "", string
27 "bundleName": "", string
36 "bundleName": "", string
/arkcompiler/ets_frontend/es2panda/test/compiler/bytecodehar/projects/bytecodehar-test-project/
DcompileContextInfo.json9 "bundleName": "", string
18 "bundleName": "", string
27 "bundleName": "", string
36 "bundleName": "", string
/arkcompiler/ets_frontend/es2panda/test/compiler/bytecodehar/projects/bytecodehar-annotations-dependency-resolve/
DcompileContextInfo.json9 "bundleName": "", string
18 "bundleName": "", string
27 "bundleName": "", string
36 "bundleName": "", string
/arkcompiler/ets_runtime/ecmascript/ohos/
Dohos_pkg_verifier.h53 std::string bundleName = cPreprocessor.GetMainPkgArgs()->GetBundleName(); in CheckArkProfile() local
78 const std::string bundleName = mainPkgArgs->GetBundleName(); in CheckAOTOutputFilePath() local
120 std::string bundleName; in CheckBundleNameAndAppIdentifier() local
/arkcompiler/runtime_core/taihe/test/ani_bundlemanager/author/src/
DelementName.impl.cpp29 string bundleName = ""; member in __anon33c095a70111::ElementNameImpl
47 void SetBundleName(string_view bundleName) in SetBundleName()
/arkcompiler/ets_frontend/es2panda/test/compiler/bytecodehar/projects/bytecodehar-inter-app-hsp/
DcompileContextInfo.json16 "bundleName": "com.inter_app.hsp" string
/arkcompiler/ets_frontend/es2panda/test/compiler/bytecodehar/projects/bytecodehar-annotations-inter-app-hsp/
DcompileContextInfo.json16 "bundleName": "com.inter_app.hsp" string
/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_path_helper.cpp201 CString ModulePathHelper::ConcatUnifiedOhmUrl(const CString &bundleName, const CString &pkgname, in ConcatUnifiedOhmUrl()
213 CString ModulePathHelper::ConcatUnifiedOhmUrl(const CString &bundleName, const CString &normalizedp… in ConcatUnifiedOhmUrl()
220 CString ModulePathHelper::ConcatPreviewTestUnifiedOhmUrl(const CString &bundleName, const CString &… in ConcatPreviewTestUnifiedOhmUrl()
227 CString ModulePathHelper::ConcatHspFileNameCrossBundle(const CString &bundleName, const CString &mo… in ConcatHspFileNameCrossBundle()
278 const CString &bundleName = data[PKGINFO_BUDNLE_NAME_INDEX]; in TransformToNormalizedOhmUrl() local
307 CString bundleName = vec[0]; in ParseUrl() local
342 CString bundleName = vec[0]; in ParsePrefixBundle() local
362 const CString& bundleName = res[NORMALIZED_BUNDLE_NAME_INDEX]; in ParseNormalizedOhmUrl() local
863 …ulePathHelper::ConcatNativeSoNormalizedOhmurl(const CString &moduleName, const CString &bundleName, in ConcatNativeSoNormalizedOhmurl()
871 …ModulePathHelper::ConcatNotSoNormalizedOhmurl(const CString &moduleName, const CString &bundleName, in ConcatNotSoNormalizedOhmurl()
[all …]
/arkcompiler/ets_runtime/ecmascript/platform/common/
Dmodule.cpp28 const CString &bundleName, const CString &moduleName, [[maybe_unused]] CString &recordName) in GetBaseFileName()
/arkcompiler/ets_runtime/ecmascript/platform/windows/
Dmodule.cpp39 const CString &bundleName, const CString &moduleName, [[maybe_unused]] CString &recordName) in GetBaseFileName()
/arkcompiler/ets_runtime/ecmascript/platform/unix/mac/
Dmodule.cpp39 const CString &bundleName, const CString &moduleName, [[maybe_unused]] CString &recordName) in GetBaseFileName()
/arkcompiler/toolchain/inspector/
Dconnect_server.cpp30 ConnectServer::ConnectServer(const std::string& bundleName, std::function<void(std::string&&)> onMe… in ConnectServer()
/arkcompiler/jsvm/src/platform/
Dplatform_ohos.cpp257 bool ProcessBundleName(std::string& bundleName) in ProcessBundleName()
278 std::string bundleName; in WriteHisysevent() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Daot_compiler_stats.h34 void SetBundleName(std::string bundleName) in SetBundleName()
Daot_compiler.cpp115 std::string bundleName = ""; in Main() local
/arkcompiler/ets_runtime/ecmascript/jit/
Djit.cpp53 void Jit::SetJitEnablePostFork(EcmaVM *vm, const std::string &bundleName) in SetJitEnablePostFork()
463 auto bundleName = vm_->GetBundleName(); in TimeScope() local
480 auto bundleName = vm_->GetBundleName(); in ~TimeScope() local
/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/utils/checker/
DAbilityInterface.ts79 bundleName: string; property
/arkcompiler/ets_runtime/ecmascript/extractortool/src/
Dfile_path_utils.cpp332 const auto& bundleName = pathVector[index++]; in ParseOhmUri() local
376const std::string& bundleName, const std::string& curJsModulePath, const std::string& newJsModuleU… in NormalizeUri()

12