Searched refs:SetMessageAccessAuthorization (Results 1 - 7 of 7) sorted by relevance
/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 accessAuthorization) = 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);
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_map_mse.h | 130 int32_t SetMessageAccessAuthorization(const BluetoothRemoteDevice &device, int32_t accessAuthorization);
|
/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_map_mse_proxy.h | 35 int32_t SetMessageAccessAuthorization(const BluetoothRawAddress &device, int32_t accessAuthorization) override;
|
/foundation/communication/bluetooth/frameworks/js/napi/src/map/ |
H A D | napi_bluetooth_map_mse.cpp | 45 DECLARE_NAPI_FUNCTION("setMessageAccessAuthorization", SetMessageAccessAuthorization),
in DefineMapMseJSClass() 205 napi_value NapiMapMse::SetMessageAccessAuthorization(napi_env env, napi_callback_info info)
in SetMessageAccessAuthorization() function in OHOS::Bluetooth::NapiMapMse 215 int32_t errorCode = profile->SetMessageAccessAuthorization(remoteDevice, accessAuthorization);
in SetMessageAccessAuthorization()
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_map_mse.cpp | 202 int32_t MapMse::SetMessageAccessAuthorization(const BluetoothRemoteDevice &device, int32_t accessAuthorization)
in SetMessageAccessAuthorization() function in OHOS::Bluetooth::MapMse 212 return proxy->SetMessageAccessAuthorization(
in SetMessageAccessAuthorization()
|
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_map_mse_proxy.cpp | 122 int32_t BluetoothMapMseProxy::SetMessageAccessAuthorization(const BluetoothRawAddress &device,
in SetMessageAccessAuthorization() function in OHOS::Bluetooth::BluetoothMapMseProxy
|
Completed in 4 milliseconds