Home
last modified time | relevance | path

Searched defs:retBool (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/base/powermgr/display_manager/brightness_manager/test/unittest/src/
H A Dbrightness_manager_ext_test.cpp44 bool retBool = g_BrightnessManagerExt.AutoAdjustBrightness(true); variable
113 bool retBool = g_BrightnessManagerExt.AutoAdjustBrightness(true); variable
164 bool retBool = g_BrightnessManagerExt.BoostBrightness(0, 0); variable
/ohos5.0/drivers/interface/display/composer/v1_0/display_command/
H A Ddisplay_cmd_requester.h130 bool retBool = false; in SetDisplayClientBuffer() local
170 bool retBool = false; in SetDisplayClientDamage() local
244 bool retBool = false; in SetLayerAlpha() local
354 bool retBool = false; in SetLayerZorder() local
386 bool retBool = false; in SetLayerPreMulti() local
419 bool retBool = false; in SetLayerTransformMode() local
451 bool retBool = false; in SetLayerDirtyRegion() local
491 bool retBool = false; in SetLayerVisibleRegion() local
532 bool retBool = false; in SetLayerBuffer() local
586 bool retBool = false; in SetLayerCompositionType() local
[all …]
H A Ddisplay_cmd_responser.h180 bool retBool = unpacker.PackBegin(unpackCmd); in CmdRequest() local
231 bool retBool = replyPacker_.Init(reply_->GetSize() << CmdUtils::MOVE_SIZE); in InitReply() local
443 bool retBool = true; in OnSetDisplayClientDamage() local
539 bool retBool = true; in OnSetLayerAlpha() local
/ohos5.0/drivers/interface/display/composer/v1_2/display_command/
H A Ddisplay_cmd_requester.h106 int32_t retBool = replyUnpacker.ReadUint32(devId); in OnReplySkipStateFailed() local
145 int32_t retBool = replyUnpacker.ReadInt32(skipState); in OnReplyCommitAndGetReleaseFence() local
184 bool retBool = replyUnpacker.BeginSection(unpackCmd); in ProcessUnpackCmd() local
221 bool retBool = replyUnpacker.PackBegin(unpackCmd); in DoReplyResults() local
245 bool retBool = false; in SetDisplayConstraint() local
H A Ddisplay_cmd_responser.h254 bool retBool = unpacker.PackBegin(unpackCmd); in CmdRequest() local
/ohos5.0/drivers/interface/display/composer/cache_manager/
H A Dbuffer_cache_utils.h59 auto retBool = cacheMgr->InsertCache(seqNo, nativeBuffer); in NativeBufferCache() local
/ohos5.0/base/telephony/sms_mms/test/gtest/
H A Dzero_branch_mms_test.cpp1142 bool retBool; variable
1291 bool retBool; variable
1331 bool retBool; variable
H A Dmms_gtest.cpp517 bool retBool; variable
565 bool retBool; variable
655 bool retBool; variable
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/faultloggerd_client/
H A Dfaultloggerd_client_test.cpp315 bool retBool = StartConnect(clientSocketFd, socketFileName.c_str(), 10); in DoClientProcess() local
/ohos5.0/foundation/multimedia/audio_framework/frameworks/js/napi/asrcontroller/
H A Dnapi_asr_processing_controller.cpp390 int32_t retBool = NapiParamUtils::GetValueBoolean(env, on, argv[PARAM1]); in SetAsrVoiceControlMode() local
423 int32_t retBool = NapiParamUtils::GetValueBoolean(env, on, argv[PARAM1]); in SetAsrVoiceMuteMode() local
/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_value_bucket_test.cpp248 bool retBool = ValueObject(valueBool); variable
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/
H A Dbms_bundle_manager_test.cpp2366 bool retBool = hostImpl->GetApplicationInfo("", flags, USERID, appInfo); variable
2400 bool retBool = hostImpl->GetBundleInfo("", flags, bundleInfo, USERID); variable
2458 bool retBool = hostImpl->GetBundleGids("", gids); variable
2502 bool retBool = hostImpl->QueryAbilityInfo(want, flags, USERID, abilityInfo); variable
2564 bool retBool = hostImpl->QueryKeepAliveBundleInfos(bundleInfos); variable
2595 bool retBool = hostImpl->UnregisterBundleStatusCallback(); variable
2640 bool retBool = hostImpl->GetAllFormsInfo(formInfos); variable
2671 bool retBool = hostImpl->QueryExtensionAbilityInfos(want, flags, USERID, extensionInfos); variable
2739 bool retBool = hostImpl->ImplicitQueryInfoByPriority( variable
2816 bool retBool = hostImpl->GetFormsInfoByModule( variable
[all …]
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/cj/ffi/src/
H A Dappevent_watcher_impl.cpp252 bool* retBool = static_cast<bool*>(malloc(sizeof(bool) * retValue.size)); in CreatElmBool() local
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/src/dcamera_host/
H A Ddcamera_host.cpp118 bool retBool = OHOS::Camera::MetadataUtils::ConvertMetadataToVec(ability, cameraAbility); in GetCameraAbility() local
/ohos5.0/foundation/distributeddatamgr/preferences/test/native/unittest/
H A Dpreferences_test.cpp1029 bool retBool = PreferencesValue(valueBool); variable
/ohos5.0/foundation/multimedia/av_session/services/session/server/test/
H A Davsession_proxy_test.cpp881 bool retBool = false; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_data_mgr_test.cpp3256 bool retBool = bundleMgrHostImpl_->UnregisterBundleStatusCallback(); variable
3268 bool retBool = bundleMgrHostImpl_->GetAbilityInfo( variable
3364 …std::string retBool = bundleMgrHostImpl_->GetStringById(BUNDLE_NAME_TEST, MODULE_NAME_TEST, resId,… variable
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_proxy_test/
H A Dans_manager_proxy_unit_test.cpp72 int32_t error, bool setError, bool retBool, bool setRetBool) in SendRequestReplace()