/foundation/arkui/ace_engine/frameworks/core/components/web/resource/ |
H A D | web_resource.cpp | 52 bool ret = resRegister->ReleaseResource(webResource->hash_); in Release() 53 if (ret) { in Release() 59 onRelease(ret); in Release()
|
/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/resource/ |
H A D | xcomponent_resource.cpp | 50 bool ret = resRegister->ReleaseResource(hash_); in Release() 51 if (ret) { in Release() 57 onRelease(ret); in Release()
|
/foundation/arkui/ace_engine/frameworks/core/components/rich_text/resource/ |
H A D | rich_text_resource.cpp | 54 bool ret = resRegister->ReleaseResource(resource->GetHashCode()); in Release() 55 if (ret) { in Release() 59 onRelease(ret); in Release()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/ |
H A D | web_resource.cpp | 50 bool ret = resRegister->ReleaseResource(hash_); in Release() local 51 if (ret) { in Release() 57 onRelease(ret); in Release()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | bundle_mgr_mini_proxy.cpp | 53 ErrCode ret = reply.ReadInt32(); in GetNameForUid() local 54 if (ret != ERR_OK) { in GetNameForUid() 55 return ret; in GetNameForUid()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/ |
H A D | bundle_resource_callback.cpp | 193 Global::Resource::RState ret = resourcePtr->UpdateResConfig(*resConfig); // no need to process ret in SetThemeIdForThemeChanged() local 194 if (ret != Global::Resource::RState::SUCCESS) { in SetThemeIdForThemeChanged() 195 APP_LOGW("UpdateResConfig ret %{public}d, themeId %{public}d", static_cast<int32_t>(ret), themeId); in SetThemeIdForThemeChanged()
|
/foundation/communication/bluetooth/frameworks/inner/src/ |
H A D | bluetooth_switch_module.cpp | 102 int ret = action(); in ProcessBluetoothSwitchAction() local 103 if (ret != BT_NO_ERROR) { in ProcessBluetoothSwitchAction() 107 return ret; in ProcessBluetoothSwitchAction()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/free_install/ |
H A D | bms_ecological_rule_mgr_service_client.cpp | 157 int32_t ret = remote->SendRequest(QUERY_FREE_INSTALL_EXPERIENCE_CMD, data, reply, option); in QueryFreeInstallExperience() local 158 if (ret != ERR_NONE) { in QueryFreeInstallExperience() 159 LOG_E(BMS_TAG_DEFAULT, "SendRequest error, ret = %{public}d", ret); in QueryFreeInstallExperience()
|
/foundation/graphic/graphic_3d/lume/metaobject/src/ |
H A D | content_object.cpp | 48 bool ret = Super::Build(data); variable 49 if (ret) { 53 return ret;
|
H A D | container_observer.cpp | 95 bool ret = Super::Build(p); in Build() local 96 if (ret) { in Build() 101 return ret; in Build()
|
/foundation/graphic/graphic_surface/buffer_handle/src/ |
H A D | buffer_handle.cpp | 46 errno_t ret = memset_s(handle, handleSize, 0, handleSize); in AllocateBufferHandle() local 47 if (ret != 0) { in AllocateBufferHandle() 48 UTILS_LOGE("memset_s error, ret is %{public}d", ret); in AllocateBufferHandle()
|
/foundation/multimedia/av_codec/test/nativedemo/avmuxer/ |
H A D | avmuxer_demo.cpp | 39 int ret; in DoAddTrack() local 40 if ((ret = avmuxer_->AddTrack(trackIndex, trackDesc)) != AVCS_ERR_OK) { in DoAddTrack() 41 std::cout<<"AVMuxerDemo::DoAddTrack failed! ret:"<<ret<<std::endl; in DoAddTrack()
|
H A D | avmuxer_engine_demo.cpp | 38 Status ret; in DoAddTrack() local 39 if ((ret = avmuxer_->AddTrack(trackIndex, trackDesc)) != Status::OK) { in DoAddTrack() 40 std::cout<<"AVMuxerEngineDemo::DoAddTrack failed! ret:"<<static_cast<int32_t>(ret)<<std::endl; in DoAddTrack()
|
/foundation/multimedia/camera_framework/services/deferred_processing_service/src/base/task_manager/ |
H A D | thread_pool.cpp | 121 int ret = pthread_getschedparam(workerInfo.thread.native_handle(), &policy, &sch); in PrintThreadInfo() local 122 if (ret == 0) { in PrintThreadInfo() 126 DP_DEBUG_LOG("thread (%s) pthread_getschedparam failed, ret = %{public}d.", workerInfo.name.c_str(), ret); in PrintThreadInfo()
|
/foundation/multimedia/av_session/services/session/server/ |
H A D | hw_cast_provider_session.cpp | 58 int32_t ret = castSession_->AddDevice(castRemoteDevice);
in AddDevice() local 59 SLOGI("AddDevice in HwCastProviderSession with ret %{public}d", static_cast<int32_t>(ret));
in AddDevice() 60 return (ret == 0) ? true : false;
in AddDevice()
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_tool/src/command/ |
H A D | recv_command_v10.cpp | 72 auto ret = MediaFileUtils::CopyFile(rfd, wfd); in RecvFile() local 73 if (!ret) { in RecvFile() 80 return ret ? Media::E_OK : Media::E_ERR; in RecvFile()
|
/foundation/multimedia/media_lite/frameworks/player_lite/passthrough/liteplayer/ |
H A D | player.cpp | 40 int32_t ret; in SetSource() local 45 ret = player_->SetSource(source); in SetSource() 47 return ret; in SetSource()
|
/foundation/multimedia/media_lite/frameworks/player_lite/binder/ |
H A D | player.cpp | 51 int32_t ret; in SetSource() local 53 ret = player_->SetSource(source); in SetSource() 55 return ret; in SetSource()
|
/foundation/multimodalinput/input/service/delegate_task/src/ |
H A D | delegate_tasks.cpp | 39 int32_t ret = fun_(); in ProcessTask() local 41 MMI_HILOGD("Process taskType:%{public}s, taskId:%{public}d, ret:%{public}d", taskType.c_str(), id_, ret); in ProcessTask() 43 promise_->set_value(ret); in ProcessTask()
|
/foundation/resourceschedule/frame_aware_sched/interfaces/innerkits/frameintf/ |
H A D | frame_ui_intf.cpp | 40 int ret = FrameMsgMgr::GetInstance().Init(); in Init() local 41 if (!ret) { in Init() 46 RME_LOGI("[Init]:ret:%{public}d, inited:%{public}d", ret, inited); in Init()
|
/foundation/resourceschedule/ffrt/src/sync/ |
H A D | io_poller.cpp | 38 int ret = pthread_setschedparam(pthread_self(), SCHED_RR, ¶m); variable 39 if (ret != 0) { 40 FFRT_LOGW("[%d] set priority warn ret[%d] eno[%d]\n", pthread_self(), ret, errno);
|
/foundation/resourceschedule/resource_schedule_service/ressched_executor/interfaces/innerkits/ressched_executor_client/src/ |
H A D | res_sched_exe_service_proxy.cpp | 46 int32_t ret = response.ReadInt32(); in SendRequestSync() local 47 if (ret == ResErrCode::RSSEXE_NO_ERR) { in SendRequestSync() 50 return ret; in SendRequestSync()
|
/foundation/resourceschedule/soc_perf/interfaces/inner_api/socperf_client/src/ |
H A D | socperf_proxy.cpp | 167 std::string ret; in RequestCmdIdCount() local 168 if (!reply.ReadString(ret)) { in RequestCmdIdCount() 169 SOC_PERF_LOGE("read RequestCmdIdCount ret failed"); in RequestCmdIdCount() 172 return ret; in RequestCmdIdCount()
|
/foundation/communication/dsoftbus/core/transmission/trans_channel/auth/src/ |
H A D | trans_auth_message.c | 33 int32_t ret = GenerateRandomStr((char *)(appInfo->reqId), REQ_ID_SIZE_MAX); in TransAuthChannelMsgPack() local 34 if (ret != SOFTBUS_OK) { in TransAuthChannelMsgPack() 36 return ret; in TransAuthChannelMsgPack()
|
/foundation/communication/ipc/ipc/test/rpc/samgr/ |
H A D | rpc_samgr.c | 105 int32_t ret = MakeRemoteBinder(name, nameLen, deviceId, idLen, (uintptr_t)saId, 0, (void *)sid); in GetRemoteSystemAbility() local 106 if (ret != ERR_NONE) { in GetRemoteSystemAbility() 111 return ret; in GetRemoteSystemAbility()
|