Home
last modified time | relevance | path

Searched refs:GET_DEVICE_TYPE (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/common/
H A Djs_constants.cpp90 const char GET_DEVICE_TYPE[] = "getDeviceType"; variable
H A Djs_constants.h92 ACE_EXPORT extern const char GET_DEVICE_TYPE[];
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Dbluetooth_service_ipc_interface_code.h234 GET_DEVICE_TYPE, enumerator
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_host_proxy.cpp765 int32_t error = InnerTransact(BluetoothHostInterfaceCode::GET_DEVICE_TYPE, option, data, reply); in GetDeviceType()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_host_stub.cpp127 {BluetoothHostInterfaceCode::GET_DEVICE_TYPE,
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_engine.cpp1419 } else if (methodName == GET_DEVICE_TYPE) { in JsHandleMediaQuery()