Searched refs:SetMessageAccessAuthorization (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/map/ |
H A D | napi_bluetooth_map_mse.cpp | 49 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 D | i_bluetooth_map_mse.h | 34 …virtual int32_t SetMessageAccessAuthorization(const BluetoothRawAddress &device, int32_t accessAut…
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_map_mse_proxy.h | 35 …int32_t SetMessageAccessAuthorization(const BluetoothRawAddress &device, int32_t accessAuthorizati…
|
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/include/ |
H A D | napi_bluetooth_map_mse.h | 40 static napi_value SetMessageAccessAuthorization(napi_env env, napi_callback_info info);
|
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_map_mse.h | 130 …int32_t SetMessageAccessAuthorization(const BluetoothRemoteDevice &device, int32_t accessAuthoriza…
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_map_mse.cpp | 205 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 D | bluetooth_map_mse_proxy.cpp | 125 int32_t BluetoothMapMseProxy::SetMessageAccessAuthorization(const BluetoothRawAddress &device, in SetMessageAccessAuthorization() function in OHOS::Bluetooth::BluetoothMapMseProxy
|