Home
last modified time | relevance | path

Searched defs:componentType (Results 1 – 6 of 6) sorted by relevance

/base/update/updater/services/ui/view/component/
Dcomponent_factory.h42 std::string componentType; member
54 static bool Register(const std::string &componentType) in Register()
61 …static std::unique_ptr<ComponentInterface> CreateView(const std::string &componentType, const UxVi… in CreateView()
79 static std::unique_ptr<UxViewSpecificInfo> CreateSpecificInfo(const std::string &componentType) in CreateSpecificInfo()
105 void RegisterImpl(const std::string &componentType) in RegisterImpl()
/base/update/updater/test/unittest/updater_binary/
Dupdater_binary_unittest.cpp136 uint8_t componentType = 22; in CreatePackageBin() local
193 const std::string &scriptPath = "loadScript.us", uint8_t componentType = 0) const in BuildCompnentInfo()
/base/msdp/device_status/services/boomerang/include/
Daccessibility_manager.h46 std::string componentType; member
/base/update/updateservice/interfaces/inner_api/feature/update/model/version_info/
Dversion_component.h35 int32_t componentType = CAST_INT(ComponentType::INVALID); member
/base/msdp/device_status/services/interaction/drag/include/
Ddrag_drawing.h180 std::string componentType; member
/base/msdp/device_status/services/interaction/drag/src/
Ddrag_drawing.cpp2785 … cJSON *componentType = cJSON_GetObjectItemCaseSensitive(extraInfoParser.Get(), "drag_data_type"); in ParserExtraInfo() local