Home
last modified time | relevance | path

Searched defs:napiCallbackVec (Results 1 – 1 of 1) sorted by relevance

/foundation/communication/bluetooth/frameworks/js/napi/src/common/
Dnapi_event_subscribe_module.cpp123 const std::vector<std::shared_ptr<NapiCallback>> &napiCallbackVec, napi_value &callback) const in IsNapiCallbackExist() argument
131 …td::shared_ptr<NapiNativeObject> nativeObject, std::vector<std::shared_ptr<NapiCallback>> napiCall… in CallFunction()
148 const std::string &name, std::vector<std::shared_ptr<NapiCallback>> &napiCallbackVec) { in PublishEvent()