Home
last modified time | relevance | path

Searched refs:ConvertToProfile (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Ddp_content_sensor_test.cpp66 bool ConvertToProfile(DeviceProfile& deviceProfile) override in ConvertToProfile() function in OHOS::DistributedDeviceProfile::CollectorListener
125 bool result = syscapInfo.ConvertToProfile(profile);
141 bool result = syscapInfo.ConvertToProfile(profile);
157 bool result = syscapInfo.ConvertToProfile(profile);
173 bool result = syscapInfo.ConvertToProfile(profile);
H A Dcontent_sensor_pasteboard_info_test.cpp69 bool result = pasteboardInfoCollector.ConvertToProfile(svrProfileList);
83 bool result = pasteboardInfoCollector.ConvertToProfile(charProfileList);
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/contentsensormanager/
H A Dcollector.cpp30 bool Collector::ConvertToProfile(DeviceProfile& deviceProfile) in ConvertToProfile() function in OHOS::DistributedDeviceProfile::Collector
35 bool Collector::ConvertToProfile(std::vector<ServiceProfile>& svrProfileList) in ConvertToProfile() function in OHOS::DistributedDeviceProfile::Collector
40 bool Collector::ConvertToProfile(std::vector<CharacteristicProfile>& charProfileList) in ConvertToProfile() function in OHOS::DistributedDeviceProfile::Collector
H A Dcontent_sensor_manager.cpp70 task->ConvertToProfile(deviceProfile); in Collect()
71 task->ConvertToProfile(svrProfileList); in Collect()
72 task->ConvertToProfile(charProfileList); in Collect()
H A Dcollaboration_info_collector.cpp33 bool CollaborationInfoCollector::ConvertToProfile(std::vector<ServiceProfile> &svrProfileList) in ConvertToProfile() function in OHOS::DistributedDeviceProfile::CollaborationInfoCollector
50 bool CollaborationInfoCollector::ConvertToProfile(std::vector<CharacteristicProfile> &charProfileLi… in ConvertToProfile() function in OHOS::DistributedDeviceProfile::CollaborationInfoCollector
H A Ddms_info_collector.cpp29 bool DmsInfoCollector::ConvertToProfile(std::vector<ServiceProfile>& svrProfileList) in ConvertToProfile() function in OHOS::DistributedDeviceProfile::DmsInfoCollector
40 bool DmsInfoCollector::ConvertToProfile(std::vector<CharacteristicProfile>& charProfileList) in ConvertToProfile() function in OHOS::DistributedDeviceProfile::DmsInfoCollector
H A Dpasteboard_info_collector.cpp39 bool PasteboardInfoCollector::ConvertToProfile(std::vector<ServiceProfile>& svrProfileList) in ConvertToProfile() function in OHOS::DistributedDeviceProfile::PasteboardInfoCollector
50 bool PasteboardInfoCollector::ConvertToProfile(std::vector<CharacteristicProfile>& charProfileList) in ConvertToProfile() function in OHOS::DistributedDeviceProfile::PasteboardInfoCollector
H A Dsystem_info_collector.cpp43 bool SystemInfoCollector::ConvertToProfile(DeviceProfile& profile) in ConvertToProfile() function in OHOS::DistributedDeviceProfile::SystemInfoCollector
H A Dsyscap_info_collector.cpp36 bool SyscapInfoCollector::ConvertToProfile(DeviceProfile &profile) in ConvertToProfile() function in OHOS::DistributedDeviceProfile::SyscapInfoCollector
H A Dswitch_status_collector.cpp35 bool SwitchStatusCollector::ConvertToProfile(std::vector<CharacteristicProfile>& charProfileList) in ConvertToProfile() function in OHOS::DistributedDeviceProfile::SwitchStatusCollector
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/contentsensormanager/
H A Dcollector.h29 virtual bool ConvertToProfile(DeviceProfile& deviceProfile);
30 virtual bool ConvertToProfile(std::vector<ServiceProfile>& svrProfileList);
31 virtual bool ConvertToProfile(std::vector<CharacteristicProfile>& charProfileList);
H A Dpasteboard_info_collector.h26 bool ConvertToProfile(std::vector<ServiceProfile>& svrProfileList) override;
27 bool ConvertToProfile(std::vector<CharacteristicProfile>& charProfileList) override;
H A Dcollaboration_info_collector.h26 bool ConvertToProfile(std::vector<ServiceProfile>& svrProfileList) override;
27 bool ConvertToProfile(std::vector<CharacteristicProfile>& charProfileList) override;
H A Ddms_info_collector.h26 bool ConvertToProfile(std::vector<ServiceProfile>& svrProfileList) override;
27 bool ConvertToProfile(std::vector<CharacteristicProfile>& charProfileList) override;
H A Dsystem_info_collector.h28 bool ConvertToProfile(DeviceProfile& profile) override;
H A Dsyscap_info_collector.h28 bool ConvertToProfile(DeviceProfile& profile) override;
H A Dswitch_status_collector.h27 bool ConvertToProfile(std::vector<CharacteristicProfile>& charProfileList) override;