Home
last modified time | relevance | path

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

/ide/tools/previewer/cli/
DCommandLineFactory.cpp78 CommandLine::CommandType type, in CreateCommandLine()
105 unique_ptr<CommandLine> CommandLineFactory::CreateObject(CommandLine::CommandType type, in CreateObject()
DCommandLineInterface.cpp134 CommandLine::CommandType type = GetCommandType(jsonData["type"].asString()); in ProcessCommandMessage() local
180 CommandLine::CommandType type = CommandLine::CommandType::INVALID; in GetCommandType() local
DCommandLine.h47 CommandType type; variable
96 int type; member
DCommandLine.cpp219 int type = 0; in RunAction() local
263 int type = 1; in RunAction() local
303 int type = 2; in RunAction() local
1457 int type = 9; in RunAction() local
/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
Dbundle.json55 "type": "so", string
66 "type": "so", string
/ide/tools/previewer/automock/mock-generate/src/generate/
DgenerateModuleDeclaration.ts417 type: string, property
DgenerateCommonUtil.ts799 type: string property
/ide/tools/previewer/jsapp/rich/
DJsAppImpl.cpp418 void JsAppImpl::AdaptDeviceType(Platform::AceRunArgs& args, const std::string type, in AdaptDeviceType()
702 void JsAppImpl::SetDeviceScreenDensity(const int32_t screenDensity, const std::string type) in SetDeviceScreenDensity()