Home
last modified time | relevance | path

Searched +defs:val +defs:command (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_engine.cpp316 JsCommandDomElementOperator& command) in SetDomAttributesWithArray()
346 const shared_ptr<JsValue>& value, JsCommandDomElementOperator& command) in SetDomAttributesWithObject()
680 shared_ptr<JsValue> val = paramObj->GetProperty(runtime, key); in SetScreenOnVisible() local
1115 shared_ptr<JsValue> val = arg->GetProperty(runtime, key); in GetParams() local
2000 auto command = Referenced::MakeRefPtr<JsCommandUpdateDomElementAttrs>(nodeId); in JsUpdateElementAttrs() local
2034 auto command = Referenced::MakeRefPtr<JsCommandUpdateDomElementStyles>(nodeId); in JsUpdateElementStyles() local
2247 std::string val = iter->second; in AppClearData() local
2286 std::string val = iter->second; in AppSetData() local
2374 auto command = Referenced::MakeRefPtr<JsCommandUpdateDomElementAttrs>(nodeId); in JsSetAttribute() local
2402 auto command = Referenced::MakeRefPtr<JsCommandUpdateDomElementStyles>(nodeId); in JsSetStyle() local
[all …]
H A Djsi_canvas_bridge.cpp122 auto val = StringUtils::StringToDouble(prop); in GetJsDashValue() local
178 auto command = Referenced::MakeRefPtr<JsCommandContextOperation>(id, task); in PushTaskToPage() local
508 auto command = Referenced::MakeRefPtr<JsCommandContextOperation>(id, task); in JsSetAntiAlias() local
1065 auto val = value->GetProperty(runtime, "lineDash"); in JsGetLineDash() local
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_command_processor.cpp172 …pAgCommandProcessor::SendAtCommand(const HfpAgDataConnection &dataConn, const std::string &command) in SendAtCommand()
265 int val = StoiTryCatch(dataConn, arg); in VgsSetter() local
271 int val = StoiTryCatch(dataConn, arg); in VgmSetter() local
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_command_processor.cpp585 int val = StoiTryCatch(arg); in ProcessVgm() local
591 int val = StoiTryCatch(arg); in ProcessVgs() local
815 HfpHfDataConnection &dataConn, const std::string &command, int commandId) in SendAtCommand()
844 auto command = commandQueue_.front(); in SendQueuedAtCommand() local
/ohos5.0/base/useriam/face_auth/test/fuzztest/faceauthallinoneexecutorhdi_fuzzer/
H A Dface_auth_all_in_one_executor_hdi_fuzzer.cpp181 void FillFuzzSaCommand(Parcel &parcel, SaCommand &command) in FillFuzzSaCommand()
251 for (const auto &val : vals) { in FillFuzzAttributeKeyVector() local
/ohos5.0/base/useriam/fingerprint_auth/test/fuzztest/fingerprintauthallinoneexecutorhdi_fuzzer/
H A Dfingerprint_auth_all_in_one_executor_hdi_fuzzer.cpp178 void FillFuzzSaCommand(Parcel &parcel, SaCommand &command) in FillFuzzSaCommand()
248 for (const auto &val : vals) { in FillFuzzAttributeKeyVector() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_render_node_test2.cpp94 std::unique_ptr<RSCommand> command; variable
632 bool val = true; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_surface_render_node.cpp651 std::unique_ptr<RSCommand> command = std::make_unique<RSSurfaceNodeSetBounds>(GetId(), bounds); in SetContextBounds() local
717 …std::unique_ptr<RSCommand> command = std::make_unique<RSSurfaceNodeSetContextMatrix>(GetId(), matr… in SetContextMatrix() local
733 …std::unique_ptr<RSCommand> command = std::make_unique<RSSurfaceNodeSetContextAlpha>(GetId(), alpha… in SetContextAlpha() local
749 …std::unique_ptr<RSCommand> command = std::make_unique<RSSurfaceNodeSetContextClipRegion>(GetId(), … in SetContextClipRegion() local
1677 void RSSurfaceRenderNode::UpdateOccludedByFilterCache(bool val) in UpdateOccludedByFilterCache()
3033 void RSSurfaceRenderNode::SetOldNeedDrawBehindWindow(bool val) in SetOldNeedDrawBehindWindow()
H A Drs_render_node.cpp1118 void RSRenderNode::SendCommandFromRT(std::unique_ptr<RSCommand>& command, NodeId nodeId) in SendCommandFromRT()
1747 void RSRenderNode::SetSubTreeDirty(bool val) in SetSubTreeDirty()
2391 void RSRenderNode::SetChildHasSharedTransition(bool val) in SetChildHasSharedTransition()
3595 void RSRenderNode::SetChildHasVisibleFilter(bool val) in SetChildHasVisibleFilter()
3604 void RSRenderNode::SetChildHasVisibleEffect(bool val) in SetChildHasVisibleEffect()
3817 void RSRenderNode::SetGeoUpdateDelay(bool val) in SetGeoUpdateDelay()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Djs_card_parser.cpp312 void ParseLineDash(const std::string& val, SegmentInfo& segmentInfo) in ParseLineDash()
327 void ParseTextPlacement(const std::string& val, TextInfo& textInfo) in ParseTextPlacement()
356 auto val = data->GetString(); in GetAttrDataSetData() local
619 std::vector<std::pair<std::string, std::string>>& attrs, JsCommandDomElementOperator* command, in ParseAttributes()
1694 RefPtr<Framework::JsCommandDomElementCreator> command; in CreateDomNode() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/transaction/
H A Drs_render_service_connection_stub.cpp181 int32_t val = dup(flat->handle); in CopyFileDescriptor() local
1568 auto command = static_cast<RSSyncTask*>((*func)(data)); in OnRemoteRequest() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_main_thread.cpp1231 for (auto& command : commands) { in ProcessCommandForDividedRender() local
3144 std::unique_ptr<RSCommand> command = in SendCommands() local
3244 auto command = std::make_unique<RSDumpClientNodeTree>(id, pid, taskId); in SendClientDumpNodeTreeCommands() local
3501 void RSMainThread::SetScreenPowerOnChanged(bool val) in SetScreenPowerOnChanged()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DstateMgmt.js7113 let command = commands[i]; variable
8325 let val = target[key]; variable