Searched refs:container (Results 1 – 4 of 4) sorted by relevance
111 auto container = std::make_unique<UIViewGroup>(); in InitAllComponents() local114 container->SetPosition(0, 0, width, height); in InitAllComponents()115 container->SetStyle(OHOS::STYLE_BACKGROUND_COLOR, OHOS::Color::Black().full); in InitAllComponents()116 container->Add(lackPower_.get()); in InitAllComponents()117 container->Add(lackPowerNotCharge_.get()); in InitAllComponents()118 container->Add(animatorImage_.get()); in InitAllComponents()119 container->Add(percentLabel_.get()); in InitAllComponents()120 container->SetVisible(true); in InitAllComponents()121 OHOS::RootView::GetInstance()->Add(container.release()); in InitAllComponents()
136 CmdLineInfoContainer *container) in MatchReserverCmdline() argument144 for (size_t i = 0; i < container->cmdLineInfoSize; i++) { in MatchReserverCmdline()146 if (strcmp(tmpName, (container->cmdLineInfo + i)->name) != 0) { in MatchReserverCmdline()149 (container->cmdLineInfo + i)->name); in MatchReserverCmdline()160 OHOS_CMDLINE_PARA_PREFIX "%s", (container->cmdLineInfo + i)->name); in MatchReserverCmdline()167 bool isSnSet = ((container->cmdLineInfo + i)->processor == SnDealFun); in MatchReserverCmdline()172 ret = (container->cmdLineInfo + i)->processor(fullName, nv->value); in MatchReserverCmdline()211 CmdLineInfoContainer container = { 0 }; in CmdlineIterator() local212 container.cmdLineInfo = CMDLINES; in CmdlineIterator()213 container.cmdLineInfoSize = ARRAY_LENGTH(CMDLINES); in CmdlineIterator()[all …]
16 .container {
141094 third_party_software_for_chromium: WebM container parser and writer.