/foundation/multimedia/audio_framework/test/fuzztest/audiopolicyservicemore_fuzzer/ |
H A D | audio_policy_service_more_fuzzer.cpp | 284 sessionInfo.rate = RATE; in AudioPolicyServiceTest()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/ |
H A D | rs_node.h | 303 void SetDynamicLightUpRate(const float rate);
|
/foundation/window/window_manager/previewer/include/ |
H A D | window.h | 213 virtual void FlushFrameRate(uint32_t rate, int32_t animatorExpectedFrameRate, uint32_t rateType) {} in FlushFrameRate() argument
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_common_modifier.cpp | 3496 void SetBackgroundBrightness(ArkUINodeHandle node, ArkUI_Float32 rate, ArkUI_Float32 lightUpDegree) in SetBackgroundBrightness() argument 3500 ViewAbstract::SetDynamicLightUp(frameNode, rate, lightUpDegree); in SetBackgroundBrightness() 3507 double rate = 0.0; in ResetBackgroundBrightness() local 3509 ViewAbstract::SetDynamicLightUp(frameNode, rate, lightUpDegree); in ResetBackgroundBrightness() 3512 void SetBackgroundBrightnessInternal(ArkUINodeHandle node, ArkUI_Float32 rate, ArkUI_Float32 lightUpDegree, in SetBackgroundBrightnessInternal() argument 3522 BrightnessOption brightnessOption = { rate, lightUpDegree, cubicCoeff, quadCoeff, in SetBackgroundBrightnessInternal() 3532 float rate = 1.0f; in ResetBackgroundBrightnessInternal() local 3540 BrightnessOption brightnessOption = { rate, lightUpDegree, cubicCoeff, quadCoeff, in ResetBackgroundBrightnessInternal() 3545 void SetForegroundBrightness(ArkUINodeHandle node, ArkUI_Float32 rate, ArkUI_Float32 lightUpDegree, in SetForegroundBrightness() argument 3555 BrightnessOption brightnessOption = { rate, lightUpDegre in SetForegroundBrightness() 3565 float rate = 1.0f; ResetForegroundBrightness() local [all...] |
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/ |
H A D | rs_render_service_connection_proxy.cpp | 828 void RSRenderServiceConnectionProxy::SetScreenRefreshRate(ScreenId id, int32_t sceneId, int32_t rate) in SetScreenRefreshRate() argument 845 if (!data.WriteInt32(rate)) { in SetScreenRefreshRate() 951 uint32_t rate = reply.ReadUint32(); in GetScreenCurrentRefreshRate() local 952 return rate; in GetScreenCurrentRefreshRate()
|
/foundation/multimodalinput/input/service/connect_manager/src/ |
H A D | multimodal_input_connect_proxy.cpp | 936 int32_t MultimodalInputConnectProxy::SetKeyboardRepeatRate(int32_t rate) in SetKeyboardRepeatRate() argument 944 WRITEINT32(data, rate, ERR_INVALID_VALUE); in SetKeyboardRepeatRate() 979 int32_t MultimodalInputConnectProxy::GetKeyboardRepeatRate(int32_t &rate) in GetKeyboardRepeatRate() argument 997 READINT32(reply, rate, IPC_PROXY_DEAD_OBJECT_ERR); in GetKeyboardRepeatRate()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | view_abstract_model.h | 234 virtual void SetDynamicLightUp(float rate, float lightUpDegree) = 0;
|
H A D | view_abstract_model_ng.h | 802 void SetDynamicLightUp(float rate, float lightUpDegree) override 804 ViewAbstract::SetDynamicLightUp(rate, lightUpDegree);
|
H A D | view_abstract.cpp | 2016 void ViewAbstract::SetDynamicLightUp(float rate, float lightUpDegree) in SetDynamicLightUp() argument 2021 ACE_UPDATE_RENDER_CONTEXT(DynamicLightUpRate, rate); in SetDynamicLightUp() 3571 void ViewAbstract::SetDynamicLightUp(FrameNode* frameNode, float rate, float lightUpDegree) in SetDynamicLightUp() argument 3573 ACE_UPDATE_NODE_RENDER_CONTEXT(DynamicLightUpRate, rate, frameNode); in SetDynamicLightUp()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
H A D | render_context.h | 809 virtual void OnDynamicLightUpRateUpdate(const float rate) {} in OnDynamicLightUpRateUpdate() argument
|
/foundation/multimedia/audio_framework/services/audio_service/server/src/ |
H A D | pa_adapter_manager.cpp | 794 paSampleSpec.rate = processConfig.streamInfo.samplingRate; in ConvertToPAAudioParams()
|
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/config/ |
H A D | audio_policy_parser.cpp | 180 audioModuleInfo.rate = std::to_string((*pipeInfo.streamPropInfos_.begin()).sampleRate_); in GetCommontAudioModuleInfo()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/ |
H A D | rs_properties.h | 253 void SetDynamicLightUpRate(const std::optional<float>& rate);
|
/foundation/multimedia/audio_framework/interfaces/inner_api/native/audiocommon/include/ |
H A D | audio_info.h | 1029 uint32_t rate; member
|
/foundation/communication/ipc/dl_deps/ |
H A D | dsoftbus_interface.h | 1198 uint32_t rate; /**< Rate of the file transmission */ member
|
/foundation/window/window_manager/wm/include/ |
H A D | window_session_impl.h | 136 void FlushFrameRate(uint32_t rate, int32_t animatorExpectedFrameRate, uint32_t rateType = 0) override;
|
/foundation/arkui/ace_engine/frameworks/core/components/box/ |
H A D | render_box.cpp | 1278 void RenderBox::SetSaturate(double rate) in SetSaturate() argument 1284 if (!NearEqual(saturate, rate)) { in SetSaturate()
|
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/manager/ |
H A D | audio_adapter_manager.cpp | 956 if (!audioModuleInfo.rate.empty()) { in UpdateCommonArgs() 957 args = "rate="; in UpdateCommonArgs() 958 args.append(audioModuleInfo.rate); in UpdateCommonArgs()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/property/ |
H A D | rs_property_drawable_bounds_geometry_test.cpp | 1013 std::optional<float> rate = std::optional<float>(1.f); in HWTEST_F() local 1014 properties.SetDynamicLightUpRate(rate); in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/transaction/ |
H A D | rs_render_service_connection_stub.cpp | 617 int32_t rate = data.ReadInt32(); in OnRemoteRequest() local 618 SetScreenRefreshRate(id, sceneId, rate); in OnRemoteRequest()
|
/foundation/multimedia/player_framework/frameworks/js/soundpool/src/ |
H A D | soundpool_napi.cpp | 748 CommonNapi::GetPropertyInt32(env, argv[PARAM1], "rate", asyncCtx->playParameters_.rate); in ParserPlayOptionFromJs() 767 MEDIA_LOGI("playParameters_ loop:%{public}d, rate:%{public}d, leftVolume:%{public}f, rightvolume:%{public}f," in ParserPlayOptionFromJs() 769 asyncCtx->playParameters_.rate, asyncCtx->playParameters_.leftVolume, in ParserPlayOptionFromJs()
|
/foundation/multimodalinput/input/frameworks/napi/input_device/src/ |
H A D | js_event_target.cpp | 1094 void JsEventTarget::EmitJsKeyboardRepeatRate(sptr<JsUtil::CallbackInfo> cb, int32_t rate) in EmitJsKeyboardRepeatRate() argument 1099 cb->data.keyboardRepeatRate = rate; in EmitJsKeyboardRepeatRate()
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/ |
H A D | nstackx_dfile_transfer.c | 1029 const double rate = 1.0 * allFileSize / DFILE_MEGABYTES * MSEC_TICKS_PER_SEC / spendTime; in CalculateRecvRate() local 1030 DFILE_LOGI(TAG, "Trans#%u Receive time %u ms rate is %.2f MB/s", dFileTrans->transId, spendTime, rate); in CalculateRecvRate()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_common_bridge.cpp | 1283 ArkUI_Float32& rate, ArkUI_Float32& lightUpDegree, ArkUI_Float32& cubicCoeff, ArkUI_Float32& quadCoeff, in ParseDynamicBrightnessOption() 1295 rate = rateArg->ToNumber(vm)->Value(); in ParseDynamicBrightnessOption() 5008 double rate = 0.0; in SetBackgroundBrightness() local 5010 if (!ArkTSUtils::ParseJsDouble(vm, ratedArg, rate)) { in SetBackgroundBrightness() 5016 GetArkUINodeModifiers()->getCommonModifier()->setBackgroundBrightness(nativeNode, rate, lightUpDegree); in SetBackgroundBrightness() 5036 ArkUI_Float32 rate = 1.0f; in SetBackgroundBrightnessInternal() local 5044 ParseDynamicBrightnessOption(runtimeCallInfo, vm, rate, lightUpDegree, in SetBackgroundBrightnessInternal() 5047 nativeNode, rate, lightUpDegree, cubicCoeff, quadCoeff, saturation, in SetBackgroundBrightnessInternal() 5068 ArkUI_Float32 rate = 1.0f; in SetForegroundBrightness() local 5076 ParseDynamicBrightnessOption(runtimeCallInfo, vm, rate, lightUpDegre in SetForegroundBrightness() 1282 ParseDynamicBrightnessOption(ArkUIRuntimeCallInfo* runtimeCallInfo, EcmaVM* vm, ArkUI_Float32& rate, ArkUI_Float32& lightUpDegree, ArkUI_Float32& cubicCoeff, ArkUI_Float32& quadCoeff, ArkUI_Float32& saturation, std::vector<float>& posRGB, std::vector<float>& negRGB, ArkUI_Float32& fraction) ParseDynamicBrightnessOption() argument [all...] |
/foundation/multimedia/audio_framework/services/audio_service/test/unittest/renderer_in_server_unit_test/src/ |
H A D | renderer_in_server_unit_test.cpp | 2000 int32_t rate = TEST_RATE; in HWTEST_F() local 2001 int32_t ret = rendererInServer->SetRate(rate); in HWTEST_F()
|