Home
last modified time | relevance | path

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

/ide/tools/previewer/test/unittest/cli/
DCommandLineTest.cpp73 CommandLine::CommandType type = CommandLine::CommandType::ACTION; in TEST_F() local
84 CommandLine::CommandType type = CommandLine::CommandType::ACTION; in TEST_F() local
94 CommandLine::CommandType type = CommandLine::CommandType::ACTION; in TEST_F() local
105 CommandLine::CommandType type = CommandLine::CommandType::SET; in TEST_F() local
143 CommandLine::CommandType type = CommandLine::CommandType::SET; in TEST_F() local
164 CommandLine::CommandType type = CommandLine::CommandType::SET; in TEST_F() local
189 CommandLine::CommandType type = CommandLine::CommandType::SET; in TEST_F() local
234 CommandLine::CommandType type = CommandLine::CommandType::SET; in TEST_F() local
246 CommandLine::CommandType type = CommandLine::CommandType::GET; in TEST_F() local
256 CommandLine::CommandType type = CommandLine::CommandType::SET; in TEST_F() local
[all …]
/ide/tools/previewer/cli/
DCommandLineFactory.cpp80 CommandLine::CommandType type, in CreateCommandLine()
107 unique_ptr<CommandLine> CommandLineFactory::CreateObject(CommandLine::CommandType type, in CreateObject()
DCommandLineInterface.cpp127 CommandLine::CommandType type = GetCommandType(jsonData["type"].AsString()); in ProcessCommandMessage() local
174 CommandLine::CommandType type = CommandLine::CommandType::INVALID; in GetCommandType() local
DCommandLine.h46 CommandType type; variable
95 int type; member
DCommandLine.cpp218 int type = 0; in RunAction() local
281 int type = 1; in RunAction() local
321 int type = 2; in RunAction() local
1456 int type = 9; in RunAction() local
/ide/tools/previewer/util/
DSharedData.h44 static bool SetData(SharedDataType type, T v) in SetData()
65 static T GetData(SharedDataType type) in GetData()
75 static bool IsValid(SharedDataType type, T v) in IsValid()
/ide/tools/previewer/test/mock/window/
Dwindow.h51 void OnAvoidAreaChanged(const AvoidArea avoidArea, AvoidAreaType type) {} in OnAvoidAreaChanged()
56 WMError OnSetSpecificBarProperty(WindowType type, const SystemBarProperty& property) in OnSetSpecificBarProperty()
DMockWindow.cpp43 void UpdateAvoidArea(const sptr<AvoidArea>& avoidArea, AvoidAreaType type) override in UpdateAvoidArea()
/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/test/mock/arkui/
DMockAceAbility.cpp69 WindowSizeChangeReason type) in SurfaceChanged()
/ide/tools/previewer/automock/mock-generate/src/test/
DgenerateCommonUtil.test.ts79 const type = 'formBindingData.FormBindingData'; constant
/ide/tools/previewer/test/unittest/mock/
DMouseInputImplTest.cpp59 int type = 1; in TEST() local
/ide/tools/previewer/jsapp/rich/
DJsAppImpl.cpp54 OHOS::Rosen::WMError OnSetSpecificBarProperty(OHOS::Rosen::WindowType type, in OnSetSpecificBarProperty()
410 void JsAppImpl::AdaptDeviceType(Platform::AceRunArgs& args, const std::string type, in AdaptDeviceType()
692 void JsAppImpl::SetDeviceScreenDensity(const int32_t screenDensity, const std::string type) in SetDeviceScreenDensity()
947 void JsAppImpl::CalculateAvoidAreaByType(OHOS::Rosen::WindowType type, in CalculateAvoidAreaByType()
/ide/tools/previewer/automock/mock-generate/src/generate/
DgenerateCommonUtil.ts853 type: string property
DgenerateModuleDeclaration.ts39 type: string, property
/ide/tools/previewer/test/unittest/jsapp/
DJsAppImplTest.cpp602 std::string type = "wearable"; in TEST_F() local
628 std::string type = "wearable"; in TEST_F() local