Home
last modified time | relevance | path

Searched refs:funcRet (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/bluetooth/frameworks/js/napi/src/common/
H A Dnapi_bluetooth_profile.cpp52 napi_status funcRet = napi_generic_failure; in GetProfile() local
54 funcRet = napi_get_cb_info(env, info, &argc, argv, &thisVar, nullptr); in GetProfile()
55 NAPI_BT_RETURN_IF(funcRet != napi_ok, "call napi_get_cb_info failed.", ret); in GetProfile()
63 funcRet = napi_get_reference_value(env, profileRef, &profile); in GetProfile()
64 NAPI_BT_RETURN_IF(funcRet != napi_ok, "call napi_get_reference_value failed", ret); in GetProfile()
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dhdi_returncode_utils_v2_1.h74 T CheckReturnCode_V2_1(int32_t ret, T funcRet, const std::string& errorInfo) in CheckReturnCode_V2_1() argument
84 return funcRet; in CheckReturnCode_V2_1()
H A Dhdi_returncode_utils.h74 T CheckReturnCode(int32_t ret, T funcRet, const std::string& errorInfo) in CheckReturnCode() argument
84 return funcRet; in CheckReturnCode()
/foundation/arkui/ace_engine/test/unittest/core/event/
H A Dgesture_event_hub_test_two_ng.cpp287 auto funcRet = onGetTouchInterceptfunc(info); in HWTEST_F() local
288 ASSERT_EQ(funcRet, NG::HitTestMode::HTMTRANSPARENT); in HWTEST_F()

Completed in 4 milliseconds