Home
last modified time | relevance | path

Searched refs:UnderlineAdded (Results 1 - 6 of 6) sorted by relevance

/foundation/ability/idl_tool/codegen/
H A Dts_code_emitter.h169 const std::string UnderlineAdded(const String& name);
H A Dcpp_code_emitter.h194 const std::string UnderlineAdded(const String& name);
H A Dts_code_emitter.cpp1142 const std::string TsCodeEmitter::UnderlineAdded(const String& originName) in UnderlineAdded() function in OHOS::Idl::TsCodeEmitter
H A Dcpp_code_emitter.cpp1577 const std::string CppCodeEmitter::UnderlineAdded(const String& originName) in UnderlineAdded() function in OHOS::Idl::CppCodeEmitter
/foundation/ability/idl_tool/test/unittest/cpp_code_emitter_test/
H A Dcpp_code_emitter_test.cpp740 * @tc.desc: Verify the UnderlineAdded function.
754 EXPECT_STREQ(codeEmitter.UnderlineAdded(inputStr).c_str(), expectStr.c_str()); in HWTEST_F()
/foundation/ability/idl_tool/test/ts/unittest/ts_code_emitter_proxy_test/
H A Dts_code_emitter_proxy_test.cpp2610 * Function: UnderlineAdded
2612 * FunctionPoints: UnderlineAdded Name.
2614 * CaseDescription: Verify UnderlineAdded.
2626 std::string relustString = tsCodeGen_->UnderlineAdded(inPutString); in HWTEST_F()
2632 * Function: UnderlineAdded
2634 * FunctionPoints: UnderlineAdded Name.
2636 * CaseDescription: Verify UnderlineAdded.
2648 std::string relustString = tsCodeGen_->UnderlineAdded(inPutString); in HWTEST_F()
2654 * Function: UnderlineAdded
2656 * FunctionPoints: UnderlineAdded Nam
[all...]

Completed in 11 milliseconds