Searched refs:ConvertStateChangeParamToJS (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/common/ |
H A D | napi_bluetooth_event.cpp | 75 ConvertStateChangeParamToJS(cb->env_, result, cb->deviceId_, value, in CreateResult()
|
H A D | napi_native_object.cpp | 182 ConvertStateChangeParamToJS(env, result, deviceAddr_, connectState_, stateChangeCause_); in ToNapiValue()
|
H A D | napi_bluetooth_utils.cpp | 212 void ConvertStateChangeParamToJS(napi_env env, napi_value result, const std::string &device, int st… in ConvertStateChangeParamToJS() function
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/ |
H A D | napi_bluetooth_utils.h | 101 void ConvertStateChangeParamToJS(napi_env env, napi_value result, const std::string &device, int st…
|