Home
last modified time | relevance | path

Searched refs:ConvertGattServiceVectorToJS (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_ble_utils.cpp57 ConvertGattServiceVectorToJS(env, includeServices, services); in ConvertGattServiceToJS()
61 void ConvertGattServiceVectorToJS(napi_env env, napi_value result, vector<GattService>& services) in ConvertGattServiceVectorToJS() function
411 ConvertGattServiceVectorToJS(env, object, const_cast<vector<GattService> &>(gattServices_)); in ToNapiValue()
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_ble_utils.h55 void ConvertGattServiceVectorToJS(napi_env env, napi_value result, std::vector<GattService> &servic…