Home
last modified time | relevance | path

Searched refs:Collect (Results 1 – 25 of 59) sorted by relevance

123

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/pinauth/
H A Dinterface_i_collector_v20.md25Collect](#collect) ([in] unsigned long scheduleId, [in] unsigned char[] extraInfo, [in] [IExecutor…
56 ### Collect()
59 ICollector::Collect ([in] unsigned long scheduleId, [in] unsigned char[] extraInfo, [in] IExecutorC…
64 Collect 采集口令数据。
/ohos5.0/foundation/multimedia/image_effect/
H A Dhisysevent.yaml17 …__BASE: {type: BEHAVIOR, level: MINOR, desc: Collect statistics on the info of custom filter such …
24 …__BASE: {type: BEHAVIOR, level: MINOR, desc: Collect statistics on the filter usage, preserve: tru…
30 …__BASE: {type: BEHAVIOR, level: MINOR, desc: Collect statistics on the filter usage, preserve: tru…
37 …__BASE: {type: BEHAVIOR, level: MINOR, desc: Collect statistics on the input data type such as pix…
43 …__BASE: {type: BEHAVIOR, level: MINOR, desc: Collect statistics on the output data type such as pi…
56 …__BASE: {type: BEHAVIOR, level: MINOR, desc: Collect effector serialization behavior, preserve: tr…
61 …__BASE: {type: BEHAVIOR, level: MINOR, desc: Collect effector deserialization behavior, preserve: …
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dshader_module_gles.cpp41 void Collect(const uint32_t set, const DescriptorSetLayoutBinding& binding, SetType& sets) in Collect() function
64 Collect(set.set, binding, plat_.cbSets); in CollectRes()
70 Collect(set.set, binding, plat_.ciSets); in CollectRes()
77 Collect(set.set, binding, plat_.ubSets); in CollectRes()
80 Collect(set.set, binding, plat_.sbSets); in CollectRes()
87 Collect(set.set, binding, plat_.siSets); in CollectRes()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/contentsensormanager/
H A Dcontent_sensor_manager.cpp46 return Collect(); in Init()
55 int32_t ContentSensorManager::Collect() in Collect() function in OHOS::DistributedDeviceProfile::ContentSensorManager
H A Dcollector.cpp26 void Collector::Collect(const DeviceProfile& deviceProfile) in Collect() function in OHOS::DistributedDeviceProfile::Collector
/ohos5.0/base/useriam/pin_auth/test/unittest/src/
H A Dpin_auth_collector_hdi_unit_test.cpp321 EXPECT_CALL(*executorProxy, Collect(_, _, _))
329 …auto ret = collectorHdi->Collect(0, UserAuth::CollectParam{0, 0, std::vector<uint8_t>()}, executeC…
340 …auto ret = collectorHdi->Collect(0, UserAuth::CollectParam{0, 0, std::vector<uint8_t>()}, nullptr);
350 …auto ret = collectorHdi->Collect(0, UserAuth::CollectParam{0, 0, std::vector<uint8_t>()}, executeC…
357 … auto ret = collectorHdi.Collect(0, UserAuth::CollectParam{0, 0, std::vector<uint8_t>()}, nullptr);
/ohos5.0/docs/en/application-dev/application-test/
H A Dsmartperf-guidelines.md178 - Collect twice the frequency and usage of CPU cores.
288 - Collect once the GPU frequency and load of the system.
303 - Collect twice the system temperature.
321 - Collect twice the memory information of the system.
399 - Collect the network speeds twice.
416 - Collect the frame rate of the target application five times.
467 - Collect DDR information once.
757 - Collect the application response delay.
769 - Collect the application completion delay.
931 - Collect the frame rate of the current page.
[all …]
/ohos5.0/base/useriam/pin_auth/services/modules/executors/src/
H A Dpin_auth_collector_hdi.cpp103 UserAuth::ResultCode PinAuthCollectorHdi::Collect(uint64_t scheduleId, const UserAuth::CollectParam… in Collect() function in OHOS::UserIam::PinAuth::PinAuthCollectorHdi
125 int32_t status = collectorProxy_->Collect(scheduleId, param.extraInfo, callback); in Collect()
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/include/contentsensormanager/
H A Dcontent_sensor_manager.h32 int32_t Collect();
H A Dcollector.h33 void Collect(const DeviceProfile& deviceProfile);
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/include/contentsensor/
H A Dcontent_sensor_manager.h34 bool Collect();
/ohos5.0/base/security/security_guard/services/data_collect/collect/hiview/
H A Dhiview_collector.h27 void Collect(std::vector<std::pair<std::string, std::string>> domainEventList);
H A Dhiview_collector.cpp25 void HiviewCollector::Collect(std::vector<std::pair<std::string, std::string>> domainEventList) in Collect() function in OHOS::Security::SecurityGuard::HiviewCollector
/ohos5.0/base/security/security_guard/test/unittest/data_collect/sa/
H A Dhiview_collector.h27 void Collect(std::vector<std::pair<std::string, std::string>> domainEventList) {}; in Collect() function
/ohos5.0/base/hiviewdfx/hiview/plugins/unified_collector/task/include/
H A Dcpu_collection_task.h31 void Collect();
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/service/src/
H A Dcollector_impl.cpp198 int32_t CollectorImpl::Collect(uint64_t scheduleId, const std::vector<uint8_t> &extraInfo, in Collect() function in OHOS::HDI::PinAuth::CollectorImpl
214 int32_t result = pinHdi_->Collect(id, extra, msg); in Collect()
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/contentsensor/
H A Dcontent_sensor_manager.cpp41 bool ContentSensorManager::Collect() in Collect() function in OHOS::DeviceProfile::ContentSensorManager
/ohos5.0/base/useriam/pin_auth/test/unittest/mocks/
H A Dmock_icollector_executor.h36 MOCK_METHOD3(Collect, int32_t(uint64_t scheduleId, const std::vector<uint8_t> &extraInfo,
/ohos5.0/base/useriam/pin_auth/services/modules/executors/inc/
H A Dpin_auth_collector_hdi.h43 UserAuth::ResultCode Collect(uint64_t scheduleId, const UserAuth::CollectParam &param,
/ohos5.0/base/useriam/pin_auth/test/fuzztest/mocks/inc/
H A Dmock_icollector_executor_fuzzer.h56 int32_t Collect(uint64_t scheduleId, const std::vector<uint8_t>& extraInfo, in Collect() function
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/service/inc/
H A Dcollector_impl.h44 int32_t Collect(uint64_t scheduleId, const std::vector<uint8_t> &extraInfo,
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/executors/src/
H A Diauth_executor_hdi.cpp39 ResultCode IAuthExecutorHdi::Collect(uint64_t scheduleId, const CollectParam &param, in Collect() function in OHOS::UserIam::UserAuth::IAuthExecutorHdi
/ohos5.0/docs/en/application-dev/performance/
H A Dapplication-performance-analysis.md256 - Collect cold start data.
259 # Collect cold start data of the main thread only.
261 # Collect cold start data of the Worker thread only.
263 # Collect cold start data of both the main and Worker threads.
267 - Collect data for any phase after application startup.
270 # Collect data after startup of the main thread only.
272 # Collect data after startup of the Worker thread only.
274 # Collect data after startup of both the main and Worker threads.
/ohos5.0/drivers/interface/pin_auth/v2_0/
H A DICollector.idl121 * @brief Collect template data.
133 Collect([in] unsigned long scheduleId, [in] unsigned char[] extraInfo,
/ohos5.0/drivers/interface/pin_auth/v2_1/
H A DICollector.idl121 * @brief Collect template data.
133 Collect([in] unsigned long scheduleId, [in] unsigned char[] extraInfo,

123