/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/contentsensormanager/ |
H A D | collector.cpp | 26 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 D | content_sensor_manager.cpp | 59 std::list<std::shared_ptr<Collector>> taskList; in Collect()
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/contentsensormanager/ |
H A D | collector.h | 25 class Collector { 27 Collector() = default; 28 virtual ~Collector() = default;
|
H A D | system_info_collector.h | 26 class SystemInfoCollector : public Collector {
|
H A D | pasteboard_info_collector.h | 24 class PasteboardInfoCollector : public Collector {
|
H A D | collaboration_info_collector.h | 24 class CollaborationInfoCollector : public Collector {
|
H A D | dms_info_collector.h | 24 class DmsInfoCollector : public Collector {
|
H A D | syscap_info_collector.h | 26 class SyscapInfoCollector : public Collector {
|
H A D | switch_status_collector.h | 25 class SwitchStatusCollector : public Collector {
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/dfx/include/ |
H A D | rdb_fault_hiview_reporter.h | 50 static bool RegCollector(Connection::Collector collector); 65 static Connection::Collector collector_;
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | connection.cpp | 24 static Connection::Collector g_collectors[DB_BUTT] = { nullptr, nullptr }; 126 int32_t Connection::RegisterCollector(int32_t dbType, Collector collector) in RegisterCollector()
|
H A D | rdb_store_manager.cpp | 45 … 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 D | connection.h | 40 using Collector = std::map<std::string, Info> (*)(const RdbStoreConfig &config); variable 48 static int32_t RegisterCollector(int32_t dbType, Collector collector);
|
H A D | rdb_store_manager.h | 52 static std::map<std::string, Info> Collector(const RdbStoreConfig &config);
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/mock/include/ |
H A D | rdb_store_manager.h | 52 static std::map<std::string, Info> Collector(const RdbStoreConfig &config);
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/mock/src/ |
H A D | rdb_fault_hiview_reporter.cpp | 69 bool RdbFaultHiViewReporter::RegCollector(Connection::Collector collector) in RegCollector()
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/ |
H A D | dp_content_sensor_test.cpp | 58 class CollectorListener : public Collector {
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/dfx/src/ |
H A D | rdb_fault_hiview_reporter.cpp | 47 Connection::Collector RdbFaultHiViewReporter::collector_ = nullptr; 194 bool RdbFaultHiViewReporter::RegCollector(Connection::Collector collector) in RegCollector()
|
/ohos5.0/foundation/resourceschedule/frame_aware_sched/ |
H A D | README.md | 41 …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 D | UserAuthTypes.idl | 409 /**< Collector udid. */
|
/ohos5.0/drivers/interface/user_auth/v3_0/ |
H A D | UserAuthTypes.idl | 419 /**< Collector udid. */
|
/ohos5.0/docs/en/device-dev/driver/ |
H A D | driver-peripherals-face_auth-des.md | 30 …- Collector: only collects data during user authentication. It needs to work with the authenticato…
|
H A D | driver-peripherals-fingerprint_auth-des.md | 30 …- Collector: only collects data during user authentication. It needs to work with the authenticato…
|
H A D | driver-peripherals-pinauth-des.md | 30 …- Collector: only collects data during user authentication. It needs to work with the authent…
|
H A D | driver-peripherals-user-auth-des.md | 34 …- Collector: only collects data during user authentication. It needs to work with the authent…
|