Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_map_mse.h34 virtual int32_t SetMessageAccessAuthorization(const BluetoothRawAddress &device, int32_t accessAuthorization) = 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);
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_map_mse.h130 int32_t SetMessageAccessAuthorization(const BluetoothRemoteDevice &device, int32_t accessAuthorization);
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_map_mse_proxy.h35 int32_t SetMessageAccessAuthorization(const BluetoothRawAddress &device, int32_t accessAuthorization) override;
/foundation/communication/bluetooth/frameworks/js/napi/src/map/
H A Dnapi_bluetooth_map_mse.cpp45 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 Dbluetooth_map_mse.cpp202 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 Dbluetooth_map_mse_proxy.cpp122 int32_t BluetoothMapMseProxy::SetMessageAccessAuthorization(const BluetoothRawAddress &device, in SetMessageAccessAuthorization() function in OHOS::Bluetooth::BluetoothMapMseProxy

Completed in 4 milliseconds