Home
last modified time | relevance | path

Searched refs:SetMessageAccessAuthorization (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/map/
H A Dnapi_bluetooth_map_mse.cpp49 DECLARE_NAPI_FUNCTION("setMessageAccessAuthorization", SetMessageAccessAuthorization), in DefineMapMseJSClass()
209 napi_value NapiMapMse::SetMessageAccessAuthorization(napi_env env, napi_callback_info info) in SetMessageAccessAuthorization() function in OHOS::Bluetooth::NapiMapMse
219 … int32_t errorCode = profile->SetMessageAccessAuthorization(remoteDevice, accessAuthorization); in SetMessageAccessAuthorization()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_map_mse.h34 …virtual int32_t SetMessageAccessAuthorization(const BluetoothRawAddress &device, int32_t accessAut…
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_map_mse_proxy.h35 …int32_t SetMessageAccessAuthorization(const BluetoothRawAddress &device, int32_t accessAuthorizati…
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_map_mse.h40 static napi_value SetMessageAccessAuthorization(napi_env env, napi_callback_info info);
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_map_mse.h130 …int32_t SetMessageAccessAuthorization(const BluetoothRemoteDevice &device, int32_t accessAuthoriza…
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_map_mse.cpp205 int32_t MapMse::SetMessageAccessAuthorization(const BluetoothRemoteDevice &device, int32_t accessAu… in SetMessageAccessAuthorization() function in OHOS::Bluetooth::MapMse
215 return proxy->SetMessageAccessAuthorization( in SetMessageAccessAuthorization()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_map_mse_proxy.cpp125 int32_t BluetoothMapMseProxy::SetMessageAccessAuthorization(const BluetoothRawAddress &device, in SetMessageAccessAuthorization() function in OHOS::Bluetooth::BluetoothMapMseProxy