Home
last modified time | relevance | path

Searched refs:SetAssetPath (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/test/fuzztest/getassetpath_fuzzer/
Dgetassetpath_fuzzer.cpp34 JSNApi::SetAssetPath(vm, (char*)data); in GetAssetPathFuzzerTest()
/arkcompiler/ets_runtime/test/fuzztest/jsnapiset_fuzzer/
Djsnapiset_fuzzer.cpp34 JSNApi::SetAssetPath(vm, str); in JSNApiSetAssetPathFuzzTest()
/arkcompiler/ets_runtime/ecmascript/
Decma_vm.h425 void SetAssetPath(const CString &assetPath) in SetAssetPath() function
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp2562 SetAssetPath(vm, assetPath); in SetModuleInfo()
2580 void JSNApi::SetAssetPath(EcmaVM *vm, const std::string &assetPath) in SetAssetPath() function in panda::JSNApi
2583 vm->SetAssetPath(path); in SetAssetPath()
2694 vm->SetAssetPath(hostVM->GetAssetPath()); in SynchronizVMInfo()
DJSNapi接口说明.md933 ### SetAssetPath subsection
935 static void JSNApi::SetAssetPath(EcmaVM *vm, const std::string &assetPath);
937 ��assetPath�ַ���ת��ΪC�����ַ����������䴫�ݸ�EcmaVM����vm��SetAssetPath������
953 JSNApi::SetAssetPath(vm_, assetPath);
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h1290 static void SetAssetPath(EcmaVM *vm, const std::string &assetPath);
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_first_tests.cpp1665 JSNApi::SetAssetPath(vm_, str); in HWTEST_F_L0()
Dffi_workload.cpp6297 JSNApi::SetAssetPath(vm_, str); in HWTEST_F_L0()
6300 TEST_TIME(JSValueRef::SetAssetPath); in HWTEST_F_L0()
6309 JSNApi::SetAssetPath(vm_, str); in HWTEST_F_L0()