Searched refs:NapiNativeBondStateParam (Results 1 – 3 of 3) sorted by relevance
116 class NapiNativeBondStateParam : public NapiNativeObject {118 NapiNativeBondStateParam(std::string deviceAddr, int bondStatus, int unbondCause) in NapiNativeBondStateParam() function120 ~NapiNativeBondStateParam() override = default;
47 …auto nativeObject = std::make_shared<NapiNativeBondStateParam>(device.GetDeviceAddr(), bondStatus,… in OnPairStatusChanged()
158 napi_value NapiNativeBondStateParam::ToNapiValue(napi_env env) const in ToNapiValue()