Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_map_mse.h35 virtual int32_t GetMessageAccessAuthorization(const BluetoothRawAddress &device, int32_t &accessAuthorization) = 0;
/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_map_mse.h41 static napi_value GetMessageAccessAuthorization(napi_env env, napi_callback_info info);
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_map_mse.h139 int32_t GetMessageAccessAuthorization(const BluetoothRemoteDevice &device, int32_t &accessAuthorization) const;
/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_map_mse_proxy.h36 int32_t GetMessageAccessAuthorization(const BluetoothRawAddress &device, int32_t &accessAuthorization) override;
/foundation/communication/bluetooth/frameworks/js/napi/src/map/
H A Dnapi_bluetooth_map_mse.cpp46 DECLARE_NAPI_FUNCTION("getMessageAccessAuthorization", GetMessageAccessAuthorization), in DefineMapMseJSClass()
225 napi_value NapiMapMse::GetMessageAccessAuthorization(napi_env env, napi_callback_info info) in GetMessageAccessAuthorization() function in OHOS::Bluetooth::NapiMapMse
235 int32_t errorCode = profile->GetMessageAccessAuthorization(remoteDevice, accessAuthorization); in GetMessageAccessAuthorization()
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_map_mse.cpp216 int32_t MapMse::GetMessageAccessAuthorization(const BluetoothRemoteDevice &device, int32_t &accessAuthorization) const in GetMessageAccessAuthorization() function in OHOS::Bluetooth::MapMse
224 return proxy->GetMessageAccessAuthorization( in GetMessageAccessAuthorization()
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_map_mse_proxy.cpp141 int32_t BluetoothMapMseProxy::GetMessageAccessAuthorization(const BluetoothRawAddress &device, in GetMessageAccessAuthorization() function in OHOS::Bluetooth::BluetoothMapMseProxy

Completed in 3 milliseconds