Home
last modified time | relevance | path

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

/arkcompiler/toolchain/inspector/
Dconnect_server.h29 ConnectServer(const std::string& bundleName, std::function<void(std::string&&)> onMessage) in ConnectServer()
/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_path_helper.cpp126 CString bundleName = vec[0]; in ParseUrl() local
161 CString bundleName = vec[0]; in ParsePrefixBundle() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile.cpp74 CString bundleName = entry.substr(0, pos); in CheckIsRecordWithBundleName() local
/arkcompiler/ets_runtime/ecmascript/
Decma_vm.h336 void SetBundleName(const CString &bundleName) in SetBundleName()
Djs_runtime_options.h299 void SetArkBundleName(std::string bundleName) in SetArkBundleName()
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi.h1056 void SetArkBundleName(const std::string &bundleName) { in SetArkBundleName()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp3667 void JSNApi::SetBundleName(EcmaVM *vm, const std::string &bundleName) in SetBundleName()