Home
last modified time | relevance | path

Searched defs:bRet (Results 1 – 25 of 50) sorted by relevance

12

/ohos5.0/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_manager_test/
H A Dnet_supplier_info_test.cpp50 bool bRet = NetSupplierInfo::Marshalling(data, info); variable
66 bool bRet = info->Marshalling(data); variable
81 bool bRet = info.Marshalling(data); variable
95 bool bRet = NetSupplierInfo::Marshalling(data, info); variable
H A Dnet_specifier_test.cpp144 bool bRet = specifier->Marshalling(dataParcel); variable
158 bool bRet = NetSpecifier::Marshalling(dataParcel, specifier); variable
172 bool bRet = specifier.Marshalling(dataParcel, object); variable
186 bool bRet = NetSpecifier::Marshalling(dataParcel, specifier); variable
199 bool bRet = NetSpecifier::Marshalling(dataParcel, specifier); variable
H A Dnet_link_info_test.cpp93 bool bRet = NetLinkInfo::Marshalling(data, netLinkInfo); variable
192 bool bRet = netLinkInfo->Marshalling(data); variable
H A Droute_test.cpp64 bool bRet = Route::Marshalling(data, route); variable
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/utils/test/
H A Dfile_utils_test.cpp85 bool bRet = StorageTest::StorageTestUtils::MkDir(PATH_CHMOD, mode); variable
114 bool bRet = StorageTest::StorageTestUtils::MkDir(PATH_CHOWN, mode); variable
176 bool bRet = StorageTest::StorageTestUtils::MkDir(PATH_RMDIR, mode); variable
226 bool bRet = PrepareDir(PATH_MKDIR, mode, uid, gid); variable
252 bool bRet = PrepareDir(PATH_MKDIR, mode, uid, gid); variable
/ohos5.0/base/security/code_signature/test/unittest/
H A Dlocal_code_sign_utils_test.cpp59 bool bRet = OHOS::PathToRealPath(DEMO_AN_PATH2, realPath); variable
81 bool bRet = OHOS::PathToRealPath(DEMO_AN_PATH2, realPath); variable
102 … bool bRet = FsverityUtilsHelper::GetInstance().GenerateFormattedDigest(realPath.c_str(), digest); variable
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/ipc/test/
H A Dstorage_manager_stub_test.cpp67 bool bRet = data.WriteInterfaceToken(u"error descriptor"); variable
93 bool bRet = data.WriteInterfaceToken(StorageManagerProxy::GetDescriptor()); variable
H A Dstorage_manager_stub_noper_test.cpp108 bool bRet = data.WriteInterfaceToken(StorageManagerProxy::GetDescriptor()); variable
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/av_receiver/test/unittest/av_receiver_engine_provider/src/
H A Dav_receiver_engine_provider_test.cpp68 bool bRet = (receiverEngineList.empty()) ? false : true; variable
81 bool bRet = (receiverEngineList.empty()) ? false : true; variable
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/av_sender/test/unittest/av_sender_engine_provider/src/
H A Dav_sender_engine_provider_test.cpp68 bool bRet = (senderEngineList.empty()) ? false : true; variable
81 bool bRet = (senderEngineList.empty()) ? false : true; variable
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dimage_format_convert_ext_utils.cpp229 auto bRet = CalcRGBStride(destParam.format, destParam.width, dstStride); in YuvToRGBParam() local
289 auto bRet = YuvToI420(srcParam, i420Info); variable
440 auto bRet = RGBToI420(srcParam, i420Info); in RGBToI420ToI010ToP010() local
563 auto bRet = RGB10ToI420ToYuv(srcParam, midParam, i420Info, destParam); in RGB10ToRGBToI420ToYuv() local
609 auto bRet = YuvToI420(srcParam, i420Info); variable
712 auto bRet = YuvToI420(srcParam, i420Info); variable
846 auto bRet = P010ToI010(srcParam, i010Info); variable
885 auto bRet = CalcRGBStride(destParam.format, destParam.width, dstStride); in YuvP010ToRGBParam() local
941 auto bRet = P010ToI010(srcParam, i010Info); variable
1007 auto bRet = P010ToI010(srcParam, i010Info); variable
[all …]
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/user/test/
H A Duser_manager_test.cpp124 auto bRet = StorageTest::StorageTestUtils::CreateFile(filePath); variable
151 auto bRet = StorageTest::StorageTestUtils::CreateFile(filePath); variable
/ohos5.0/base/update/updater/test/unittest/service_test/
H A Dupdater_service_unittest.cpp122 bool bRet = WriteUpdaterMessage(commandFile, boot); variable
165 bool bRet = WriteUpdaterMessage(commandFile, boot); variable
193 bool bRet = WriteUpdaterMessage(commandFile, boot); variable
/ohos5.0/foundation/communication/netmanager_ext/frameworks/js/napi/mdns/src/contexts/
H A Dmdns_resolvelocalservice_context.cpp55 bool bRet = false; in CheckParamsType() local
H A Dmdns_removelocalservice_context.cpp58 bool bRet = false; in CheckParamsType() local
H A Dmdns_addlocalservice_context.cpp74 bool bRet = false; in CheckParamsType() local
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/ipc/test/
H A Dstorage_daemon_stub_test.cpp92 bool bRet = data.WriteInterfaceToken(u"error descriptor"); variable
118 bool bRet = data.WriteInterfaceToken(StorageDaemonProxy::GetDescriptor()); variable
175 bool bRet = data.WriteInterfaceToken(StorageDaemonProxy::GetDescriptor()); variable
197 bool bRet = data.WriteInterfaceToken(StorageDaemonProxy::GetDescriptor()); variable
226 bool bRet = data.WriteInterfaceToken(StorageDaemonProxy::GetDescriptor()); variable
254 bool bRet = data.WriteInterfaceToken(StorageDaemonProxy::GetDescriptor()); variable
/ohos5.0/base/update/updater/test/fuzztest/updatermain_fuzzer/
H A Dupdatermain_fuzzer.cpp91 bool bRet = WriteUpdaterMessage(commandFile, boot); in MianUpdaterFuzzTest() local
133 bool bRet = WriteUpdaterMessage(commandFile, boot); in SdCardUpdateFuzzTest() local
/ohos5.0/base/theme/screenlock_mgr/frameworks/js/napi/src/
H A Dscreenlock_callback.cpp117 bool bRet = UvQueue::Call(eventListener_.env, screenlockOnCallBack, UvWorkOnCallBack); in OnCallBack() local
/ohos5.0/drivers/peripheral/camera/interfaces/hdi_ipc/utils/src/
H A Dutils_data_stub.cpp63 bool bRet = true; in ConvertMetadataToVec() local
99 bool bRet = true; in EncodeCameraMetadata() local
267 bool bRet = true; in EncodeStreamInfo() local
/ohos5.0/base/update/updater/test/unittest/updater_main_test/
H A Dupdater_main_unittest.cpp83 bool bRet = WriteUpdaterMessage(commandFile, boot); variable
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_timer_mgr.cpp936 bool bRet = MiscServices::TimeServiceClient::GetInstance()->StartTimer(updateAtTimerId_, in UpdateAtTimerAlarm() local
1031 bool bRet = MiscServices::TimeServiceClient::GetInstance()->StartTimer(limiterTimerId_, in UpdateLimiterAlarm() local
1138 bool bRet = MiscServices::TimeServiceClient::GetInstance()->StartTimer(dynamicAlarmTimerId_, in UpdateDynamicAlarm() local
1269 bool bRet = MiscServices::TimeServiceClient::GetInstance()->StartTimer(intervalTimerId_, in EnsureInitIntervalTimer() local
1298 bool bRet = MiscServices::TimeServiceClient::GetInstance()->StartTimer(limiterTimerReportId_, in FormRefreshCountReport() local
/ohos5.0/base/security/certificate_framework/test/unittest/cf_adapter_test/src/
H A Dcf_adapter_extension_test.cpp1206 bool bRet = false; variable
1226 bool bRet = false; variable
1258 bool bRet = false; variable
1285 bool bRet = false; variable
/ohos5.0/base/security/code_signature/services/local_code_sign/src/
H A Dlocal_sign_key.cpp101 bool bRet = paramSet.Init(ECC_EXIST_PRARAM, sizeof(ECC_EXIST_PRARAM) / sizeof(HksParam)); in InitKey() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_base_testone_ng.cpp1206 …bool bRet = richEditorPattern->paragraphs_.IsSelectLineHeadAndUseLeadingMargin(paragraphItem.start… variable
1244 bool bRet = richEditorPattern->paragraphs_.IsSelectLineHeadAndUseLeadingMargin(start); variable
1281 … bool bRet = richEditorPattern->paragraphs_.IsSelectLineHeadAndUseLeadingMargin(paragraphRect.end); variable

12