Home
last modified time | relevance | path

Searched refs:class_ (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_device_class.cpp26 BluetoothDeviceClass::BluetoothDeviceClass() : class_(0) in BluetoothDeviceClass()
29 BluetoothDeviceClass::BluetoothDeviceClass(int deviceClass) : class_(deviceClass) in BluetoothDeviceClass()
37 return (class_ & BluetoothDevice::MAJOR_BITMASK); in GetMajorClass()
42 int res = (class_ & BluetoothDevice::DEVICE_BITMASK); in GetMajorMinorClass()
49 return class_; in GetClassOfDevice()
154 return ((class_ & BluetoothDevice::SERVICE_BITMASK & service) != 0); in IsServiceSupported()
/ohos5.0/base/theme/wallpaper_mgr/services/src/
H A Dcomponent_name.cpp26 class_ = std::move(cls); in ComponentName()
32 class_ = std::move(cls); in SetComponentInfo()
41 return class_; in GetClassName()
46 return package_ == obj.GetPackageName() && class_ == obj.GetClassName(); in equals()
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/common/
H A Ddump_cfg.cpp35 class_ = dumpCfg.class_; in operator =()
50 return ((class_ == DumperConstant::GROUP) || (!childs_.empty())); in IsGroup()
55 return IsDumper(class_); in IsDumper()
60 return IsFilter(class_); in IsFilter()
75 return IsOutput(class_); in IsOutput()
137 cfg.class_, ToStr(cfg.class_).c_str(), cfg.level_, ToStr(cfg.level_).c_str(), in Dump()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/base/ctocpp/
H A Dark_web_ctocpp_ref_counted.h56 ClassName class_; member
82 kBridgeType, (long)&bridgeStruct->class_, (long)s); in Invert()
87 ArkWebRefPtr<BaseName> bridgePtr(&bridgeStruct->class_); in Invert()
88 bridgeStruct->class_.StructDecreRef(); in Invert()
103 kBridgeType, (long)&bridgeStruct->class_, (long)bridgeStruct->struct_, (long)c.get()); in Revert()
105 bridgeStruct->class_.StructIncreRef(); in Revert()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/base/cpptoc/
H A Dark_web_cpptoc_ref_counted.h53 BaseName* class_; member
94 return bridgeStruct->class_; in Get()
116 bridge->bridge_struct_.class_ = c.get(); in Invert()
134 ArkWebRefPtr<BaseName> objectPtr(bridgeStruct->class_); in Revert()
170 bridge_struct_.class_->IncreRef(); in IncreRef()
181 bridge_struct_.class_->DecreRef(); in DecreRef()
/ohos5.0/build/test/example/
H A Dconftest.py53 cells.insert(2, html.th("Description", class_="sortable desc", col="desc"))
54 cells.insert(1, html.th("Time", class_="sortable time", col="time"))
60 … cells.insert(1, html.th(time.strftime("%Y-%m-%d %H:%M:%S", time.localtime()), class_="col-time"))
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_device_class.h129 int class_; variable
/ohos5.0/base/theme/wallpaper_mgr/services/include/
H A Dcomponent_name.h33 std::string class_; variable
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/common/
H A Ddump_cfg.h29 int class_ {DumperConstant::NONE};
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/util/
H A Dconfig_utils.cpp634 if (DumpCfg::IsFilter(itemlist[i].class_) && DumpCfg::IsLevel(level)) { in GetDumper()
644 dumpCfg->class_ = itemlist[i].class_; in GetDumper()
687 dumpGroup->class_ = DumperConstant::GROUP; in GetGroupSimple()
720 dumpGroup->class_ = DumperConstant::GROUP; in GetGroup()
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/util/
H A Dconfig_data.h76 const int &class_; member
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/manager/
H A Ddump_implement.cpp558 if ((configs[i]->class_) == DumperConstant::FD_OUTPUT) { in setExecutorList()
572 ExecutorFactoryMap::iterator it = ptrExecutorFactoryMap_->find(configs[i]->class_); in setExecutorList()
579 … DUMPER_HILOGE(MODULE_COMMON, "configs[%{public}zu].class_ is %{public}d", i, configs[i]->class_); in setExecutorList()