Home
last modified time | relevance | path

Searched defs:type (Results 1 – 9 of 9) sorted by relevance

/ide/tools/previewer/cli/
DCommandLineFactory.cpp75 CommandLine::CommandType type, in CreateCommandLine()
102 unique_ptr<CommandLine> CommandLineFactory::CreateObject(CommandLine::CommandType type, in CreateObject()
DCommandLineInterface.cpp132 CommandLine::CommandType type = GetCommandType(jsonData["type"].asString()); in ProcessCommandMessage() local
175 CommandLine::CommandType type = CommandLine::CommandType::INVALID; in GetCommandType() local
DCommandLine.h45 CommandType type; variable
/ide/tools/previewer/util/
DSharedData.h44 static bool SetData(SharedDataType type, T v) in SetData()
64 static T GetData(SharedDataType type) in GetData()
74 static bool IsValid(SharedDataType type, T v) in IsValid()
/ide/tools/previewer/
Dapp_define.json1 {"fileVersion":"1","name":"Simulator","description":"","version":"1.0.0","type":"microService","pro… string
/ide/tools/previewer/mock/rich/
DMouseInputImpl.cpp37 TouchType type; in ConvertToOsType() local
/ide/tools/previewer/automock/mock-generate/src/generate/
DgenerateModuleDeclaration.ts281 type: string, property
DgenerateMockJsFile.ts246 type: string property
/ide/tools/previewer/jsapp/rich/
DJsAppImpl.cpp176 void JsAppImpl::AdaptDeviceType(Platform::AceRunArgs& args, const std::string type, in AdaptDeviceType()
422 void JsAppImpl::SetDeviceScreenDensity(const int32_t screenDensity, const std::string type) in SetDeviceScreenDensity()