Home
last modified time | relevance | path

Searched refs:SetAssetPath (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/test/fuzztest/getassetpath_fuzzer/
H A Dgetassetpath_fuzzer.cpp35 JSNApi::SetAssetPath(vm, str); in GetAssetPathFuzzerTest()
/arkcompiler/ets_runtime/test/fuzztest/jsnapiset_fuzzer/
H A Djsnapiset_fuzzer.cpp35 JSNApi::SetAssetPath(vm, str); in JSNApiSetAssetPathFuzzTest()
/arkcompiler/ets_runtime/ecmascript/
H A Decma_vm.h497 void SetAssetPath(const CString &assetPath) in SetAssetPath() function in panda::ecmascript::EcmaVM
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp4046 SetAssetPath(vm, assetPath); in SetModuleInfo()
4063 // note: The function SetAssetPath is a generic interface for previewing and physical machines.
4064 void JSNApi::SetAssetPath(EcmaVM *vm, const std::string &assetPath) in SetAssetPath() function in panda::JSNApi
4073 vm->SetAssetPath(path); in SetAssetPath()
4257 vm->SetAssetPath(hostVM->GetAssetPath()); in SynchronizVMInfo()
/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Djsnapi_expo.h1699 static void SetAssetPath(EcmaVM *vm, const std::string &assetPath);
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Djsnapi_first_tests.cpp1789 JSNApi::SetAssetPath(vm_, str); in HWTEST_F_L0()
1800 * @tc.name: SetAssetPath
H A Dffi_workload.cpp6277 JSNApi::SetAssetPath(vm_, str); in HWTEST_F_L0()
6280 TEST_TIME(JSValueRef::SetAssetPath); in HWTEST_F_L0()
6289 JSNApi::SetAssetPath(vm_, str); in HWTEST_F_L0()

Completed in 36 milliseconds