Home
last modified time | relevance | path

Searched refs:operationTypeMap (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_data_change_listener.h183 switch (operationTypeMap[operationType]) { in TransferJSInfoType()
320 std::map<std::string, int32_t> operationTypeMap = { variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Dlazy_for_each_node.cpp591 …std::map<std::string, int32_t> operationTypeMap = { { "add", 1 }, { "delete", 2 }, { "change", 3 }… in ParseOperations() local
600 switch (operationTypeMap[operation.type]) { in ParseOperations()
H A Dlazy_for_each_builder.cpp441 switch (operationTypeMap[operation.type]) { in ClassifyOperation()
467 if (operationTypeMap[type] == OP::ADD) { in ValidateIndex()
H A Dlazy_for_each_builder.h640 std::map<std::string, OP> operationTypeMap = {{"add", OP::ADD}, variable