Home
last modified time | relevance | path

Searched refs:NapiParseObjectInt32 (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/parser/
H A Dnapi_parser_utils.cpp214 NAPI_BT_CALL_RETURN(NapiParseObjectInt32(env, object, "transId", transId)); in NapiParseGattsServerResponse()
215 NAPI_BT_CALL_RETURN(NapiParseObjectInt32(env, object, "status", status)); in NapiParseGattsServerResponse()
216 NAPI_BT_CALL_RETURN(NapiParseObjectInt32(env, object, "offset", offset)); in NapiParseGattsServerResponse()
478 napi_status NapiParseObjectInt32(napi_env env, napi_value object, const char *name, int32_t &outNum) in NapiParseObjectInt32() function
H A Dnapi_parser_utils.h89 napi_status NapiParseObjectInt32(napi_env env, napi_value object, const char *name, int32_t &outNum…
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/a2dp/
H A Dnapi_bluetooth_a2dp_src.cpp640 NAPI_BT_CALL_RETURN(NapiParseObjectInt32(env, argv[PARAM1], "codecType", codecType)); in CheckSetCodecPreferenceParam()
643 …NAPI_BT_CALL_RETURN(NapiParseObjectInt32(env, argv[PARAM1], "codecBitsPerSample", codecBitsPerSamp… in CheckSetCodecPreferenceParam()
646 …NAPI_BT_CALL_RETURN(NapiParseObjectInt32(env, argv[PARAM1], "codecChannelMode", codecChannelMode)); in CheckSetCodecPreferenceParam()
649 … NAPI_BT_CALL_RETURN(NapiParseObjectInt32(env, argv[PARAM1], "codecSampleRate", codecSampleRate)); in CheckSetCodecPreferenceParam()