Searched defs:NapiNativeInt (Results 1 - 1 of 1) sorted by relevance
/foundation/communication/bluetooth/frameworks/js/napi/include/ | ||
H A D | napi_native_object.h | 39 class NapiNativeInt : public NapiNativeObject { class 41 explicit NapiNativeInt(int value) : value_(value) {} in NapiNativeInt() function in OHOS::Bluetooth::NapiNativeInt |
Completed in 1 milliseconds