Home
last modified time | relevance | path

Searched refs:Collector (Results 1 – 25 of 27) sorted by relevance

12

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/contentsensormanager/
H A Dcollector.cpp26 void Collector::Collect(const DeviceProfile& deviceProfile) in Collect()
30 bool Collector::ConvertToProfile(DeviceProfile& deviceProfile) in ConvertToProfile()
35 bool Collector::ConvertToProfile(std::vector<ServiceProfile>& svrProfileList) in ConvertToProfile()
40 bool Collector::ConvertToProfile(std::vector<CharacteristicProfile>& charProfileList) in ConvertToProfile()
H A Dcontent_sensor_manager.cpp59 std::list<std::shared_ptr<Collector>> taskList; in Collect()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/contentsensormanager/
H A Dcollector.h25 class Collector {
27 Collector() = default;
28 virtual ~Collector() = default;
H A Dsystem_info_collector.h26 class SystemInfoCollector : public Collector {
H A Dpasteboard_info_collector.h24 class PasteboardInfoCollector : public Collector {
H A Dcollaboration_info_collector.h24 class CollaborationInfoCollector : public Collector {
H A Ddms_info_collector.h24 class DmsInfoCollector : public Collector {
H A Dsyscap_info_collector.h26 class SyscapInfoCollector : public Collector {
H A Dswitch_status_collector.h25 class SwitchStatusCollector : public Collector {
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/dfx/include/
H A Drdb_fault_hiview_reporter.h50 static bool RegCollector(Connection::Collector collector);
65 static Connection::Collector collector_;
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dconnection.cpp24 static Connection::Collector g_collectors[DB_BUTT] = { nullptr, nullptr };
126 int32_t Connection::RegisterCollector(int32_t dbType, Collector collector) in RegisterCollector()
H A Drdb_store_manager.cpp45 … RdbStoreManager::regCollector_ = RdbFaultHiViewReporter::RegCollector(RdbStoreManager::Collector);
303 std::map<std::string, RdbStoreManager::Info> RdbStoreManager::Collector(const RdbStoreConfig &confi… in Collector() function in OHOS::NativeRdb::RdbStoreManager
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dconnection.h40 using Collector = std::map<std::string, Info> (*)(const RdbStoreConfig &config); variable
48 static int32_t RegisterCollector(int32_t dbType, Collector collector);
H A Drdb_store_manager.h52 static std::map<std::string, Info> Collector(const RdbStoreConfig &config);
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/mock/include/
H A Drdb_store_manager.h52 static std::map<std::string, Info> Collector(const RdbStoreConfig &config);
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/mock/src/
H A Drdb_fault_hiview_reporter.cpp69 bool RdbFaultHiViewReporter::RegCollector(Connection::Collector collector) in RegCollector()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Ddp_content_sensor_test.cpp58 class CollectorListener : public Collector {
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/dfx/src/
H A Drdb_fault_hiview_reporter.cpp47 Connection::Collector RdbFaultHiViewReporter::collector_ = nullptr;
194 bool RdbFaultHiViewReporter::RegCollector(Connection::Collector collector) in RegCollector()
/ohos5.0/foundation/resourceschedule/frame_aware_sched/
H A DREADME.md41 …e *Farme Aware Sched* is devided into two parts, which are *Frame Aware Collector* and *Frame Awar…
43 - *Frame Aware Collector*: which is the core strategy of drawing frames, including frame event proc…
/ohos5.0/drivers/interface/user_auth/v2_0/
H A DUserAuthTypes.idl409 /**< Collector udid. */
/ohos5.0/drivers/interface/user_auth/v3_0/
H A DUserAuthTypes.idl419 /**< Collector udid. */
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-peripherals-face_auth-des.md30 …- Collector: only collects data during user authentication. It needs to work with the authenticato…
H A Ddriver-peripherals-fingerprint_auth-des.md30 …- Collector: only collects data during user authentication. It needs to work with the authenticato…
H A Ddriver-peripherals-pinauth-des.md30 …- ​ Collector: only collects data during user authentication. It needs to work with the authent…
H A Ddriver-peripherals-user-auth-des.md34 …- ​ Collector: only collects data during user authentication. It needs to work with the authent…

12