Home
last modified time | relevance | path

Searched defs:isBundle (Results 1 - 13 of 13) sorted by relevance

/foundation/ability/ability_runtime/js_environment/interfaces/inner_api/
H A Djs_environment_impl.h32 bool isBundle = true; member
/foundation/arkui/napi/test/fuzztest/runscriptbuffer_fuzzer/
H A Drunscriptbuffer_fuzzer.cpp37 void RunScriptBuffer(const char* path, std::vector<uint8_t>& buffer, bool isBundle) in RunScriptBuffer() argument
42 void RunScriptBuffer(const std::string& path, uint8_t* buffer, size_t size, bool isBundle) in RunScriptBuffer() argument
/foundation/ability/ability_runtime/interfaces/inner_api/runtime/include/
H A Druntime.h51 bool isBundle = true; member
/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Dform_frontend_declarative.h137 void SetIsBundle(bool isBundle) in SetIsBundle() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/
H A Ddeclarative_frontend.h128 InitializeModuleSearcher(const std::string& bundleName, const std::string& moduleName, const std::string& assetPath, bool isBundle) InitializeModuleSearcher() argument
/foundation/ability/ability_runtime/js_environment/frameworks/js_environment/src/
H A Djs_environment.cpp165 bool JsEnvironment::LoadScript(const std::string& path, std::vector<uint8_t>* buffer, bool isBundle) in LoadScript() argument
253 bool JsEnvironment::LoadScript(const std::string& path, uint8_t* buffer, size_t len, bool isBundle) in LoadScript() argument
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Dark_js_runtime.h136 void SetBundle(bool isBundle) in SetBundle() argument
H A Djsi_base_utils.cpp524 GetSourceInfo(const std::string& line, const std::string& column, const RefPtr<RevSourceMap>& pageMap, const RefPtr<RevSourceMap>& appMap, bool isAppPage, const AceType* data, const bool isBundle) GetSourceInfo() argument
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/common/
H A Djs_engine.h466 InitializeModuleSearcher( const std::string& bundleName, const std::string& moduleName, const std::string assetPath, bool isBundle) InitializeModuleSearcher() argument
/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dace_container.cpp235 bool isBundle = (compileMode != "esmodule"); in InitializeAppConfig() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.cpp487 bool HexagonMCInstrInfo::isBundle(MCInst const &MCI) { in isBundle() function in HexagonMCInstrInfo
[all...]
/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_runtime.cpp517 bool JsRuntime::LoadScript(const std::string& path, std::vector<uint8_t>* buffer, bool isBundle) in LoadScript() argument
524 bool JsRuntime::LoadScript(const std::string& path, uint8_t* buffer, size_t len, bool isBundle, in LoadScript() argument
/foundation/arkui/napi/native_engine/impl/ark/
H A Dark_native_engine.cpp2502 napi_value ArkNativeEngine::RunScriptBuffer(const char* path, std::vector<uint8_t>& buffer, bool isBundle) in RunScriptBuffer() argument
2527 bool ArkNativeEngine::RunScriptBuffer(const std::string& path, uint8_t* buffer, size_t size, bool isBundle) in RunScriptBuffer() argument

Completed in 22 milliseconds