/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/ |
H A D | ability_thread_dataability_test.cpp | 171 std::string ret = types.back(); in HWTEST_F() local 172 EXPECT_EQ(ret, mimeTypeFilter); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components/form/ |
H A D | sub_container.cpp | 461 bool ret = ashmem.MapReadOnlyAshmem(); in GetImageDataFromAshmem() local 464 if (!ret) { in GetImageDataFromAshmem()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_sceneview.cpp | 195 auto ret = Render3D::SceneBridge::UnwrapSceneFromJs(env, napiValue); in UnwrapScene() local 197 return ret; in UnwrapScene()
|
/foundation/arkui/ace_engine/test/unittest/base/ |
H A D | matrix3_test.cpp | 410 bool ret = matrix3NObj1.SetEntry(10, 2, 5.0f); in HWTEST_F() local 411 EXPECT_FALSE(ret); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | rosen_media_player.cpp | 517 auto ret = mediaPlayer_->Release(); in Release() local 519 return ret; in Release()
|
/foundation/arkui/ace_engine/interfaces/napi/kits/display_sync/ |
H A D | js_display_sync.cpp | 256 napi_value ret = nullptr; in RegisterOnFrameCallback() 268 napi_call_function(env, nullptr, onframe, CALLBACK_OJECT_NUM, args, &ret); in RegisterOnFrameCallback()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/ |
H A D | svg_dom.cpp | 106 bool ret = svgDom->ParseSvg(svgStream); in CreateSvgDom() local 107 if (ret) { in CreateSvgDom()
|
/foundation/arkui/ace_engine/interfaces/napi/kits/component_snapshot/ |
H A D | js_component_snapshot.cpp | 82 napi_value ret = nullptr; in OnComplete() 85 napi_call_function(ctx->env, nullptr, napiCallback, 2, result, &ret); in OnComplete()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
H A D | extension_form_profile.cpp | 490 int32_t ret = g_parseResult; in TransformTo() local 493 return ret; in TransformTo()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bms_extension/ |
H A D | bms_extension_client.cpp | 270 ErrCode ret = bmsExtensionImpl_->GetBundleInfo(bundleName, flags, userId, bundleInfo, isNewVersion); in BatchGetBundleInfo() local 271 if (ret != ERR_OK) { in BatchGetBundleInfo()
|
/foundation/barrierfree/accessibility/services/aams/test/unittest/ |
H A D | accessibility_circle_drawing_manager_test.cpp | 281 bool ret = accountData->GetAbilityAutoStartState(abilityId); in HWTEST_F() local 282 EXPECT_EQ(false, ret); in HWTEST_F()
|
/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_analog_clock.cpp | 52 RetCode ret = CacheManager::GetInstance().Open(img.GetPath(), *style_, entry); in SetHandImage() local 53 if (ret != RetCode::OK) { in SetHandImage()
|
H A D | ui_slider.cpp | 333 bool ret = UIView::OnClickEvent(event); in OnClickEvent() local 335 return ret; in OnClickEvent()
|
/foundation/communication/bluetooth/frameworks/inner/ipc/src/ |
H A D | bluetooth_hfp_ag_proxy.cpp | 373 int ret = reply.ReadInt32(); in IsInbandRingingEnabled() local 375 return ret; in IsInbandRingingEnabled()
|
H A D | bluetooth_gatt_client_proxy.cpp | 294 int ret = reply.ReadInt32(); in GetServices() local 307 return ret; in GetServices()
|
/foundation/communication/bluetooth/frameworks/js/napi/src/ble/ |
H A D | napi_bluetooth_ble_central_manager_callback.cpp | 268 int ret = uv_queue_work( in OnBleBatchScanResultsEvent() local 270 if (ret != 0) { in OnBleBatchScanResultsEvent()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/common/ |
H A D | power_device.cpp | 310 bool ret = utility::Timer::Start(ms, isPeriodic); in Start() local 314 return ret; in Start()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/verify/ |
H A D | verify_manager_host_impl.cpp | 178 ErrCode ret = InnerVerify(bundleName, abcPaths); in Verify() local 180 return ret; in Verify()
|
/foundation/graphic/graphic_surface/surface/test/unittest/ |
H A D | metadata_helper_test.cpp | 46 auto ret = buffer_->Alloc(requestConfig); in SetUpTestCase() local 47 ASSERT_EQ(ret, GSERROR_OK); in SetUpTestCase()
|
/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/test/unittest/multiple_capturer_test/src/ |
H A D | multiple_audio_capturer_unit_test.cpp | 50 int32_t ret = audioCapturer->SetCapturerCallback(cb); in AudioCapUnitTestFunc() local 51 EXPECT_EQ(SUCCESS, ret); in AudioCapUnitTestFunc()
|
/foundation/multimedia/av_codec/services/media_engine/filters/ |
H A D | surface_encoder_filter.cpp | 167 Status ret = mediaCodec_->Init(codecMimeType_, true);
in Init() local 168 if (ret == Status::OK) {
in Init()
|
H A D | metadata_filter.cpp | 330 GSError ret = inputSurface_->AcquireBuffer(buffer, fence, timestamp, damage); in OnBufferAvailable() local 331 FALSE_RETURN(ret == GSERROR_OK && buffer != nullptr); in OnBufferAvailable()
|
/foundation/multimedia/audio_framework/frameworks/native/ohaudio/ |
H A D | OHAudioCapturer.cpp | 185 bool ret = audioCapturer->GetAudioTime(stamp, base); in OH_AudioCapturer_GetTimestamp() local 186 if (!ret) { in OH_AudioCapturer_GetTimestamp()
|
/foundation/multimedia/audio_framework/frameworks/native/toneplayer/src/ |
H A D | toneplayer_impl.cpp | 428 int32_t ret = audioRenderer_->GetBufferSize(targetSize); in InitAudioRenderer() local 435 if (ret == 0 && targetSize != 0) { in InitAudioRenderer()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/parallel_render/ |
H A D | rs_sub_thread.cpp | 64 auto ret = OHOS::QOS::SetThreadQos(OHOS::QOS::QosLevel::QOS_USER_INTERACTIVE); in Start() 65 RS_LOGI("RSSubThread%{public}d: SetThreadQos retcode = %{public}d", threadIndex_, ret); in Start()
|