Home
last modified time | relevance | path

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

/arkcompiler/toolchain/connect_server/
Dconnect_server.h26 ConnectServer(const std::string& bundleName, std::function<void(std::string&&)> onMessage) in ConnectServer()
/arkcompiler/ets_runtime/ecmascript/base/
Dpath_helper.h181 CString bundleName = vec[0]; in ParseUrl() local
237 CString bundleName = vec[0]; in ParsePrefixBundle() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile.cpp68 CString bundleName = vm->GetBundleName(); in CheckIsRecordWithBundleName() local
/arkcompiler/ets_runtime/ecmascript/
Decma_vm.h482 void SetBundleName(const CString &bundleName) in SetBundleName()
Djs_runtime_options.h274 void SetArkBundleName(std::string bundleName) in SetArkBundleName()
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi.h986 void SetArkBundleName(std::string bundleName) { in SetArkBundleName()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp2704 void JSNApi::SetBundleName(EcmaVM *vm, std::string bundleName) in SetBundleName()