Home
last modified time | relevance | path

Searched defs:thisVal (Results 1 – 4 of 4) sorted by relevance

/utils/native/lite/js/builtin/filekit/src/
Dnativeapi_fs.cpp69 JSIValue ExecuteAsyncWork(const JSIValue thisVal, const JSIValue* args, in ExecuteAsyncWork()
94 JSIValue thisVal = params->thisVal; in ExecuteCopyFile() local
143 JSIValue thisVal = params->thisVal; in ExecuteDeleteAccess() local
211 JSIValue thisVal = params->thisVal; in ExecuteGetFileList() local
242 JSIValue thisVal = params->thisVal; in ExecuteGetFileInfo() local
283 JSIValue thisVal = params->thisVal; in ExecuteWriteTextFile() local
349 JSIValue thisVal = params->thisVal; in ExecuteReadTextFile() local
372 JSIValue thisVal = params->thisVal; in ExecuteDirFunc() local
439 JSIValue thisVal = params->thisVal; in ExecuteReadArrayFile() local
474 JSIValue thisVal = params->thisVal; in ExecuteWriteArrayFile() local
[all …]
/utils/native/lite/js/builtin/kvstorekit/src/
Dnativeapi_kv.cpp58 void GetDefault(const JSIValue thisVal, const JSIValue args) in GetDefault()
99 JSIValue ExecuteAsyncWork(const JSIValue thisVal, const JSIValue* args, in ExecuteAsyncWork()
124 JSIValue thisVal = params->thisVal; in ExecuteGet() local
164 JSIValue thisVal = params->thisVal; in ExecuteSet() local
202 JSIValue thisVal = params->thisVal; in ExecuteDelete() local
232 JSIValue thisVal = params->thisVal; in ExecuteClear() local
262 JSIValue NativeapiKv::Get(const JSIValue thisVal, const JSIValue* args, uint8_t argsNum) in Get()
267 JSIValue NativeapiKv::Set(const JSIValue thisVal, const JSIValue* args, uint8_t argsNum) in Set()
272 JSIValue NativeapiKv::Delete(const JSIValue thisVal, const JSIValue* args, uint8_t argsNum) in Delete()
277 JSIValue NativeapiKv::Clear(const JSIValue thisVal, const JSIValue* args, uint8_t argsNum) in Clear()
/utils/native/lite/js/builtin/common/src/
Dnativeapi_common.cpp22 void NativeapiCommon::FailCallBack(const JSIValue thisVal, const JSIValue args, int ret) in FailCallBack()
57 void NativeapiCommon::SuccessCallBack(const JSIValue thisVal, const JSIValue args, JSIValue jsiValu… in SuccessCallBack()
/utils/native/lite/js/builtin/deviceinfokit/src/
Dnativeapi_deviceinfo.cpp28 JSIValue ExecuteAsyncWork(const JSIValue thisVal, const JSIValue* args, in ExecuteAsyncWork()
53 JSIValue thisVal = params->thisVal; in ExecuteGetInfo() local
81 JSIValue NativeapiDeviceInfo::GetDeviceInfo(const JSIValue thisVal, const JSIValue* args, uint8_t a… in GetDeviceInfo()