Searched refs:MajorClass (Results 1 - 5 of 5) sorted by relevance
/foundation/communication/bluetooth/frameworks/js/napi/src/constant/ |
H A D | napi_bluetooth_constant.cpp | 61 DECLARE_NAPI_PROPERTY("MajorClass", majorClassObj), in ConstantPropertyValueInit() 131 // MajorClass in MajorClassOfDeviceInit() 132 SetNamedPropertyByInteger(env, majorClass, MajorClass::MAJOR_MISC, "MAJOR_MISC"); in MajorClassOfDeviceInit() 133 SetNamedPropertyByInteger(env, majorClass, MajorClass::MAJOR_COMPUTER, "MAJOR_COMPUTER"); in MajorClassOfDeviceInit() 134 SetNamedPropertyByInteger(env, majorClass, MajorClass::MAJOR_PHONE, "MAJOR_PHONE"); in MajorClassOfDeviceInit() 135 SetNamedPropertyByInteger(env, majorClass, MajorClass::MAJOR_NETWORKING, "MAJOR_NETWORKING"); in MajorClassOfDeviceInit() 136 SetNamedPropertyByInteger(env, majorClass, MajorClass::MAJOR_AUDIO_VIDEO, "MAJOR_AUDIO_VIDEO"); in MajorClassOfDeviceInit() 137 SetNamedPropertyByInteger(env, majorClass, MajorClass::MAJOR_PERIPHERAL, "MAJOR_PERIPHERAL"); in MajorClassOfDeviceInit() 138 SetNamedPropertyByInteger(env, majorClass, MajorClass::MAJOR_IMAGING, "MAJOR_IMAGING"); in MajorClassOfDeviceInit() 139 SetNamedPropertyByInteger(env, majorClass, MajorClass in MajorClassOfDeviceInit() [all...] |
/foundation/communication/bluetooth/frameworks/cj/connection/src/ |
H A D | bluetooth_connection_impl.cpp | 33 using Bluetooth::MajorClass; 72 int tmpCod = MajorClass::MAJOR_UNCATEGORIZED; in GetRemoteDeviceClass() 73 int tmpMajorClass = MajorClass::MAJOR_UNCATEGORIZED; in GetRemoteDeviceClass() 74 int tmpMajorMinorClass = MajorClass::MAJOR_UNCATEGORIZED; in GetRemoteDeviceClass()
|
/foundation/communication/bluetooth/frameworks/js/napi/include/ |
H A D | napi_native_object.h | 102 int deviceClass_ = MajorClass::MAJOR_UNCATEGORIZED;
|
H A D | napi_bluetooth_utils.h | 284 enum MajorClass { enum in OHOS::Bluetooth::ScanDuty::PhyType::AdvertisingState::BluetoothState
|
/foundation/communication/bluetooth/frameworks/js/napi/src/connection/ |
H A D | napi_bluetooth_connection.cpp | 240 int tmpCod = MajorClass::MAJOR_UNCATEGORIZED; in GetRemoteDeviceClass() 241 int tmpMajorClass = MajorClass::MAJOR_UNCATEGORIZED; in GetRemoteDeviceClass() 242 int tmpMajorMinorClass = MajorClass::MAJOR_UNCATEGORIZED; in GetRemoteDeviceClass()
|
Completed in 6 milliseconds