Searched refs:GetMessageAccessAuthorization (Results 1 - 7 of 7) sorted by relevance
/foundation/communication/bluetooth/frameworks/inner/ipc/interface/ |
H A D | i_bluetooth_map_mse.h | 35 virtual int32_t GetMessageAccessAuthorization(const BluetoothRawAddress &device, int32_t &accessAuthorization) = 0;
|
/foundation/communication/bluetooth/frameworks/js/napi/include/ |
H A D | napi_bluetooth_map_mse.h | 41 static napi_value GetMessageAccessAuthorization(napi_env env, napi_callback_info info);
|
/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_map_mse.h | 139 int32_t GetMessageAccessAuthorization(const BluetoothRemoteDevice &device, int32_t &accessAuthorization) const;
|
/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_map_mse_proxy.h | 36 int32_t GetMessageAccessAuthorization(const BluetoothRawAddress &device, int32_t &accessAuthorization) override;
|
/foundation/communication/bluetooth/frameworks/js/napi/src/map/ |
H A D | napi_bluetooth_map_mse.cpp | 46 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 D | bluetooth_map_mse.cpp | 216 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 D | bluetooth_map_mse_proxy.cpp | 141 int32_t BluetoothMapMseProxy::GetMessageAccessAuthorization(const BluetoothRawAddress &device,
in GetMessageAccessAuthorization() function in OHOS::Bluetooth::BluetoothMapMseProxy
|
Completed in 3 milliseconds