/base/useriam/user_auth_framework/test/unittest/executors/ |
H A D | driver_manager_unit_test.cpp | 66 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 D | mem_profiler_collector_impl.h | 30 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 D | mem_profiler_decorator.cpp | 30 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 D | idriver_manager.cpp | 26 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 D | mem_profiler_decorator.h | 29 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 D | mem_profiler_collector.h | 31 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 D | mem_profiler_collector_test.cpp | 46 * @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 D | simple_auth_context_test.cpp | 75 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 D | enroll_context_test.cpp | 73 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 D | identify_context_test.cpp | 71 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 D | identification_impl_test.cpp | 67 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 D | module_update_task.cpp | 91 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 D | mem_profiler_collector_impl.cpp | 57 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 D | img_view_adapter.cpp | 54 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 D | uevent_listener.h | 29 void Start() { return; }; in Start() function in OHOS::Security::SecurityGuard::UeventListener
|
/base/web/webview/test/fuzztest/ohos_adapter/audio_adapter/audiostartrender_fuzzer/ |
H A D | audiostartrender_fuzzer.cpp | 32 adapter.Start(); in AudioStartRenderFuzzTest()
|
/base/hiviewdfx/hiview/core/test/unittest/common/ |
H A D | event_dispatch_queue_test.cpp | 78 unorderQueue->Start(); in HWTEST_F() 101 unorderQueue->Start(); in HWTEST_F()
|
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
H A D | ark_media_codec_encoder_adapter_impl.cpp | 63 int32_t ArkMediaCodecEncoderAdapterImpl::Start() in Start() function in OHOS::ArkWeb::ArkMediaCodecEncoderAdapterImpl 65 return (int32_t)real_->Start(); in Start()
|
H A D | ark_audio_capturer_adapter_impl.cpp | 40 bool ArkAudioCapturerAdapterImpl::Start()
in Start() function in OHOS::ArkWeb::ArkAudioCapturerAdapterImpl 42 return real_->Start();
in Start()
|
H A D | ark_audio_renderer_adapter_impl.cpp | 40 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 D | ark_audio_renderer_adapter_wrapper.cpp | 44 bool ArkAudioRendererAdapterWrapper::Start() in Start() function in OHOS::ArkWeb::ArkAudioRendererAdapterWrapper 46 return ctocpp_->Start(); in Start()
|
H A D | ark_audio_capturer_adapter_wrapper.cpp | 44 bool ArkAudioCapturerAdapterWrapper::Start() in Start() function in OHOS::ArkWeb::ArkAudioCapturerAdapterWrapper 46 return ctocpp_->Start(); in Start()
|
/base/hiviewdfx/hiview/plugins/performance/timer/ |
H A D | ISceneTimerInfrastructure.h | 29 virtual void Start(int user, int id, long interval) = 0;
|
/base/hiviewdfx/hiview/plugins/performance/scene_data_processor/gateway/ |
H A D | IStrKeyTimer.h | 29 virtual void Start(std::string key) = 0;
|
/base/security/security_guard/test/unittest/security_collector/include/ |
H A D | i_collector.h | 26 virtual int Start(std::shared_ptr<ICollectorFwk> api) = 0;
|