Home
last modified time | relevance | path

Searched defs:other (Results 51 - 75 of 1908) sorted by relevance

12345678910>>...77

/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/
H A Dbluetooth_ble_advertiser_settings.h27 explicit BluetoothBleAdvertiserSettings(const bluetooth::AdvertiserSettings &other) in BluetoothBleAdvertiserSettings() argument
30 BluetoothBleAdvertiserSettings(const BluetoothBleAdvertiserSettings &other) : bluetooth::AdvertiserSettings(other) in BluetoothBleAdvertiserSettings() argument
H A Dbluetooth_ble_scan_settings.h27 explicit BluetoothBleScanSettings(const bluetooth::ScanSettings &other) : bluetooth::ScanSettings(other) in BluetoothBleScanSettings() argument
29 BluetoothBleScanSettings(const BluetoothBleScanSettings &other) : bluetooth::ScanSettings(other) in BluetoothBleScanSettings() argument
H A Dbluetooth_gatt_characteristic_parcel.h27 explicit BluetoothGattCharacteristic(const bluetooth::Characteristic &other) : bluetooth::Characteristic(other) in BluetoothGattCharacteristic() argument
29 explicit BluetoothGattCharacteristic(const BluetoothGattCharacteristic &other) : bluetooth::Characteristic(other) in BluetoothGattCharacteristic() argument
H A Dbluetooth_device_battery_info.h27 explicit BluetoothBatteryInfo(const bluetooth::BatteryInfo& other) in BluetoothBatteryInfo() argument
29 explicit BluetoothBatteryInfo(const BluetoothBatteryInfo& other) in BluetoothBatteryInfo() argument
31 BluetoothBatteryInfo& operator = (const BluetoothBatteryInfo &other) = default; member in OHOS::Bluetooth::BluetoothBatteryInfo
H A Dbluetooth_gatt_descriptor_parcel.h27 explicit BluetoothGattDescriptor(const bluetooth::Descriptor &other) : bluetooth::Descriptor(other) in BluetoothGattDescriptor() argument
29 explicit BluetoothGattDescriptor(const BluetoothGattDescriptor &other) : bluetooth::Descriptor(other) in BluetoothGattDescriptor() argument
H A Dbluetooth_bt_uuid.h44 explicit BluetoothUuid(const bluetooth::Uuid &other) : bluetooth::Uuid(other) in BluetoothUuid() argument
53 BluetoothUuid(const BluetoothUuid &other) : bluetooth::Uuid(other) in BluetoothUuid() argument
H A Dbluetooth_raw_address.h27 BluetoothRawAddress(const bluetooth::RawAddress &other) : bluetooth::RawAddress(other) in BluetoothRawAddress() argument
29 BluetoothRawAddress(const BluetoothRawAddress &other) : bluetooth::RawAddress(other) in BluetoothRawAddress() argument
/foundation/graphic/graphic_3d/lume/LumeEngine/src/os/
H A Dintf_library.h31 ILibrary(const ILibrary& other) = delete; member in ILibrary
32 ILibrary& operator=(const ILibrary& other) = delete; member in ILibrary
/foundation/graphic/graphic_3d/lume/LumeEngine/src/threading/
H A Ddispatcher_task_queue.h37 DispatcherTaskQueue(const DispatcherTaskQueue& other) = delete; member in final
/foundation/multimedia/media_library/frameworks/services/media_scanner/include/scanner/
H A Dmedia_scanner_db.h44 EXPORT MediaScannerDb(MediaScannerDb &other) = delete; member in OHOS::Media::MediaScannerDb
/foundation/multimedia/ringtone_library/services/ringtone_scanner/include/
H A Dringtone_scanner_db.h30 EXPORT RingtoneScannerDb(RingtoneScannerDb &other) = delete; member in OHOS::Media::RingtoneScannerDb
/third_party/gn/src/base/timer/
H A Delapsed_timer.cc13 ElapsedTimer::ElapsedTimer(ElapsedTimer&& other) { in ElapsedTimer() argument
17 void ElapsedTimer::operator=(ElapsedTimer&& other) { in operator =() argument
/third_party/icu/icu4c/source/common/
H A Dmutex.h65 Mutex(const Mutex &other) = delete; // forbid assigning of this class member in Mutex
66 Mutex &operator=(const Mutex &other) = delete; // forbid copying of this class member in Mutex
/third_party/libabigail/tests/data/test-diff-suppr/PR28073/
H A DPR28073.c16 uint8_t other; member
/third_party/mesa3d/src/compiler/glsl/
H A Dir_equals.cpp53 const ir_constant *other = ir->as_constant(); in equals() local
77 const ir_dereference_variable *other = ir->as_dereference_variable(); in equals() local
88 const ir_dereference_array *other = ir->as_dereference_array(); in equals() local
108 const ir_swizzle *other = ir->as_swizzle(); equals() local
130 const ir_texture *other = ir->as_texture(); equals() local
201 const ir_expression *other = ir->as_expression(); equals() local
[all...]
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Dtimestamp.cpp36 timestamp::query::query(query &&other) : in query() argument
/third_party/node/deps/v8/src/zone/
H A Dzone-utils.h18 base::Vector<T> CloneVector(Zone* zone, const base::Vector<const T>& other) { in CloneVector() argument
/third_party/node/deps/icu-small/source/common/
H A Dmutex.h65 Mutex(const Mutex &other) = delete; // forbid assigning of this class member in Mutex
66 Mutex &operator=(const Mutex &other) = delete; // forbid copying of this class member in Mutex
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/blocklisted/
H A Dfile.hpp25 StructWithBlocklistedFwdDecl* other; member
/third_party/skia/third_party/externals/oboe/samples/hello-oboe/src/main/cpp/
H A DSoundGenerator.h44 SoundGenerator(SoundGenerator&& other) = default; member in SoundGenerator
45 SoundGenerator& operator= (SoundGenerator&& other) = default; member in SoundGenerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DRandomNumberGenerator.h59 RandomNumberGenerator(const RandomNumberGenerator &other) = delete; member in llvm::RandomNumberGenerator
60 RandomNumberGenerator &operator=(const RandomNumberGenerator &other) = delete; member in llvm::RandomNumberGenerator
/third_party/skia/third_party/externals/icu/source/common/
H A Dmutex.h65 Mutex(const Mutex &other) = delete; // forbid assigning of this class member in Mutex
66 Mutex &operator=(const Mutex &other) = delete; // forbid copying of this class member in Mutex
/base/startup/init/services/modules/init_hook/
H A Dparam_hook.c93 static const ParamCmdInfo other[] = { in GetOtherSpecial() local
/base/security/security_component_manager/frameworks/security_component/src/
H A Dlocation_button.cpp41 bool LocationButton::CompareComponentBasicInfo(SecCompBase *other, bool isRectCheck) const in CompareComponentBasicInfo() argument
H A Dpaste_button.cpp42 bool PasteButton::CompareComponentBasicInfo(SecCompBase *other, bool isRectCheck) const in CompareComponentBasicInfo() argument

Completed in 6 milliseconds

12345678910>>...77