Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_utils.h116 napi_value NapiGetInt32Ret(napi_env env, int32_t res);
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/common/
H A Dnapi_bluetooth_utils.cpp306 napi_value NapiGetInt32Ret(napi_env env, int32_t res) in NapiGetInt32Ret() function
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/a2dp/
H A Dnapi_bluetooth_a2dp_src.cpp201 return NapiGetInt32Ret(env, state); in GetPlayingState()