Home
last modified time | relevance | path

Searched refs:resultType (Results 1 - 8 of 8) sorted by relevance

/foundation/multimodalinput/input/frameworks/napi/short_key/src/
H A Djs_short_key_manager.cpp84 ReturnType resultType; in GetResult() local
85 asyncContext->reserve >> resultType; in GetResult()
86 if (resultType == ReturnType::BOOL) { in GetResult()
90 } else if (resultType == ReturnType::NUMBER) { in GetResult()
/foundation/communication/netstack/frameworks/cj/http/include/
H A Dffi_structs.h98 int32_t resultType; member
/foundation/multimedia/audio_framework/frameworks/js/napi/audiorenderer/callback/
H A Dnapi_audio_renderer_write_data_callback.cpp161 napi_valuetype resultType = napi_undefined; in CheckWriteDataCallbackResult() local
162 napi_typeof(env, result, &resultType); in CheckWriteDataCallbackResult()
163 if (resultType == napi_number) { in CheckWriteDataCallbackResult()
/foundation/communication/bluetooth_service/test/unittest/gatt/
H A Dgatt_characteristic_test.cpp262 int resultType = pGattCharacteristic->GetWriteType(); in HWTEST_F() local
263 if (typeTemp == resultType) { in HWTEST_F()
/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_request_context.cpp514 .resultType = 2, in SendResponse()
533 resp.resultType = static_cast<int32_t>(options.GetHttpDataType()); in SendResponse()
/foundation/arkui/napi/native_engine/
H A Dnative_api.cpp573 napi_valuetype resultType; in napi_typeof() local
578 resultType = napi_number; in napi_typeof()
580 resultType = napi_string; in napi_typeof()
582 resultType = napi_function; in napi_typeof()
584 resultType = napi_external; in napi_typeof()
586 resultType = napi_null; in napi_typeof()
588 resultType = napi_boolean; in napi_typeof()
590 resultType = napi_undefined; in napi_typeof()
592 resultType = napi_symbol; in napi_typeof()
594 resultType in napi_typeof()
[all...]
/foundation/multimodalinput/input/frameworks/napi/pointer/src/
H A Djs_pointer_manager.cpp88 ReturnType resultType; in GetResult() local
89 asyncContext->reserve >> resultType; in GetResult()
90 if (resultType == ReturnType::BOOL) { in GetResult()
94 } else if (resultType == ReturnType::NUMBER) { in GetResult()
/foundation/arkui/ace_engine/test/unittest/core/pattern/xcomponent/
H A Dxcomponent_property_test_ng.cpp1035 * @tc.expected: resultType == XComponentType::TEXTURE in HWTEST_F()
1038 auto resultType = XComponentModelNG::GetXComponentType(Referenced::RawPtr(frameNode)); in HWTEST_F() local
1039 EXPECT_EQ(resultType, XCOMPONENT_TEXTURE_TYPE_VALUE); in HWTEST_F()

Completed in 12 milliseconds