Home
last modified time | relevance | path

Searched defs:thisVal (Results 1 - 25 of 28) sorted by relevance

12

/base/security/crypto_framework/frameworks/js/jsi/src/
H A Djsi_api_common.cpp22 void JsiAsyncCallback(const JSIValue thisVal, const JSIValue args, const JSIValue *params, uint8_t paramsNum) in JsiAsyncCallback() argument
H A Djsi_api_errcode.cpp71 void CallbackErrorCodeOrDataResult(const JSIValue thisVal, const JSIValue args, int32_t errCode, const JSIValue data) in CallbackErrorCodeOrDataResult() argument
H A Djsi_md.cpp27 JSIValue CryptoFrameworkLiteModule::CreateMd(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) in CreateMd() argument
69 JSIValue CryptoFrameworkLiteModule::Update(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) in Update() argument
103 JSIValue CryptoFrameworkLiteModule::UpdateSync(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) in UpdateSync() argument
131 JSIValue CryptoFrameworkLiteModule::Digest(const JSIValue thisVal, cons argument
158 DigestSync(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) DigestSync() argument
180 GetMdLength(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) GetMdLength() argument
[all...]
H A Djsi_rand.cpp29 JSIValue CryptoFrameworkLiteModule::CreateRandom(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) in CreateRandom() argument
59 JSIValue CryptoFrameworkLiteModule::GenerateRandom(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) in GenerateRandom() argument
94 JSIValue CryptoFrameworkLiteModule::GenerateRandomSync(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) in GenerateRandomSync() argument
125 JSIValue CryptoFrameworkLiteModule::SetSeed(const JSIValue thisVal, cons argument
[all...]
/base/security/huks/interfaces/kits/liteapi/src/
H A Dhks_lite_api_get_key_properties.cpp28 JSIValue HksLiteModule::getKeyProperties(const JSIValue thisVal, const JSIValue* args, uint8_t argsNum) in getKeyProperties() argument
H A Dhks_lite_api_has_key_item.cpp28 JSIValue HksLiteModule::hasKeyItem(const JSIValue thisVal, const JSIValue* args, uint8_t argsNum) in hasKeyItem() argument
H A Dhks_lite_api_import_wrapped_key_item.cpp28 JSIValue HksLiteModule::importWrappedKeyItem(const JSIValue thisVal, const JSIValue* args, uint8_t argsNum) in importWrappedKeyItem() argument
H A Dhks_lite_api_generate_key_item.cpp38 JSIValue HksLiteModule::generateKeyItem(const JSIValue thisVal, const JSIValue* args, uint8_t argsNum) in generateKeyItem() argument
H A Dhks_lite_api_delete_key_item.cpp38 JSIValue HksLiteModule::deleteKeyItem(const JSIValue thisVal, const JSIValue* args, uint8_t argsNum) in deleteKeyItem() argument
H A Dhks_lite_api_abort_session.cpp32 JSIValue HksLiteModule::abortSession(const JSIValue thisVal, const JSIValue* args, uint8_t argsNum) in abortSession() argument
H A Dhks_lite_api_init_session.cpp45 JSIValue HksLiteModule::initSession(const JSIValue thisVal, const JSIValue* args, uint8_t argsNum) in initSession() argument
H A Dhks_lite_api_is_key_item_exist.cpp38 JSIValue HksLiteModule::isKeyItemExist(const JSIValue thisVal, const JSIValue* args, uint8_t argsNum) in isKeyItemExist() argument
H A Dhks_lite_api_export_key_item.cpp52 JSIValue HksLiteModule::exportKeyItem(const JSIValue thisVal, const JSIValue* args, uint8_t argsNum) in exportKeyItem() argument
H A Dhks_lite_api_import_key_item.cpp52 JSIValue HksLiteModule::importKeyItem(const JSIValue thisVal, const JSIValue* args, uint8_t argsNum) in importKeyItem() argument
H A Dhks_lite_api_update_finish_session.cpp67 static JSIValue InnerUpdateFinishSession(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum, in InnerUpdateFinishSession() argument
120 JSIValue HksLiteModule::updateSession(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) in updateSession() argument
125 JSIValue HksLiteModule::finishSession(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) in finishSession() argument
/base/global/i18n_lite/interfaces/kits/js/builtin/src/
H A Dlocale_module.cpp63 JSIValue LocaleModule::GetLocale(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) in GetLocale() argument
/base/powermgr/powermgr_lite/interfaces/kits/battery/js/builtin/src/
H A Dbattery_module.cpp22 void SuccessCallBack(const JSIValue thisVal, const JSIValue args, JSIValue jsiValue) in SuccessCallBack() argument
42 JSIValue BatteryModule::GetStatus(const JSIValue thisVal, const JSIValue* args, uint8_t argsNum) in GetStatus() argument
/base/security/permission_lite/services/js_api/src/
H A Dperm_module.cpp23 JSIValue PermModule::CheckSelfPerm(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) in CheckSelfPerm() argument
/base/powermgr/battery_lite/frameworks/js/builtin/src/
H A Dbattery_module.cpp23 void SuccessCallBack(const JSIValue thisVal, const JSIValue args, JSIValue jsiValue) in SuccessCallBack() argument
44 JSIValue BatteryModule::GetBatterySOC(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) in GetBatterySOC() argument
60 JSIValue BatteryModule::GetChargingStatus(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) in GetChargingStatus() argument
76 JSIValue BatteryModule::GetHealthStatus(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) in GetHealthStatus() argument
92 GetPluggedType(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) GetPluggedType() argument
109 GetVoltage(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) GetVoltage() argument
125 GetTechnology(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) GetTechnology() argument
141 GetTemperature(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) GetTemperature() argument
[all...]
/base/security/huks/frameworks/crypto_lite/js/builtin/src/
H A Dcipher_module.cpp23 JSIValue CipherModule::Rsa(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) in Rsa() argument
97 JSIValue CipherModule::Aes(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) in Aes() argument
[all...]
/base/hiviewdfx/hilog_lite/frameworks/js/builtin/src/
H A Dhilog_module.cpp142 JSIValue HilogModule::Debug(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) in Debug() argument
147 JSIValue HilogModule::Info(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) in Info() argument
152 JSIValue HilogModule::Error(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) in Error() argument
157 JSIValue HilogModule::Warn(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) in Warn() argument
162 JSIValue HilogModule::Fatal(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) in Fatal() argument
176 IsLoggable(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) IsLoggable() argument
215 ParseNapiValue(const JSIValue thisVal, const JSIValue *element, HilogVector *params) ParseNapiValue() argument
239 HilogImpl(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum, int level) HilogImpl() argument
290 HilogImplParseValue( const JSIValue thisVal, const JSIValue *args, uint8_t argsNum, HilogVector *params) HilogImplParseValue() argument
[all...]
/base/hiviewdfx/hilog_lite/test/unittest/
H A Dhilog_lite_test.cpp241 ACELite::JSIValue thisVal = ACELite::JSI::CreateString(HILOG_THIS_VAL); in HWTEST_F() local
257 ACELite::JSIValue thisVal = ACELite::JSI::CreateString(HILOG_THIS_VAL); in HWTEST_F() local
273 ACELite::JSIValue thisVal = ACELite::JSI::CreateString(HILOG_THIS_VAL); in HWTEST_F() local
289 ACELite::JSIValue thisVal = ACELite::JSI::CreateString(HILOG_THIS_VAL); in HWTEST_F() local
305 ACELite::JSIValue thisVal = ACELite::JSI::CreateString(HILOG_THIS_VAL); in HWTEST_F() local
320 ACELite::JSIValue thisVal = ACELite::JSI::CreateString(HILOG_THIS_VAL); HWTEST_F() local
338 ACELite::JSIValue thisVal = ACELite::JSI::CreateString(HILOG_THIS_VAL); HWTEST_F() local
356 ACELite::JSIValue thisVal = ACELite::JSI::CreateString(HILOG_THIS_VAL); HWTEST_F() local
374 ACELite::JSIValue thisVal = ACELite::JSI::CreateString(HILOG_THIS_VAL); HWTEST_F() local
392 ACELite::JSIValue thisVal = ACELite::JSI::CreateString(HILOG_THIS_VAL); HWTEST_F() local
410 ACELite::JSIValue thisVal = ACELite::JSI::CreateString(HILOG_THIS_VAL); HWTEST_F() local
[all...]
/base/print/print_fwk/interfaces/kits/napi/print_napi/src/
H A Dnapi_inner_print.cpp523 napi_value thisVal = nullptr; in On() local
H A Dprint_task.cpp362 napi_value thisVal = nullptr; in On() local
/base/print/print_fwk/interfaces/kits/napi/scan_napi/src/
H A Dnapi_inner_scan.cpp596 napi_value thisVal = nullptr; in On() local

Completed in 14 milliseconds

12