| /developtools/ace_ets2bundle/compiler/src/ |
| D | component_map.ts | 125 Object.keys(COMPONENT_MAP).forEach((componentName) => { 126 INNER_COMPONENT_NAMES.add(componentName); 127 JS_BIND_COMPONENTS.add(componentName); 128 if (!COMPONENT_MAP[componentName].atomic) { 129 BUILDIN_CONTAINER_COMPONENT.add(componentName); 131 AUTOMIC_COMPONENT.add(componentName); 133 if (COMPONENT_MAP[componentName].single) { 134 SINGLE_CHILD_COMPONENT.add(componentName); 136 if (COMPONENT_MAP[componentName].children) { 137 SPECIFIC_CHILD_COMPONENT.set(componentName, [all …]
|
| D | validate_ui_syntax.ts | 295 const componentName: string = component.getText(); constant 302 componentCollection.customComponents.add(componentName); 307 componentCollection.entryComponent = componentName; 313 componentCollection.previewComponent.push(componentName); 319 componentCollection.customDialogs.add(componentName); 323 storedFileInfo.getCurrentArkTsFile().recycleComponents.add(componentName); 329 const message: string = `The struct '${componentName}' use invalid decorator.`; 334 const message: string = `The struct '${componentName}' should use decorator '@Component'.`; 337 if (BUILDIN_STYLE_NAMES.has(componentName)) { 338 const message: string = `The struct '${componentName}' cannot have the same name ` + [all …]
|
| D | process_ui_syntax.ts | 441 const componentName: string = isCustomDialogControllerPropertyAssignment(item, log); 442 if (componentName !== null) { 444 item as ts.PropertyAssignment, componentName); 460 const componentName: string = getName(node.initializer); constant 461 if (componentCollection.customDialogs.has(componentName)) { 462 return componentName; 481 node: ts.PropertyAssignment, componentName: string): ts.PropertyAssignment { 484 processCustomDialogControllerBuilder(parent, node.initializer, componentName)); 489 node: ts.CallExpression, componentName: string): ts.ArrowFunction { 490 …const newExp: ts.Expression = createCustomComponentNewExpression(node, componentName, false, false… [all …]
|
| D | process_component_member.ts | 317 function createControllerSet(node: ts.PropertyDeclaration, componentName: ts.Identifier, 319 if (componentCollection.customDialogs.has(componentName.getText()) && node.type && 820 function addCustomComponentId(node: ts.NewExpression, componentName: string, 833 if (componentName === name) {
|
| D | process_custom_component.ts | 198 export function isRecycle(componentName: string): boolean { 199 return storedFileInfo.getCurrentArkTsFile().recycleComponents.has(componentName); 210 function componentAttributes(componentName: string): ts.Statement { 214 ts.factory.createIdentifier(componentName),
|
| D | process_import.ts | 376 const componentName: string = node.name.getText(); constant 388 } else if (asNameFromParent.has(componentName)) { 389 … setDependencies(asNameFromParent.get(componentName), ComponentSet.links, ComponentSet.properties, 396 setDependencies(componentName, ComponentSet.links, ComponentSet.properties, ComponentSet.props,
|
| D | process_component_build.ts | 788 const componentName: string = res.identifierNode.getText(); constant 806 isTransition, undefined, immutableStatements, componentName, builderParamsResult); 814 isTransition, undefined, immutableStatements, componentName, builderParamsResult); 891 nameResult: NameResult, immutableStatements: ts.Statement[], componentName: string, 896 innerCompStatements.push(createComponentCreationStatement(node, newStatements, componentName, 920 componentName: string, isGlobalBuilder: boolean = false, isTransition: boolean = false, 943 ts.factory.createIdentifier(componentName)); 2782 const componentName: string = identifierNode.escapedText.toString(); constant 2783 …if (EXTEND_ATTRIBUTE.has(componentName) && [...EXTEND_ATTRIBUTE.get(componentName)].includes(propN… 2789 if (animatableExtendAttribute.has(componentName) && [all …]
|
| D | process_component_class.ts | 906 function validateHasController(componentName: ts.Identifier, checkController: ControllerType, 912 pos: componentName.pos
|
| D | utils.ts | 930 componentName: string; property
|
| D | ets_checker.ts | 1077 compName: isExtendFunction(node, { decoratorName: '', componentName: '' })
|
| /developtools/ace_js2bundle/ace-loader/test/lite/ |
| D | test.js | 23 function getJsBundle(componentName) { argument 27 `${componentName}`, 28 `${componentName}.js` 35 function getExpectedObj(componentName) { argument 37 const filepath = path.join(__dirname, "expected", `${componentName}.js`); 60 function expectActual(componentName) { argument 61 const actualStr = getJsBundle(componentName); 65 getExpectedObj(componentName)
|
| /developtools/ace_js2bundle/ace-loader/test/rich/ |
| D | test.js | 25 function getActualString(componentName) { argument 26 … filePath = path.join(__dirname, 'testcase/build/pages', `${componentName}`, `${componentName}.js`… 32 function getExpectJSON(componentName) { argument 34 const filepath = path.join(__dirname, 'expected', `${componentName}.js`); 71 $app_define$ = function(componentName, deps, factory) { argument 72 if (components[componentName]) { 73 throw new Error(`${componentName} is defined repeatly`); 81 components[componentName] = $app_module$.exports;
|
| /developtools/ace_js2bundle/ace-loader/test/card/ |
| D | test.js | 25 function getActualJSON(componentName, filaName) { argument 26 …const filePath = path.join(__dirname,"testcase/build/pages",`${componentName}`, filaName + `.json`… 35 function getExpectJSON(componentName, filaName) { argument 36 const filePath = path.join(__dirname, "expected", `${componentName}`, filaName + `.json`);
|
| /developtools/ace_ets2bundle/compiler/ |
| D | build_declarations_file.js | 149 const componentName = node.name.getText().replace(/Interface$/, ''); 150 const result = validateComponentMembers(node, componentName); 159 if (addTSInterfaceSet.includes(componentName)) { 162 ….createExpressionWithTypeArguments(ts.factory.createIdentifier('TS' + componentName + 'Interface'), 176 function validateComponentMembers(node, componentName) { argument 184 if (componentName === callSignName) {
|
| /developtools/smartperf_host/trace_streamer/ |
| D | README.md | 101 * @ componentName: 第三方插件名称 104 …TraceStreamer_Plugin_Out_SendData(const char* pluginData, int len, const std::string componentName)
|
| /developtools/smartperf_host/trace_streamer/src/rpc/ |
| D | wasm_func.h | 46 …eStreamer_Plugin_Out_Filter(const char* pluginData, int32_t len, const std::string& componentName);
|
| D | wasm_func.cpp | 189 …ceStreamer_Plugin_Out_Filter(const char* pluginData, int32_t len, const std::string& componentName) in TraceStreamer_Plugin_Out_Filter() argument 194 if (itor->second == componentName) { in TraceStreamer_Plugin_Out_Filter()
|
| D | rpc_server.cpp | 451 std::string componentName = comPonentStr.at(m + 1); in TraceStreamer_Init_ThirdParty_Config() local 452 … TS_LOGI("comPonentStr[m] = %d, comPonentStr[m + 1] = %s", componentId, componentName.c_str()); in TraceStreamer_Init_ThirdParty_Config() 453 …_thirdPartyConfig.insert((std::map<int32_t, std::string>::value_type(componentId, componentName))); in TraceStreamer_Init_ThirdParty_Config()
|
| /developtools/smartperf_host/trace_streamer/sdk/demo_sdk/doc/ |
| D | TraceStreamerSDK.md | 225 `componentName: 第三方插件名称。` 230 …TraceStreamer_Plugin_Out_SendData(const char* pluginData, int len, const std::string componentName)
|
| /developtools/smartperf_host/ide/src/trace/component/chart/ |
| D | SpFrameTimeChart.ts | 495 let componentName = systemConfigList[index].name; 497 key: `${componentName}`, 498 title: `${componentName}`,
|