Searched refs:INTERFACE_SPECIAL_NAME_IDL_NAME (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/ability/idl_tool/test/rust/common/ |
H A D | idl_file.h | 536 const std::string INTERFACE_SPECIAL_NAME_IDL_NAME = "SpecialNameTest.idl"; variable
|
/ohos5.0/foundation/ability/idl_tool/test/ts/common/ |
H A D | idl_file.h | 536 const std::string INTERFACE_SPECIAL_NAME_IDL_NAME = "SpecialNameTest.idl"; variable
|
/ohos5.0/foundation/ability/idl_tool/test/ts/unittest/ts_code_emitter_stub_test/ |
H A D | ts_code_emitter_stub_test.cpp | 288 EXPECT_EQ(PrepareIdlFile(INTERFACE_SPECIAL_NAME_IDL_NAME.c_str(), 292 …const char* argvArray[] = {"./idl", "-c", INTERFACE_SPECIAL_NAME_IDL_NAME.c_str(), "-gen-ts", "-d"…
|
/ohos5.0/foundation/ability/idl_tool/test/ts/unittest/ts_code_emitter_interface_test/ |
H A D | ts_code_emitter_interface_test.cpp | 1482 EXPECT_EQ(PrepareIdlFile(INTERFACE_SPECIAL_NAME_IDL_NAME.c_str(), 1486 …const char* argvArray[] = {"./idl", "-c", INTERFACE_SPECIAL_NAME_IDL_NAME.c_str(), "-gen-ts", "-d"…
|
/ohos5.0/foundation/ability/idl_tool/test/ts/unittest/ts_code_emitter_proxy_test/ |
H A D | ts_code_emitter_proxy_test.cpp | 2360 EXPECT_EQ(PrepareIdlFile(INTERFACE_SPECIAL_NAME_IDL_NAME.c_str(), 2364 …const char* argvArray[] = {"./idl", "-c", INTERFACE_SPECIAL_NAME_IDL_NAME.c_str(), "-gen-ts", "-d"…
|