Home
last modified time | relevance | path

Searched defs:include (Results 1 – 12 of 12) sorted by relevance

/foundation/ability/idl_tool/
DIDL-CPP.md53 | sequencealbe test.MySeq1;<br />头文件与类名一致 | MySeq1 | #include “my_seq1.h”<br />… hashtag
54 | sequencealbe <br />FooMyseq..test.MySeq2;<br />指定头文件 | MySeq2 | #include “foo_my_seq2.h… hashtag
55 | sequencealbe <br />FooTest.MySeq..test.MySeq3;<br />指定头文件及其路径 | MySeq2 | #include “foo_tes… hashtag
65 | interface test.MyIntf1;<br />头文件与类名一致 | sptr<MyIntf1> | #include “my_Intf1.h”<br />using… hashtag
66 | interface FooMyIntf..test.MyIntf2;<br />指定头文件路径 | MySeq2 | #include “foo_my_intf.h”<br />u… hashtag
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_mock/
Dtsconfig.json2 "include": [ array
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_shape/
Dtsconfig.json2 "include": [ array
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_node/
Dtsconfig.json2 "include": [ array
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_prefetcher/
Dtsconfig.json2 "include": [ array
/foundation/filemanagement/app_file_service/tests/unittests/backup_utils/b_filesystem/
Db_dir_test.cpp415 std::vector<std::string> include = { dirCurrentUser }; variable
464 std::vector<std::string> include = { dirDefault }; variable
/foundation/filemanagement/storage_service/services/storage_daemon/quota/test/
Dquota_manager_test.cpp297 std::string include = "/storage/Users/currentUser/"; variable
/foundation/filemanagement/storage_service/services/storage_daemon/ipc/test/
Dstorage_daemon_test.cpp532 std::string include = "/storage/Users/currentUser/"; variable
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_modifier/
Dtsconfig.json2 "include": [ array
/foundation/filemanagement/app_file_service/services/backup_sa/src/module_external/
Dbms_adapter.cpp228 for (const auto &include : includes) { in CreateIPCInteractionFiles() local
/foundation/filemanagement/storage_service/services/storage_daemon/quota/
Dquota_manager.cpp756 for (const auto &include : includes) { in DealWithIncludeFiles() local
/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/
Dcompiler_main.cpp557 void releaseInclude(IncludeResult* include) override in releaseInclude()
593 …IncludeResult* include(const char* headerName, const char* includerName, size_t inclusionDepth, bo… in include() function in __anon6326c24c0111::FileIncluder