/foundation/arkui/ace_engine/frameworks/component_test/ |
H A D | component_test_proxy.cpp | 47 void ComponentTestManagerProxy::Record(std::string info, std::string position, Result result) in Record() function in OHOS::Ace::ComponentTest::ComponentTestManagerProxy 49 GetCurrentComponentTestManager()->Record(info, position, result); in Record()
|
H A D | component_test_manager_impl.cpp | 92 void ComponentTestManagerImpl::Record(std::string info, std::string position, Result result) in Record() function in OHOS::Ace::ComponentTest::ComponentTestManagerImpl 94 testResultRecorder_.Record(info, position, result); in Record()
|
H A D | component_test_manager.h | 32 virtual void Record(std::string info, std::string position, Result result) = 0;
|
H A D | component_test_proxy.h | 32 static void Record(std::string info, std::string position, Result result);
|
H A D | component_test_manager_impl.h | 40 void Record(std::string info, std::string position, Result result) override;
|
H A D | test_result_recorder.h | 160 void Record(const std::string& info, const std::string& position, Result result);
|
/foundation/arkui/ace_engine/interfaces/napi/kits/component_test/ |
H A D | js_component_test_utils.h | 95 ComponentTest::ComponentTestManagerProxy::Record( \ 113 ComponentTest::ComponentTestManagerProxy::Record( \ 138 ComponentTest::ComponentTestManagerProxy::Record( in ComponentTestRecord() 141 ComponentTest::ComponentTestManagerProxy::Record( in ComponentTestRecord()
|
/foundation/multimedia/media_foundation/engine/scene/standard/ |
H A D | hst_engine_factory.cpp | 60 auto recorder = std::unique_ptr<Record::HiRecorderImpl>(new (std::nothrow) Record::HiRecorderImpl( in CreateRecorderEngine()
|
/foundation/multimedia/media_foundation/engine/scene/recorder/internal/ |
H A D | error_state.h | 27 namespace Record { namespace 36 } // namespace Record
|
H A D | ready_state.h | 26 namespace Record { namespace 46 } // namespace Record
|
H A D | pause_state.h | 25 namespace Record { namespace 67 } // namespace Record
|
H A D | init_state.h | 26 namespace Record { namespace 60 } // namespace Record
|
H A D | state_machine.h | 40 namespace Record { namespace 93 } // namespace Record
|
H A D | recording_state.h | 26 namespace Record { namespace 76 } // namespace Record
|
/foundation/multimedia/media_foundation/engine/scene/recorder/standard/ |
H A D | hst_recorder_param.h | 22 namespace Record { namespace 36 } // Record
|
H A D | recorder_utils.h | 28 namespace Record { namespace 86 } // namespace Record
|
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/include/ |
H A D | napi_async_call.h | 91 struct Record {
struct in OHOS::RelationalStoreJsKit::final 106 static thread_local Record record_;
|
/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/utils/ |
H A D | wifi_direct_dfx.h | 36 void Record(uint32_t requestId, uint16_t challengeCode);
|
H A D | wifi_direct_dfx.cpp | 27 DurationStatistic::GetInstance().Record(connectInfo.requestId, TOTAL_END); in DfxRecord() 50 void WifiDirectDfx::Record(uint32_t requestId, uint16_t challengeCode) in Record() function in OHOS::SoftBus::WifiDirectDfx
|
H A D | duration_statistic.h | 80 void Record(uint32_t requestId, const std::string &event);
|
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/model/ |
H A D | container_data_model.h | 39 ContainerDataModel& Record(IMetadata::Ptr record) in Record() function in ContainerDataModel
|
/foundation/multimedia/audio_lite/services/impl/ |
H A D | audio_capturer_impl.h | 42 bool Record();
|
/foundation/multimodalinput/input/util/common/include/ |
H A D | aggregator.h | 36 bool Record(const LogHeader &lh, const std::string &key, const std::string &record);
|
/foundation/resourceschedule/ffrt/src/sched/ |
H A D | load_tracking.h | 60 void Record(TaskSwitchState state) in Record() function in ffrt::LoadTracking
|
/foundation/multimedia/audio_lite/frameworks/passthrough/ |
H A D | audio_capturer_client.cpp | 92 return impl_->Record(); in Start()
|