Home
last modified time | relevance | path

Searched defs:ret3 (Results 51 - 75 of 81) sorted by relevance

1234

/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_manager_lite_test.cpp255 auto ret3 = WindowManagerLite::GetInstance().RegisterVisibilityChangedListener(listener1); in HWTEST_F() local
H A Dwindow_session_impl_test.cpp1039 Orientation ret3 = window->GetRequestedOrientation(); in HWTEST_F() local
1095 Orientation ret3 = window->GetRequestedOrientation(); in HWTEST_F() local
/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/
H A Dans_notification_unit_test.cpp145 ErrCode ret3 = ans_->RemoveNotificationSlot(slotType); in HWTEST_F() local
192 ErrCode ret3 = ans_->AddNotificationSlots(nslots); in HWTEST_F() local
526 ErrCode ret3 = ans_->CancelNotification(label, notificationId); in HWTEST_F() local
585 ErrCode ret3 = ans_->PublishNotificationAsBundle(representativeBundle0, request); in HWTEST_F() local
637 ErrCode ret3 = ans_->IsAllowedNotify(bundleOption, allowed); in HWTEST_F() local
658 ErrCode ret3 = ans_->HasNotificationPolicyAccessPermission(hasPermission); HWTEST_F() local
707 ErrCode ret3 = ans_->RemoveNotification(bundleOption, notificationId, label, removeReason); HWTEST_F() local
766 ErrCode ret3 = ans_->SetNotificationsEnabledForSpecifiedBundle(bundleOption, deviceId, enabled); HWTEST_F() local
820 ErrCode ret3 = ans_->DoesSupportDoNotDisturbMode(doesSupport); HWTEST_F() local
870 ErrCode ret3 = ans_->EnableDistributedByBundle(bundleOption, enabled); HWTEST_F() local
900 ErrCode ret3 = ans_->CancelReminder(reminderId); HWTEST_F() local
932 ErrCode ret3 = ans_->IsAllowedNotify(userId1, allowed); HWTEST_F() local
966 ErrCode ret3 = ans_->GetDoNotDisturbDate(userId, doNotDisturbDate); HWTEST_F() local
1041 ErrCode ret3 = ans_->GetSyncNotificationEnabledWithoutApp(userId, enabled); HWTEST_F() local
1189 ErrCode ret3 = ans_->SetNotificationsEnabledForSpecifiedBundle(bundleOption, deviceId, enabled); HWTEST_F() local
[all...]
/foundation/ability/ability_runtime/test/unittest/ability_manager_service_fourth_test/
H A Dability_manager_service_fourth_test.cpp568 auto ret3 = abilityMs_->StartAbility(want, userId, requestCode); in HWTEST_F() local
984 auto ret3 = abilityMs_->CheckCallPermission( in HWTEST_F() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_edit_testone_ng.cpp160 auto ret3 = richEditorPattern->GetChildByIndex(0); in HWTEST_F() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dweb_pattern_select_test_ng.cpp1690 auto ret3 = webPattern->ComputeMouseClippedSelectionBounds(0, -1, 0, 2); in HWTEST_F() local
/foundation/arkui/ace_engine/test/unittest/core/rosen/
H A Drosen_render_context_test.cpp430 OHOS::Rosen::ParticleParams ret3 = rosenRenderContext->ConvertParticleOptionToParams(particleOption, rectF); in HWTEST_F() local
601 Vector3F ret3 = rosenRenderContext->MarshallTranslate(translate2); in HWTEST_F() local
622 RectF ret3 = rosenRenderContext->GetPaintRectWithTransform(); in HWTEST_F() local
665 Matrix4 ret3 = rosenRenderContext->GetMatrixWithTransformRotate(); in HWTEST_F() local
723 bool ret3 in HWTEST_F() local
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_app_service_fwk_installer.cpp1583 auto ret3 = impl.CreateSignatureFileStream("", ""); in HWTEST_F() local
1613 auto ret3 = dataMgr->GetAllBundleInfoByDeveloperId(STRING, bundleInfos, Constants::ANY_USERID); in HWTEST_F() local
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_sqlite_shared_result_set_test.cpp564 int ret3 = rstSet->GetString(colCnt, valueStr); in HWTEST_F() local
/foundation/distributeddatamgr/relational_store/test/native/relational_store_test/unittest/
H A Drdb_store_test.cpp1176 int ret3 = rstSet->GetString(colCnt, valueStr); in HWTEST_F() local
/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_test.cpp328 Orientation ret3 = scensession->GetRequestedOrientation(); in HWTEST_F() local
371 Orientation ret3 = scensession->GetRequestedOrientation(); in HWTEST_F() local
/test/xts/acts/graphic/graphicnapitest/
H A DNativeImageTest.cpp1004 int32_t ret3 = OH_NativeImage_ReleaseNativeWindowBuffer(image, nativeWindowBuffer, fenceFd); in HWTEST_F() local
1274 int32_t ret3 = OH_ConsumerSurface_SetDefaultUsage(image, usage[i]); in HWTEST_F() local
1301 int32_t ret3 = OH_ConsumerSurface_SetDefaultUsage(image, -UINT64_MAX); in HWTEST_F() local
1326 int32_t ret3 = OH_ConsumerSurface_SetDefaultSize(image, 100, 100); in HWTEST_F() local
1366 int32_t ret3 = OH_ConsumerSurface_SetDefaultSize(image, -1000, -1000); in HWTEST_F() local
[all...]
/test/xts/acts/multimedia/media/media_ndk_standard/avPlayerDrmNdk/entry/src/main/cpp/
H A Dhello.cpp179 OH_AVErrCode ret3 = OH_AVPlayer_Prepare(playerHandle); in Test_AVPlayer_SetMediaKeySystemInfoCallback() local
219 OH_AVErrCode ret3 = OH_AVPlayer_Prepare(playerHandle); in Test_AVPlayer_GetMediaKeySystemInfo() local
282 Drm_ErrCode ret3 = OH_MediaKeySystem_Create(judge_uuid(), &drmKeySystem); in Test_AVPlayer_SetDecryptionConfig() local
379 OH_AVErrCode ret3 = OH_AudioCodec_SetDecryptionConfig(handle_ptr, session_ptr, isSecureAudio); in Test_AudioCodec_SetDecryptionConfig() local
436 OH_AVErrCode ret3 = OH_VideoDecoder_SetDecryptionConfig(handle_ptr, session_ptr, isSecureAudio); in Test_VideoDecoder_SetDecryptionConfig() local
647 OH_AVErrCode ret3 = OH_AVDemuxer_Destroy(hdemuxer); TestAVDemuxer_GetMediaKeySystemInfo() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/dialog/
H A Ddialog_test_ng.cpp561 auto ret3 = focusHub->ProcessOnKeyEventInternal(keyEvent3); in HWTEST_F() local
/foundation/arkui/ace_engine/test/unittest/base/
H A Dbase_utils_test.cpp1266 std::vector<std::string> ret3 = StringExpression::ConvertDal2Rpn(formula); in HWTEST_F() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/select_overlay/
H A Dselect_overlay_test_ng.cpp2613 auto ret3 = newNode->NewMenuAvoidStrategy(AccessibilityManager::RawPtr(layoutWrapper), menuWidth, menuHeight); in HWTEST_F() local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_overlay_test/
H A Dbms_bundle_overlay_checker_test.cpp2309 bool ret3 = dataMgr->UpdateBundleInstallState(BUNDLE_NAME, InstallState::UPDATING_START); in HWTEST_F() local
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_data_mgr_test/
H A Dbms_data_mgr_test.cpp178 bool ret3 = dataMgr->UpdateBundleInstallState(BUNDLE_NAME, InstallState::UPDATING_START); in HWTEST_F() local
198 bool ret3 = dataMgr->UpdateBundleInstallState(BUNDLE_NAME, InstallState::UPDATING_START); in HWTEST_F() local
220 bool ret3 = dataMgr->UpdateBundleInstallState(BUNDLE_NAME, InstallState::UNINSTALL_START); in HWTEST_F() local
240 bool ret3 = dataMgr->UpdateBundleInstallState(BUNDLE_NAME, InstallState::UNINSTALL_START); in HWTEST_F() local
379 bool ret3 = dataMgr->UpdateBundleInstallState(BUNDLE_NAME, InstallState::INSTALL_SUCCESS); in HWTEST_F() local
399 bool ret3 = dataMgr->UpdateBundleInstallState(BUNDLE_NAME, InstallState::INSTALL_START); HWTEST_F() local
419 bool ret3 = dataMgr->UpdateBundleInstallState(BUNDLE_NAME, InstallState::INSTALL_FAIL); HWTEST_F() local
439 bool ret3 = dataMgr->UpdateBundleInstallState(BUNDLE_NAME, InstallState::UNINSTALL_SUCCESS); HWTEST_F() local
459 bool ret3 = dataMgr->UpdateBundleInstallState(BUNDLE_NAME, InstallState::UNINSTALL_FAIL); HWTEST_F() local
479 bool ret3 = dataMgr->UpdateBundleInstallState(BUNDLE_NAME, InstallState::UPDATING_FAIL); HWTEST_F() local
499 bool ret3 = dataMgr->UpdateBundleInstallState(BUNDLE_NAME, InstallState::UPDATING_SUCCESS); HWTEST_F() local
544 bool ret3 = dataMgr->GetInnerBundleInfoWithDisable(BUNDLE_NAME, info1); HWTEST_F() local
597 bool ret3 = dataMgr->UpdateBundleInstallState(BUNDLE_NAME, InstallState::UPDATING_START); HWTEST_F() local
660 bool ret3 = dataMgr->UpdateBundleInstallState(BUNDLE_NAME, InstallState::INSTALL_START); HWTEST_F() local
706 bool ret3 = dataMgr->UpdateBundleInstallState(BUNDLE_NAME, InstallState::UPDATING_START); HWTEST_F() local
755 bool ret3 = dataMgr->GenerateUidAndGid(innerBundleUserInfo); HWTEST_F() local
789 bool ret3 = dataMgr->GenerateUidAndGid(innerBundleUserInfo); HWTEST_F() local
825 bool ret3 = dataMgr->GenerateUidAndGid(innerBundleUserInfo); HWTEST_F() local
898 bool ret3 = dataMgr->QueryAbilityInfo(want, 0, USERID, abilityInfo2); HWTEST_F() local
1017 bool ret3 = dataMgr->GetApplicationInfo(APP_NAME, ApplicationFlag::GET_BASIC_APPLICATION_INFO, USERID, appInfo); HWTEST_F() local
[all...]
/foundation/multimedia/audio_framework/frameworks/native/audioutils/test/unittest/
H A Daudio_utils_unit_test.cpp111 bool ret3 = PermissionUtil::VerifySystemPermission(); in HWTEST() local
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/pixel_map_test/
H A Dpixel_map_test.cpp902 auto ret3 = pixelMap3->GetPixel32(100, 200); in HWTEST_F() local
1743 auto ret3 = pixelMap3->GetPixel32(100, 200); in HWTEST_F() local
/kernel/linux/linux-6.6/tools/testing/selftests/net/mptcp/
H A Dmptcp_sockopt.c631 ssize_t ret, ret2, ret3; in process_one_client() local
/test/xts/acts/arkui/ace_ets_xcomponent/entry/src/main/cpp/render/
H A Dplugin_render.cpp241 [[maybe_unused]] int32_t ret3; in DispatchTouchEvent() local
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch6_test.cpp498 int32_t ret3 = call.RejectCall(); in HWTEST_F() local
532 int32_t ret3 = voipCallManagerInterfacePtr->ReportCallStateChange(callId, voipCallState, voipCallType); in HWTEST_F() local
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_audio_operations_test/src/
H A Dmedialibrary_audio_operations_test.cpp1877 auto ret3 = MediaLibraryAssetOperations::GrantUriPermission(uri, bundleName, path2, isMovingPhoto); in HWTEST_F() local
/foundation/multimodalinput/input/service/window_manager/test/
H A Dinput_windows_manager_test.cpp1415 int32_t ret3 = result->pid; in HWTEST_F() local
1440 int32_t ret3 = result->pid; in HWTEST_F() local
1545 int32_t ret3 = windowHotAreas[0].y; in HWTEST_F() local
1578 int32_t ret3 = windowHotAreas[0].height; in HWTEST_F() local
1603 int32_t ret3 = windowHotAreas[0].y; in HWTEST_F() local
1636 int32_t ret3 = windowHotAreas[0].y; HWTEST_F() local
1673 int32_t ret3 = windowHotAreas[0].y; HWTEST_F() local
[all...]

Completed in 76 milliseconds

1234