Searched refs:GetMessageAccessAuthorization (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 | 50 DECLARE_NAPI_FUNCTION("getMessageAccessAuthorization", GetMessageAccessAuthorization), in DefineMapMseJSClass() 229 napi_value NapiMapMse::GetMessageAccessAuthorization(napi_env env, napi_callback_info info) in GetMessageAccessAuthorization() function in OHOS::Bluetooth::NapiMapMse 239 … int32_t errorCode = profile->GetMessageAccessAuthorization(remoteDevice, accessAuthorization); in GetMessageAccessAuthorization()
|
/ohos5.0/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 &accessAu…
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/ |
H A D | bluetooth_map_mse_proxy.h | 36 …int32_t GetMessageAccessAuthorization(const BluetoothRawAddress &device, int32_t &accessAuthorizat…
|
/ohos5.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);
|
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/ |
H A D | bluetooth_map_mse.h | 139 …int32_t GetMessageAccessAuthorization(const BluetoothRemoteDevice &device, int32_t &accessAuthoriz…
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_map_mse.cpp | 219 int32_t MapMse::GetMessageAccessAuthorization(const BluetoothRemoteDevice &device, int32_t &accessA… in GetMessageAccessAuthorization() function in OHOS::Bluetooth::MapMse 227 return proxy->GetMessageAccessAuthorization( in GetMessageAccessAuthorization()
|
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_map_mse_proxy.cpp | 144 int32_t BluetoothMapMseProxy::GetMessageAccessAuthorization(const BluetoothRawAddress &device, in GetMessageAccessAuthorization() function in OHOS::Bluetooth::BluetoothMapMseProxy
|