Home
last modified time | relevance | path

Searched refs:Start (Results 1 - 25 of 278) sorted by relevance

12345678910>>...12

/base/useriam/user_auth_framework/test/unittest/executors/
H A Ddriver_manager_unit_test.cpp66 EXPECT_EQ(DriverManager::GetInstance().Start(hdiName2Config), USERAUTH_SUCCESS); in HWTEST_F()
68 EXPECT_EQ(DriverManager::GetInstance().Start(hdiName2Config), USERAUTH_ERROR); in HWTEST_F()
71 EXPECT_EQ(DriverManager::GetInstance().Start(hdiName2Config), USERAUTH_ERROR); in HWTEST_F()
73 EXPECT_EQ(DriverManager::GetInstance().Start(hdiName2Config), USERAUTH_ERROR); in HWTEST_F()
86 EXPECT_EQ(IDriverManager::Start(hdiName2Config), USERAUTH_SUCCESS); in HWTEST_F()
88 EXPECT_EQ(IDriverManager::Start(hdiName2Config), USERAUTH_ERROR); in HWTEST_F()
90 EXPECT_EQ(IDriverManager::Start(hdiName2Config), USERAUTH_ERROR); in HWTEST_F()
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/inner_include/
H A Dmem_profiler_collector_impl.h30 int Start(ProfilerType type, int pid, int duration, int sampleInterval) override;
34 int Start(int fd, ProfilerType type, int pid, int duration, int sampleInterval) override;
35 int Start(int fd, ProfilerType type, std::string processName, int duration, int sampleInterval,
/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/
H A Dmem_profiler_decorator.cpp30 int MemProfilerDecorator::Start(ProfilerType type, int pid, int duration, int sampleInterval) in Start() function in OHOS::HiviewDFX::UCollectUtil::MemProfilerDecorator
33 return memProfilerCollector_->Start(type, pid, duration, sampleInterval); in Start()
53 int MemProfilerDecorator::Start(int fd, ProfilerType type, int pid, int duration, int sampleInterval) in Start() function in OHOS::HiviewDFX::UCollectUtil::MemProfilerDecorator
56 return memProfilerCollector_->Start(fd, type, pid, duration, sampleInterval); in Start()
68 int MemProfilerDecorator::Start(int fd, ProfilerType type, std::string processName, int duration, in Start() function in OHOS::HiviewDFX::UCollectUtil::MemProfilerDecorator
72 return memProfilerCollector_->Start(fd, type, processName, duration, sampleInterval, startup); in Start()
/base/useriam/user_auth_framework/frameworks/native/executors/src/
H A Didriver_manager.cpp26 int32_t IDriverManager::Start(const std::map<std::string, HdiConfig> &hdiName2Config) in Start() function in OHOS::UserIam::UserAuth::IDriverManager
28 return Singleton<UserAuth::DriverManager>::GetInstance().Start(hdiName2Config); in Start()
/base/hiviewdfx/hiview/framework/native/unified_collection/decorator/include/
H A Dmem_profiler_decorator.h29 int Start(ProfilerType type, int pid, int duration, int sampleInterval) override;
32 int Start(int fd, ProfilerType type, int pid, int duration, int sampleInterval) override;
34 int Start(int fd, ProfilerType type, std::string processName, int duration, int sampleInterval,
/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/utility/
H A Dmem_profiler_collector.h31 virtual int Start(ProfilerType type,
36 virtual int Start(int fd, ProfilerType type,
38 virtual int Start(int fd, ProfilerType type,
/base/hiviewdfx/hiview/test/unittest/unified_collection/utility/
H A Dmem_profiler_collector_test.cpp46 * @tc.desc: used to test MemProfilerCollector.Start
53 collector->Start(NativeMemoryProfilerSaClientManager::NativeMemProfilerType::MEM_PROFILER_LIBRARY, in HWTEST_F()
73 collector->Start(NativeMemoryProfilerSaClientManager::NativeMemProfilerType::MEM_PROFILER_LIBRARY,
85 collector->Start(NativeMemoryProfilerSaClientManager::NativeMemProfilerType::MEM_PROFILER_CALL_STACK,
107 collector->Start(0, NativeMemoryProfilerSaClientManager::NativeMemProfilerType::MEM_PROFILER_LIBRARY,
119 collector->Start(0, NativeMemoryProfilerSaClientManager::NativeMemProfilerType::MEM_PROFILER_CALL_STACK,
141 collector->Start(0, NativeMemoryProfilerSaClientManager::NativeMemProfilerType::MEM_PROFILER_LIBRARY,
153 collector->Start(0, NativeMemoryProfilerSaClientManager::NativeMemProfilerType::MEM_PROFILER_CALL_STACK,
/base/useriam/user_auth_framework/test/unittest/services/src/
H A Dsimple_auth_context_test.cpp75 ASSERT_EQ(context->Start(), false); in HWTEST_F()
128 EXPECT_CALL(*mockAuth, Start(_, _)) in HWTEST_F()
139 ASSERT_EQ(context->Start(), false); in HWTEST_F()
148 EXPECT_CALL(*mockAuth, Start(_, _)) in HWTEST_F()
159 ASSERT_EQ(context->Start(), false); in HWTEST_F()
168 EXPECT_CALL(*mockAuth, Start(_, _)) in HWTEST_F()
181 ASSERT_EQ(context->Start(), false); in HWTEST_F()
190 EXPECT_CALL(*mockAuth, Start(_, _)) in HWTEST_F()
204 ASSERT_EQ(context->Start(), false); in HWTEST_F()
214 EXPECT_CALL(*mockAuth, Start( in HWTEST_F()
[all...]
H A Denroll_context_test.cpp73 ASSERT_EQ(context->Start(), false); in HWTEST_F()
126 EXPECT_CALL(*mockEnroll, Start(_, _)) in HWTEST_F()
137 ASSERT_EQ(context->Start(), false); in HWTEST_F()
146 EXPECT_CALL(*mockEnroll, Start(_, _)) in HWTEST_F()
157 ASSERT_EQ(context->Start(), false); in HWTEST_F()
166 EXPECT_CALL(*mockEnroll, Start(_, _)) in HWTEST_F()
179 ASSERT_EQ(context->Start(), false); in HWTEST_F()
188 EXPECT_CALL(*mockEnroll, Start(_, _)) in HWTEST_F()
204 ASSERT_EQ(context->Start(), false); in HWTEST_F()
214 EXPECT_CALL(*mockEnroll, Start( in HWTEST_F()
[all...]
H A Didentify_context_test.cpp71 ASSERT_EQ(context->Start(), false); in HWTEST_F()
124 EXPECT_CALL(*mockIdentify, Start(_, _)) in HWTEST_F()
136 ASSERT_EQ(context->Start(), false); in HWTEST_F()
145 EXPECT_CALL(*mockIdentify, Start(_, _)) in HWTEST_F()
157 ASSERT_EQ(context->Start(), false); in HWTEST_F()
166 EXPECT_CALL(*mockIdentify, Start(_, _)) in HWTEST_F()
180 ASSERT_EQ(context->Start(), false); in HWTEST_F()
189 EXPECT_CALL(*mockIdentify, Start(_, _)) in HWTEST_F()
204 ASSERT_EQ(context->Start(), false); in HWTEST_F()
214 EXPECT_CALL(*mockIdentify, Start( in HWTEST_F()
[all...]
H A Didentification_impl_test.cpp67 EXPECT_FALSE(identification->Start(scheduleList, nullptr)); in HWTEST_F()
78 EXPECT_FALSE(enrollment->Start(scheduleList, nullptr)); in HWTEST_F()
155 EXPECT_TRUE(identification->Start(scheduleList, callback)); in HWTEST_F()
158 EXPECT_TRUE(identification->Start(scheduleList, callback)); in HWTEST_F()
/base/update/sys_installer/services/module_update/src/
H A Dmodule_update_task.cpp91 void ModuleUpdateTaskManager::Start() in Start() function in OHOS::SysInstaller::ModuleUpdateTaskManager
93 pool_.Start(1); in Start()
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/
H A Dmem_profiler_collector_impl.cpp57 int MemProfilerCollectorImpl::Start(ProfilerType type, in Start() function in OHOS::HiviewDFX::UCollectUtil::MemProfilerCollectorImpl
71 return NativeMemoryProfilerSaClientManager::Start(type, pid, duration, sampleInterval); in Start()
101 int MemProfilerCollectorImpl::Start(int fd, ProfilerType type, in Start() function in OHOS::HiviewDFX::UCollectUtil::MemProfilerCollectorImpl
132 int MemProfilerCollectorImpl::Start(int fd, ProfilerType type, in Start() function in OHOS::HiviewDFX::UCollectUtil::MemProfilerCollectorImpl
/base/update/updater/services/ui/view/component/
H A Dimg_view_adapter.cpp54 void Start() in Start() function in Updater::final
161 bool ImgViewAdapter::Start() in Start() function in Updater::ImgViewAdapter
170 cb_->Start(); in Start()
171 cb_->GetAnimator()->Start(); in Start()
/base/security/security_guard/test/unittest/data_collect/sa/
H A Duevent_listener.h29 void Start() { return; }; in Start() function in OHOS::Security::SecurityGuard::UeventListener
/base/web/webview/test/fuzztest/ohos_adapter/audio_adapter/audiostartrender_fuzzer/
H A Daudiostartrender_fuzzer.cpp32 adapter.Start(); in AudioStartRenderFuzzTest()
/base/hiviewdfx/hiview/core/test/unittest/common/
H A Devent_dispatch_queue_test.cpp78 unorderQueue->Start(); in HWTEST_F()
101 unorderQueue->Start(); in HWTEST_F()
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_media_codec_encoder_adapter_impl.cpp63 int32_t ArkMediaCodecEncoderAdapterImpl::Start() in Start() function in OHOS::ArkWeb::ArkMediaCodecEncoderAdapterImpl
65 return (int32_t)real_->Start(); in Start()
H A Dark_audio_capturer_adapter_impl.cpp40 bool ArkAudioCapturerAdapterImpl::Start() in Start() function in OHOS::ArkWeb::ArkAudioCapturerAdapterImpl
42 return real_->Start(); in Start()
H A Dark_audio_renderer_adapter_impl.cpp40 bool ArkAudioRendererAdapterImpl::Start() in Start() function in OHOS::ArkWeb::ArkAudioRendererAdapterImpl
42 return real_->Start(); in Start()
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_audio_renderer_adapter_wrapper.cpp44 bool ArkAudioRendererAdapterWrapper::Start() in Start() function in OHOS::ArkWeb::ArkAudioRendererAdapterWrapper
46 return ctocpp_->Start(); in Start()
H A Dark_audio_capturer_adapter_wrapper.cpp44 bool ArkAudioCapturerAdapterWrapper::Start() in Start() function in OHOS::ArkWeb::ArkAudioCapturerAdapterWrapper
46 return ctocpp_->Start(); in Start()
/base/hiviewdfx/hiview/plugins/performance/timer/
H A DISceneTimerInfrastructure.h29 virtual void Start(int user, int id, long interval) = 0;
/base/hiviewdfx/hiview/plugins/performance/scene_data_processor/gateway/
H A DIStrKeyTimer.h29 virtual void Start(std::string key) = 0;
/base/security/security_guard/test/unittest/security_collector/include/
H A Di_collector.h26 virtual int Start(std::shared_ptr<ICollectorFwk> api) = 0;

Completed in 9 milliseconds

12345678910>>...12