Searched refs:tmpType (Results 1 - 6 of 6) sorted by relevance
/foundation/multimodalinput/input/frameworks/napi/input_event_client/src/ |
H A D | js_register_util.cpp | 39 napi_valuetype tmpType = napi_undefined; in GetNamedPropertyBool() local 40 CHKRF(napi_typeof(env, napiValue, &tmpType), TYPEOF); in GetNamedPropertyBool() 41 if (tmpType != napi_boolean) { in GetNamedPropertyBool() 65 napi_valuetype tmpType = napi_undefined; in GetNamedPropertyInt32() local 66 if (napi_typeof(env, napiValue, &tmpType) != napi_ok) { in GetNamedPropertyInt32() 70 if (tmpType != napi_number) { in GetNamedPropertyInt32() 96 napi_valuetype tmpType = napi_undefined; in GetNamedPropertyInt64() local 97 if (napi_typeof(env, napiValue, &tmpType) != napi_ok) { in GetNamedPropertyInt64() 101 if (tmpType != napi_number) { in GetNamedPropertyInt64() 125 napi_valuetype tmpType in GetNamedPropertyDouble() local [all...] |
H A D | js_register_module.cpp | 175 napi_valuetype tmpType = napi_undefined; in InjectEvent() local 176 CHKRP(napi_typeof(env, argv[0], &tmpType), TYPEOF); in InjectEvent() 177 if (tmpType != napi_object) { in InjectEvent() 189 CHKRP(napi_typeof(env, keyHandle, &tmpType), TYPEOF); in InjectEvent() 190 if (tmpType != napi_object) { in InjectEvent() 221 napi_valuetype tmpType = napi_undefined; in InjectKeyEvent() local 222 CHKRP(napi_typeof(env, argv[0], &tmpType), TYPEOF); in InjectKeyEvent() 223 if (tmpType != napi_object) { in InjectKeyEvent() 235 CHKRP(napi_typeof(env, keyHandle, &tmpType), TYPEOF); in InjectKeyEvent() 236 if (tmpType ! in InjectKeyEvent() 357 napi_valuetype tmpType = napi_undefined; InjectMouseEvent() local 427 napi_valuetype tmpType = napi_undefined; HandleTouchProperty() local 507 napi_valuetype tmpType = napi_undefined; InjectTouchEvent() local 652 napi_valuetype tmpType = napi_undefined; InjectJoystickEvent() local [all...] |
/foundation/multimodalinput/input/util/napi/src/ |
H A D | util_napi_value.cpp | 156 napi_valuetype tmpType = napi_undefined; in GetNamePropertyBool() local 157 if (napi_typeof(env, napiValue, &tmpType) != napi_ok) { in GetNamePropertyBool() 162 if (tmpType != napi_boolean) { in GetNamePropertyBool() 176 napi_valuetype tmpType = napi_undefined; in GetNamePropertyString() local 177 if (napi_typeof(env, napiValue, &tmpType) != napi_ok) { in GetNamePropertyString() 181 if (tmpType != napi_string) { in GetNamePropertyString() 198 napi_valuetype tmpType = napi_undefined; in GetNamePropertyInt32() local 199 if (napi_typeof(env, napiValue, &tmpType) != napi_ok) { in GetNamePropertyInt32() 203 if (tmpType != napi_number) { in GetNamePropertyInt32() 216 napi_valuetype tmpType in GetNamePropertyInt64() local 234 napi_valuetype tmpType = napi_undefined; GetNamePropertyUint32() local [all...] |
/foundation/multimodalinput/input/frameworks/napi/input_consumer/src/ |
H A D | js_register_util.cpp | 69 napi_valuetype tmpType = napi_undefined; in GetNamedPropertyBool() local 71 CHKRF(napi_typeof(env, napiValue, &tmpType), TYPEOF); in GetNamedPropertyBool() 72 if (tmpType != napi_boolean) { in GetNamedPropertyBool() 92 napi_valuetype tmpType = napi_undefined; in GetNamedPropertyInt32() local 93 if (napi_typeof(env, napiValue, &tmpType) != napi_ok) { in GetNamedPropertyInt32() 97 if (tmpType != napi_number) { in GetNamedPropertyInt32()
|
/foundation/multimedia/av_session/services/session/server/ |
H A D | avsession_service_ext.cpp | 84 std::string tmpType = info.substr(typeBeginPos + typeAddPos, info.length()); // "deviceType" : xxx
in SplitExtraInfo() local 85 castDeviceType_ = atoi(tmpType.c_str());
in SplitExtraInfo()
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/ |
H A D | json_payload.c | 145 uint8_t tmpType = (isBroadcast) ? deviceInfo->businessType : businessType; in AddBusinessJsonData() local 146 cJSON *item = cJSON_CreateNumber(tmpType); in AddBusinessJsonData()
|
Completed in 5 milliseconds