Home
last modified time | relevance | path

Searched defs:updateParam (Results 1 – 4 of 4) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/src/lib/v2/
Dv2_decorated_variables.ts53 public static updateParam<Z>(target: object, attrName: string, newValue: Z): void { method in VariableUtilV3
Dv2_view.ts219 protected updateParam<Z>(paramVariableName: string, newValue: Z): void { method in ViewV2
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbccodecctrl/src/
Da2dp_encoder_sbc.cpp281 void A2dpSbcEncoder::updateParam(void) in updateParam() function in OHOS::bluetooth::A2dpSbcEncoder
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
DstateMgmt.js8494 static updateParam(target, attrName, newValue) { method in VariableUtilV3
9204 updateParam(paramVariableName, newValue) { method in ViewV2