Home
last modified time | relevance | path

Searched refs:thisVal (Results 1 – 25 of 93) sorted by relevance

1234

/ohos5.0/foundation/multimedia/media_lite/interfaces/kits/player_lite/js/builtin/include/
H A Daudio_module.h61 static JSIValue Play(const JSIValue thisVal, const JSIValue *args, uint8_t argsSize);
70 static JSIValue Pause(const JSIValue thisVal, const JSIValue *args, uint8_t argsSize);
79 static JSIValue Stop(const JSIValue thisVal, const JSIValue *args, uint8_t argsSize);
88 static JSIValue GetPlayState(const JSIValue thisVal, const JSIValue *args, uint8_t argsSize);
97 static JSIValue SrcGetter(const JSIValue thisVal, const JSIValue *args, uint8_t argsSize);
106 static JSIValue SrcSetter(const JSIValue thisVal, const JSIValue *args, uint8_t argsSize);
169 static JSIValue LoopGetter(const JSIValue thisVal, const JSIValue *args, uint8_t argsSize);
178 static JSIValue LoopSetter(const JSIValue thisVal, const JSIValue *args, uint8_t argsSize);
187 static JSIValue VolumeGetter(const JSIValue thisVal, const JSIValue *args, uint8_t argsSize);
205 static JSIValue MutedGetter(const JSIValue thisVal, const JSIValue *args, uint8_t argsSize);
[all …]
/ohos5.0/commonlibrary/utils_lite/js/builtin/kvstorekit/src/
H A Dnativeapi_kv.cpp111 params->thisVal = JSI::AcquireValue(thisVal); in ExecuteAsyncWork()
125 JSIValue thisVal = params->thisVal; in ExecuteGet() local
142 GetDefault(thisVal, args); in ExecuteGet()
165 JSIValue thisVal = params->thisVal; in ExecuteSet() local
192 JSI::ReleaseValueList(args, thisVal, ARGS_END); in ExecuteSet()
203 JSIValue thisVal = params->thisVal; in ExecuteDelete() local
208 JSI::ReleaseValueList(args, thisVal, ARGS_END); in ExecuteDelete()
222 JSI::ReleaseValueList(args, thisVal, ARGS_END); in ExecuteDelete()
233 JSIValue thisVal = params->thisVal; in ExecuteClear() local
250 JSI::ReleaseValueList(args, thisVal, ARGS_END); in ExecuteClear()
[all …]
/ohos5.0/commonlibrary/utils_lite/js/builtin/filekit/src/
H A Dnativeapi_fs.cpp81 params->thisVal = JSI::AcquireValue(thisVal); in ExecuteAsyncWork()
95 JSIValue thisVal = params->thisVal; in ExecuteCopyFile() local
144 JSIValue thisVal = params->thisVal; in ExecuteDeleteAccess() local
163 JSI::ReleaseValueList(args, thisVal, ARGS_END); in ExecuteDeleteAccess()
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
[all …]
/ohos5.0/commonlibrary/utils_lite/js/builtin/filekit/include/
H A Dnativeapi_fs.h29 static JSIValue MoveFile(const JSIValue thisVal, const JSIValue* args, uint8_t argsNum);
30 static JSIValue CopyFile(const JSIValue thisVal, const JSIValue* args, uint8_t argsNum);
31 static JSIValue DeleteFile(const JSIValue thisVal, const JSIValue* args, uint8_t argsNum);
32 static JSIValue GetFileList(const JSIValue thisVal, const JSIValue* args, uint8_t argsNum);
33 static JSIValue GetFileInfo(const JSIValue thisVal, const JSIValue* args, uint8_t argsNum);
34 static JSIValue WriteTextFile(const JSIValue thisVal, const JSIValue* args, uint8_t argsNum);
35 static JSIValue ReadTextFile(const JSIValue thisVal, const JSIValue* args, uint8_t argsNum);
36 static JSIValue Access(const JSIValue thisVal, const JSIValue* args, uint8_t argsNum);
37 static JSIValue CreateDir(const JSIValue thisVal, const JSIValue* args, uint8_t argsNum);
38 static JSIValue RemoveDir(const JSIValue thisVal, const JSIValue* args, uint8_t argsNum);
[all …]
/ohos5.0/base/security/huks/interfaces/kits/liteapi/include/
H A Dhks_lite_api.h27 static JSIValue generateKeyItem(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum);
28 static JSIValue initSession(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum);
29 static JSIValue updateSession(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum);
30 static JSIValue finishSession(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum);
31 static JSIValue abortSession(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum);
32 static JSIValue deleteKeyItem(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum);
33 static JSIValue isKeyItemExist(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum);
34 static JSIValue hasKeyItem(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum);
35 static JSIValue importKeyItem(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum);
36 static JSIValue exportKeyItem(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum);
[all …]
/ohos5.0/foundation/multimedia/media_lite/interfaces/kits/player_lite/js/builtin/src/
H A Daudio_module.cpp46 JSIValue AudioModule::Play(const JSIValue thisVal, const JSIValue *args, uint8_t argsSize) in Play() argument
51 JSIValue AudioModule::Pause(const JSIValue thisVal, const JSIValue *args, uint8_t argsSize) in Pause() argument
56 JSIValue AudioModule::Stop(const JSIValue thisVal, const JSIValue *args, uint8_t argsSize) in Stop() argument
61 JSIValue AudioModule::GetPlayState(const JSIValue thisVal, const JSIValue *args, uint8_t argsSize) in GetPlayState() argument
86 JSI::CallFunction(successCallback, thisVal, params, 1); in GetPlayState()
92 JSI::CallFunction(completeCallback, thisVal, nullptr, 0); in GetPlayState()
99 JSIValue AudioModule::SrcGetter(const JSIValue thisVal, const JSIValue *args, uint8_t argsSize) in SrcGetter() argument
105 JSIValue AudioModule::SrcSetter(const JSIValue thisVal, const JSIValue *args, uint8_t argsSize) in SrcSetter() argument
157 JSIValue AudioModule::LoopGetter(const JSIValue thisVal, const JSIValue *args, uint8_t argsSize) in LoopGetter() argument
162 JSIValue AudioModule::LoopSetter(const JSIValue thisVal, const JSIValue *args, uint8_t argsSize) in LoopSetter() argument
[all …]
/ohos5.0/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
32 JSI::CallFunction(success, thisVal, nullptr, 0); in SuccessCallBack()
34 JSI::CallFunction(success, thisVal, &jsiValue, ARGC_ONE); in SuccessCallBack()
38 JSI::CallFunction(complete, thisVal, nullptr, 0); in SuccessCallBack()
55 SuccessCallBack(thisVal, args[0], result); in GetBatterySOC()
71 SuccessCallBack(thisVal, args[0], result); in GetChargingStatus()
87 SuccessCallBack(thisVal, args[0], result); in GetHealthStatus()
103 SuccessCallBack(thisVal, args[0], result); in GetPluggedType()
120 SuccessCallBack(thisVal, args[0], result); in GetVoltage()
136 SuccessCallBack(thisVal, args[0], result); in GetTechnology()
[all …]
/ohos5.0/foundation/communication/netstack/utils/napi_utils/src/
H A Dmodule_template.cpp38 napi_value thisVal = nullptr; in OnManagerWrapper() local
80 napi_value thisVal = nullptr; in OnceManagerWrapper() local
116 napi_value thisVal = nullptr; in OffManagerWrapper() local
168 napi_value thisVal = nullptr; in OnSharedManager() local
210 napi_value thisVal = nullptr; in OnceSharedManager() local
246 napi_value thisVal = nullptr; in OffSharedManager() local
298 napi_value thisVal = nullptr; in On() local
327 napi_value thisVal = nullptr; in Once() local
354 napi_value thisVal = nullptr; in Off() local
397 return thisVal; in DefineClass()
[all …]
/ohos5.0/foundation/communication/netstack/utils/napi_utils/include/
H A Dmodule_template.h50 napi_value thisVal = nullptr; in InterfaceWithManagerWrapper() local
83 context->CreateReference(thisVal); in InterfaceWithManagerWrapper()
100 napi_value thisVal = nullptr; in InterfaceWithSharedManager() local
133 context->CreateReference(thisVal); in InterfaceWithSharedManager()
150 napi_value thisVal = nullptr; in InterfaceWithOutAsyncWorkWithManagerWrapper() local
178 context->CreateReference(thisVal); in InterfaceWithOutAsyncWorkWithManagerWrapper()
199 napi_value thisVal = nullptr; in InterfaceWithOutAsyncWorkWithSharedManager() local
227 context->CreateReference(thisVal); in InterfaceWithOutAsyncWorkWithSharedManager()
248 napi_value thisVal = nullptr; in Interface() local
278 context->CreateReference(thisVal); in Interface()
[all …]
/ohos5.0/base/hiviewdfx/hilog_lite/frameworks/js/builtin/include/
H A Dhilog_module.h37 static JSIValue Debug(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum);
38 static JSIValue Info(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum);
39 static JSIValue Error(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum);
40 static JSIValue Warn(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum);
41 static JSIValue Fatal(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum);
42 static JSIValue IsLoggable(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum);
45 …static JSIValue HilogImpl(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum, int level…
47 const JSIValue thisVal, const JSIValue *args, uint8_t argsNum, HilogVector *params);
48 … static void ParseNapiValue(const JSIValue thisVal, const JSIValue *element, HilogVector *params);
/ohos5.0/foundation/communication/netmanager_base/utils/napi_utils/src/
H A Dmodule_template.cpp31 napi_value thisVal = nullptr; in On() local
48 napi_unwrap(env, thisVal, reinterpret_cast<void **>(&manager)); in On()
59 napi_value thisVal = nullptr; in Once() local
76 napi_unwrap(env, thisVal, reinterpret_cast<void **>(&manager)); in Once()
86 napi_value thisVal = nullptr; in Off() local
108 napi_unwrap(env, thisVal, reinterpret_cast<void **>(&manager)); in Off()
124 napi_value thisVal = nullptr; in DefineClass() local
127 return thisVal; in DefineClass()
144 napi_value thisVal = nullptr; in NewInstance() local
147 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, argv, &thisVal, nullptr)); in NewInstance()
[all …]
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/
H A Dsample_module.cpp25 JSIValue SampleModule::TestCallFunc(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) in TestCallFunc() argument
30 JSIValue SampleModule::TestCallback(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) in TestCallback() argument
42 JSI::CallFunction(callback, thisVal, argv, ARGC_ONE); in TestCallback()
57 JSI::CallFunction(success, thisVal, nullptr, 0); in TestStandardCallback()
58 JSI::CallFunction(complete, thisVal, nullptr, 0); in TestStandardCallback()
113 params->context = JSI::AcquireValue(thisVal); in TestCallbackWithArgs()
121 JSI::CallFunction(callback, thisVal, &result, ARGC_ONE); in TestCallbackWithArgs()
148 JSI::CallFunction(success, thisVal, argv, ARGC_ONE); in TestStandardCallbackWithArgs()
149 JSI::CallFunction(fail, thisVal, argv, ARGC_ONE); in TestStandardCallbackWithArgs()
150 JSI::CallFunction(complete, thisVal, argv, ARGC_ONE); in TestStandardCallbackWithArgs()
[all …]
H A Dapp_module.cpp124 UNUSED(thisVal); in Terminate()
148 OnSetActionSuccess(thisVal, args); in ScreenOnVisible()
151 OnSetActionFail(thisVal, args); in ScreenOnVisible()
153 OnSetActionComplete(thisVal, args); in ScreenOnVisible()
158 void AppModule::OnSetActionSuccess(const JSIValue thisVal, const JSIValue *args) in OnSetActionSuccess() argument
162 AsyncCallFunction(thisVal, callback, nullptr); in OnSetActionSuccess()
168 void AppModule::OnSetActionFail(const JSIValue thisVal, const JSIValue *args) in OnSetActionFail() argument
175 AsyncCallFunction(thisVal, fail, result); in OnSetActionFail()
181 void AppModule::OnSetActionComplete(const JSIValue thisVal, const JSIValue *args) in OnSetActionComplete() argument
185 AsyncCallFunction(thisVal, callback, nullptr); in OnSetActionComplete()
[all …]
H A Dsample_module.h32 static JSIValue TestCallFunc(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum);
33 static JSIValue TestCallback(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum);
34 …static JSIValue TestStandardCallback(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum…
35 …static JSIValue TestCallbackWithArgs(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum…
36 …static JSIValue TestStandardCallbackWithArgs(const JSIValue thisVal, const JSIValue *args, uint8_t…
37 static JSIValue TestGeneralFunc(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum);
38 static JSIValue Getter(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum);
39 static JSIValue Setter(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum);
H A Dapp_module.h31 static JSIValue GetInfo(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum);
32 static JSIValue Terminate(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum);
34 static JSIValue ScreenOnVisible(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum);
52 static void OnSetActionSuccess(const JSIValue thisVal, const JSIValue *args);
53 static void OnSetActionFail(const JSIValue thisVal, const JSIValue *args);
54 static void OnSetActionComplete(const JSIValue thisVal, const JSIValue *args);
55 …static void AsyncCallFunction(const JSIValue thisVal, const JSIValue callback, const JSIValue resu…
/ohos5.0/base/powermgr/battery_lite/frameworks/js/builtin/include/
H A Dbattery_module.h28 static JSIValue GetBatterySOC(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum);
29 … static JSIValue GetChargingStatus(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum);
30 static JSIValue GetHealthStatus(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum);
31 static JSIValue GetPluggedType(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum);
32 static JSIValue GetVoltage(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum);
33 static JSIValue GetTechnology(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum);
34 static JSIValue GetTemperature(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum);
/ohos5.0/foundation/communication/netmanager_base/utils/napi_utils/include/
H A Dmodule_template.h42 napi_value thisVal = nullptr; in InterfaceWithoutManager() local
56 if (!Work(env, thisVal, context)) { in InterfaceWithoutManager()
75 napi_value thisVal = nullptr; in Interface() local
81 napi_unwrap(env, thisVal, reinterpret_cast<void **>(&manager)); in Interface()
92 if (!Work(env, thisVal, context)) { in Interface()
111 napi_value thisVal = nullptr; in InterfaceSync() local
116 napi_unwrap(env, thisVal, reinterpret_cast<void **>(&manager)); in InterfaceSync()
131 if (!Work(env, thisVal, context.get())) { in InterfaceSync()
155 napi_value thisVal = nullptr; in InterfaceWithOutAsyncWork() local
161 napi_unwrap(env, thisVal, reinterpret_cast<void **>(&manager)); in InterfaceWithOutAsyncWork()
[all …]
/ohos5.0/commonlibrary/utils_lite/js/builtin/deviceinfokit/src/
H A Dnativeapi_deviceinfo.cpp29 JSIValue ExecuteAsyncWork(const JSIValue thisVal, const JSIValue* args, in ExecuteAsyncWork() argument
40 params->thisVal = JSI::AcquireValue(thisVal); in ExecuteAsyncWork()
54 JSIValue thisVal = params->thisVal; in ExecuteGetInfo() local
57 NativeapiCommon::FailCallBack(thisVal, args, ERROR_CODE_GENERAL); in ExecuteGetInfo()
59 NativeapiCommon::SuccessCallBack(thisVal, args, result); in ExecuteGetInfo()
61 JSI::ReleaseValueList(args, thisVal, result, ARGS_END); in ExecuteGetInfo()
82 JSIValue NativeapiDeviceInfo::GetDeviceInfo(const JSIValue thisVal, const JSIValue* args, uint8_t a… in GetDeviceInfo() argument
84 return ExecuteAsyncWork(thisVal, args, argsNum, ExecuteGetInfo); in GetDeviceInfo()
/ohos5.0/base/security/huks/frameworks/crypto_lite/js/builtin/src/
H A Dcipher_module.cpp47 JSI::CallFunction(fail, thisVal, argvFail, ARGC_TWO); in Rsa()
60 JSI::CallFunction(fail, thisVal, argvFail, ARGC_TWO); in Rsa()
66 JSI::CallFunction(fail, thisVal, argvFail, ARGC_TWO); in Rsa()
76 JSI::CallFunction(fail, thisVal, argvFail, ARGC_TWO); in Rsa()
80 JSI::CallFunction(success, thisVal, argvSuccess, ARGC_ONE); in Rsa()
88 JSI::CallFunction(complete, thisVal, nullptr, 0); in Rsa()
126 JSI::CallFunction(fail, thisVal, argvFail, ARGC_TWO); in Aes()
137 JSI::CallFunction(fail, thisVal, argvFail, ARGC_TWO); in Aes()
143 JSI::CallFunction(fail, thisVal, argvFail, ARGC_TWO); in Aes()
147 JSI::CallFunction(success, thisVal, argvSuccess, ARGC_ONE); in Aes()
[all …]
/ohos5.0/commonlibrary/utils_lite/js/builtin/common/src/
H A Dnativeapi_common.cpp22 void NativeapiCommon::FailCallBack(const JSIValue thisVal, const JSIValue args, int ret) in FailCallBack() argument
49 JSI::CallFunction(fail, thisVal, argv, ARGC_TWO); in FailCallBack()
52 JSI::CallFunction(complete, thisVal, nullptr, 0); in FailCallBack()
57 void NativeapiCommon::SuccessCallBack(const JSIValue thisVal, const JSIValue args, JSIValue jsiValu… in SuccessCallBack() argument
66 JSI::CallFunction(success, thisVal, nullptr, 0); in SuccessCallBack()
68 JSI::CallFunction(success, thisVal, &jsiValue, ARGC_ONE); in SuccessCallBack()
72 JSI::CallFunction(complete, thisVal, nullptr, 0); in SuccessCallBack()
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/connection/net_handle_interface/src/
H A Dnet_handle_interface.cpp30 [](napi_env theEnv, napi_value thisVal, GetAddressByNameContext *context) -> bool { in GetAddressesByName() argument
31 context->netId_ = NapiUtils::GetInt32Property(theEnv, thisVal, PROPERTY_NET_ID); in GetAddressesByName()
42 [](napi_env theEnv, napi_value thisVal, GetAddressByNameContext *context) -> bool { in GetAddressByName() argument
43 context->netId_ = NapiUtils::GetInt32Property(theEnv, thisVal, PROPERTY_NET_ID); in GetAddressByName()
54 [](napi_env theEnv, napi_value thisVal, BindSocketContext *context) -> bool { in BindSocket() argument
55 context->netId_ = NapiUtils::GetInt32Property(theEnv, thisVal, PROPERTY_NET_ID); in BindSocket()
/ohos5.0/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
31 JSI::CallFunction(success, thisVal, nullptr, 0); in SuccessCallBack()
33 JSI::CallFunction(success, thisVal, &jsiValue, ARGC_ONE); in SuccessCallBack()
37 JSI::CallFunction(complete, thisVal, nullptr, 0); in SuccessCallBack()
42 JSIValue BatteryModule::GetStatus(const JSIValue thisVal, const JSIValue* args, uint8_t argsNum) in GetStatus() argument
55 SuccessCallBack(thisVal, args[0], result); in GetStatus()
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/tls/src/
H A Dtlssocketserver_module.cpp79 [](napi_env theEnv, napi_value thisVal, TLSServerSendContext *context) -> bool { in Send() argument
80 context->clientId_ = NapiUtils::GetInt32Property(theEnv, thisVal, PROPERTY_CLIENT_ID); in Send()
90 [](napi_env theEnv, napi_value thisVal, TLSServerCloseContext *context) -> bool { in Close() argument
91 context->clientId_ = NapiUtils::GetInt32Property(theEnv, thisVal, PROPERTY_CLIENT_ID); in Close()
102 context->clientId_ = NapiUtils::GetInt32Property(theEnv, thisVal, PROPERTY_CLIENT_ID); in GetRemoteAddress()
112 [](napi_env theEnv, napi_value thisVal, TLSServerGetLocalAddressContext *context) -> bool { in GetLocalAddress() argument
113 context->clientId_ = NapiUtils::GetInt32Property(theEnv, thisVal, PROPERTY_CLIENT_ID); in GetLocalAddress()
126 context->clientId_ = NapiUtils::GetInt32Property(theEnv, thisVal, PROPERTY_CLIENT_ID); in GetRemoteCertificate()
136 [](napi_env theEnv, napi_value thisVal, ServerGetCipherSuitesContext *context) -> bool { in GetCipherSuites() argument
137 context->clientId_ = NapiUtils::GetInt32Property(theEnv, thisVal, PROPERTY_CLIENT_ID); in GetCipherSuites()
[all …]
/ohos5.0/base/hiviewdfx/hilog_lite/frameworks/js/builtin/src/
H A Dhilog_module.cpp144 return HilogModule::HilogImpl(thisVal, args, argsNum, LogLevel::LOG_DEBUG); in Debug()
147 JSIValue HilogModule::Info(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) in Info() argument
149 return HilogModule::HilogImpl(thisVal, args, argsNum, LogLevel::LOG_INFO); in Info()
154 return HilogModule::HilogImpl(thisVal, args, argsNum, LogLevel::LOG_ERROR); in Error()
157 JSIValue HilogModule::Warn(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) in Warn() argument
159 return HilogModule::HilogImpl(thisVal, args, argsNum, LogLevel::LOG_WARN); in Warn()
164 return HilogModule::HilogImpl(thisVal, args, argsNum, LogLevel::LOG_FATAL); in Fatal()
268 bool result = HilogImplParseValue(thisVal, args, argsNum, &params); in HilogImpl()
291 const JSIValue thisVal, const JSIValue *args, uint8_t argsNum, HilogVector *params) in HilogImplParseValue() argument
299 ParseNapiValue(thisVal, &args[i], params); in HilogImplParseValue()
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/patternlock/
H A Dpatternlock_napi.cpp93 napi_value thisVal = nullptr; in SideLength() local
95 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, argv, &thisVal, nullptr)); in SideLength()
111 napi_value thisVal = nullptr; in CircleRadius() local
113 NAPI_CALL(env, napi_get_cb_info(env, info, &argc, argv, &thisVal, nullptr)); in CircleRadius()
129 napi_value thisVal = nullptr; in PathStrokeWidth() local
147 napi_value thisVal = nullptr; in ActiveColor() local
165 napi_value thisVal = nullptr; in SelectedColor() local
183 napi_value thisVal = nullptr; in PathColor() local
201 napi_value thisVal = nullptr; in RegularColor() local
218 napi_value thisVal = nullptr; in AutoReset() local
[all …]

1234