Home
last modified time | relevance | path

Searched defs:startRet (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/drivers/peripheral/vibrator/test/unittest/common/
H A Dhdf_vibrator_test.cpp94 int32_t startRet = g_vibratorDev->StartOnce(g_duration); variable
132 int32_t startRet = g_vibratorDev->Start(g_timeSequence); variable
152 int32_t startRet = g_vibratorDev->Start(g_builtIn); variable
172 int32_t startRet = g_vibratorDev->Start(nullptr); variable
190 int32_t startRet = g_vibratorDev->Start(g_timeSequence); variable
214 int32_t startRet = g_vibratorDev->Start(g_timeSequence); variable
235 int32_t startRet = g_vibratorDev->Start(g_builtIn); variable
306 int32_t startRet; variable
334 int32_t startRet; variable
351 int32_t startRet; variable
[all …]
/ohos5.0/drivers/peripheral/vibrator/test/unittest/hdi/
H A Dhdf_vibrator_hdi_test.cpp104 int32_t startRet = g_vibratorInterface->StartOnce(g_duration); variable
124 int32_t startRet = g_vibratorInterface->StartOnce(g_noDuration); variable
267 int32_t startRet = g_vibratorInterface->Start(g_arbitraryStr); variable
298 int32_t startRet = g_vibratorInterface->GetVibratorInfo(info); variable
330 int32_t startRet = g_vibratorInterface->GetVibratorInfo(info); variable
372 int32_t startRet = g_vibratorInterface->GetVibratorInfo(info); variable
405 int32_t startRet = g_vibratorInterface->GetVibratorInfo(info); variable
438 int32_t startRet = g_vibratorInterface->GetVibratorInfo(info); variable
577 int32_t startRet = g_vibratorInterface->StartOnce(g_duration); variable
595 int32_t startRet = g_vibratorInterface->Start(g_effect1); variable
[all …]
/ohos5.0/drivers/peripheral/vibrator/test/benchmarktest/
H A Dhdf_vibrator_benchmark_test.cpp67 int32_t startRet; in BENCHMARK_F() local
91 int32_t startRet; in BENCHMARK_F() local
114 int32_t startRet; in BENCHMARK_F() local
152 int32_t startRet = g_vibratorInterface->GetVibratorInfo(info); in BENCHMARK_F() local
182 int32_t startRet = g_vibratorInterface->GetVibratorInfo(info); in BENCHMARK_F() local
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/toneplayer/test/unittest/
H A Daudio_toneplayer_unit_test.cpp109 bool startRet = toneplayer->StartTone(); variable
161 bool startRet = toneplayer->StartTone(); variable
186 bool startRet = toneplayer->StartTone(); variable
/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Didentify_context.cpp48 bool startRet = identify_->Start(scheduleList_, shared_from_this()); in OnStart() local
H A Denroll_context.cpp58 bool startRet = enroll_->Start(scheduleList_, shared_from_this()); in OnStart() local
H A Dsimple_auth_context.cpp168 bool startRet = auth_->Start(scheduleList_, shared_from_this()); in OnStart() local
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_query_test/
H A Dbms_bundle_quick_fix_query_test.cpp155 bool startRet = dataMgr->UpdateBundleInstallState(BUNDLE_NAME, InstallState::INSTALL_START); in MockInstallBundleInfo() local
168 bool startRet = dataMgr->UpdateBundleInstallState(BUNDLE_NAME, InstallState::UNINSTALL_START); in MockUninstallBundleInfo() local
/ohos5.0/base/update/updateservice/services/core/ability/utils/src/
H A Dsha256_utils.cpp115 int startRet = mbedtls_sha256_starts(&ctx, 0); in Sha256Calculate() local
/ohos5.0/base/time/time_service/test/unittest/service_test/src/
H A Dtime_client_test.cpp1048 auto startRet = TimeServiceClient::GetInstance()->StartTimerV9(timerId, triggerTime); variable
1080 …auto startRet = TimeServiceClient::GetInstance()->StartTimerV9(timerId, triggerTime + FIVE_HUNDRED… variable
1114 …auto startRet = TimeServiceClient::GetInstance()->StartTimerV9(timerId, triggerTime + FIVE_HUNDRED… variable
1283 auto startRet = TimeServiceClient::GetInstance()->StartTimerV9(timerId, triggerTime + 300000); variable
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_overlay_test/
H A Dbms_bundle_set_overlay_enabled_test.cpp151 …bool startRet = dataMgr->UpdateBundleInstallState(TEST_BUNDLE_NAME, InstallState::UNINSTALL_START); in RemoveBundleInfo() local
H A Dbms_bundle_get_overlay_module_info_test.cpp173 bool startRet = dataMgr->UpdateBundleInstallState(bundleName, InstallState::UNINSTALL_START); in RemoveBundleInfo() local
H A Dbms_bundle_overlay_checker_test.cpp208 …bool startRet = dataMgr->UpdateBundleInstallState(TEST_BUNDLE_NAME, InstallState::UNINSTALL_START); in UninstallBundleInfo() local
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_base_test/
H A Dbms_bundle_kit_service_base_test.cpp271 bool startRet = dataMgr->UpdateBundleInstallState(bundleName, InstallState::INSTALL_START); in SaveToDatabase() local
308 bool startRet = dataMgr->UpdateBundleInstallState(bundleName, InstallState::UNINSTALL_START); in MockUninstallBundle() local
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_free_install_test/
H A Dbms_bundle_free_install_test.cpp220 bool startRet = dataMgr->UpdateBundleInstallState(bundleName, InstallState::INSTALL_START); in AddInnerBundleInfo() local
251 bool startRet = dataMgr->UpdateBundleInstallState(bundleName, InstallState::UNINSTALL_START); in UninstallBundleInfo() local
/ohos5.0/base/time/time_service/interfaces/inner_api/src/
H A Dtime_service_client.cpp331 auto startRet = proxy->StartTimer(timerId, triggerTime); in StartTimerV9() local
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_test/
H A Dbms_bundle_quick_fix_test.cpp290 bool startRet = dataMgr->UpdateBundleInstallState(bundleName, InstallState::INSTALL_START); in AddInnerBundleInfo() local
303 bool startRet = dataMgr->UpdateBundleInstallState(bundleName, InstallState::UNINSTALL_START); in UninstallBundleInfo() local
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_data_mgr_test.cpp625 bool startRet = dataMgr->UpdateBundleInstallState(bundleName, InstallState::INSTALL_START); in SaveToDatabase() local
763 bool startRet = dataMgr->UpdateBundleInstallState(bundleName, InstallState::UNINSTALL_START); in MockUninstallBundle() local
H A Dbms_bundle_kit_service_test.cpp750 bool startRet = dataMgr->UpdateBundleInstallState(bundleName, InstallState::INSTALL_START); in SaveToDatabase() local
888 bool startRet = dataMgr->UpdateBundleInstallState(bundleName, InstallState::UNINSTALL_START); in MockUninstallBundle() local