Home
last modified time | relevance | path

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

/commonlibrary/utils_lite/js/builtin/filekit/src/
Dnativeapi_fs.cpp70 JSIValue ExecuteAsyncWork(const JSIValue thisVal, const JSIValue* args, in ExecuteAsyncWork()
95 JSIValue thisVal = params->thisVal; in ExecuteCopyFile() local
144 JSIValue thisVal = params->thisVal; in ExecuteDeleteAccess() local
212 JSIValue thisVal = params->thisVal; in ExecuteGetFileList() local
243 JSIValue thisVal = params->thisVal; in ExecuteGetFileInfo() local
284 JSIValue thisVal = params->thisVal; in ExecuteWriteTextFile() local
350 JSIValue thisVal = params->thisVal; in ExecuteReadTextFile() local
373 JSIValue thisVal = params->thisVal; in ExecuteDirFunc() local
440 JSIValue thisVal = params->thisVal; in ExecuteReadArrayFile() local
475 JSIValue thisVal = params->thisVal; in ExecuteWriteArrayFile() local
[all …]
/commonlibrary/utils_lite/js/builtin/kvstorekit/src/
Dnativeapi_kv.cpp59 void GetDefault(const JSIValue thisVal, const JSIValue args) in GetDefault()
100 JSIValue ExecuteAsyncWork(const JSIValue thisVal, const JSIValue* args, in ExecuteAsyncWork()
125 JSIValue thisVal = params->thisVal; in ExecuteGet() local
165 JSIValue thisVal = params->thisVal; in ExecuteSet() local
203 JSIValue thisVal = params->thisVal; in ExecuteDelete() local
233 JSIValue thisVal = params->thisVal; in ExecuteClear() local
263 JSIValue NativeapiKv::Get(const JSIValue thisVal, const JSIValue* args, uint8_t argsNum) in Get()
268 JSIValue NativeapiKv::Set(const JSIValue thisVal, const JSIValue* args, uint8_t argsNum) in Set()
273 JSIValue NativeapiKv::Delete(const JSIValue thisVal, const JSIValue* args, uint8_t argsNum) in Delete()
278 JSIValue NativeapiKv::Clear(const JSIValue thisVal, const JSIValue* args, uint8_t argsNum) in Clear()
/commonlibrary/utils_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()
/commonlibrary/utils_lite/js/builtin/deviceinfokit/src/
Dnativeapi_deviceinfo.cpp29 JSIValue ExecuteAsyncWork(const JSIValue thisVal, const JSIValue* args, in ExecuteAsyncWork()
54 JSIValue thisVal = params->thisVal; in ExecuteGetInfo() local
82 JSIValue NativeapiDeviceInfo::GetDeviceInfo(const JSIValue thisVal, const JSIValue* args, uint8_t a… in GetDeviceInfo()