Searched refs:NapiParseObjectInt32 (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/parser/ |
H A D | napi_parser_utils.cpp | 214 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 D | napi_parser_utils.h | 89 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 D | napi_bluetooth_a2dp_src.cpp | 640 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()
|