Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/map/
H A Dnapi_bluetooth_map_mse.cpp50 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 Di_bluetooth_map_mse.h35 …virtual int32_t GetMessageAccessAuthorization(const BluetoothRawAddress &device, int32_t &accessAu…
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/include/
H A Dbluetooth_map_mse_proxy.h36 …int32_t GetMessageAccessAuthorization(const BluetoothRawAddress &device, int32_t &accessAuthorizat…
/ohos5.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);
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_map_mse.h139 …int32_t GetMessageAccessAuthorization(const BluetoothRemoteDevice &device, int32_t &accessAuthoriz…
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_map_mse.cpp219 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 Dbluetooth_map_mse_proxy.cpp144 int32_t BluetoothMapMseProxy::GetMessageAccessAuthorization(const BluetoothRawAddress &device, in GetMessageAccessAuthorization() function in OHOS::Bluetooth::BluetoothMapMseProxy