Searched defs:belongsTo (Results 1 - 7 of 7) sorted by relevance
/foundation/distributeddatamgr/udmf/interfaces/cj/src/ |
H A D | uniform_type_descriptor_impl.cpp | 52 std::string belongsTo = cBelongsTo; in GetUniformDataTypeByFilenameExtension() local 76 std::string belongsTo = cBelongsTo; in GetUniformDataTypeByMIMEType() local
|
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/ |
H A D | flexible_type.cpp | 71 GenFlexibleUtd(const std::string &mimeType, const std::string &fileExtension, const std::string &belongsTo) GenFlexibleUtd() argument
|
/foundation/distributeddatamgr/udmf/framework/common/ |
H A D | utd_graph.cpp | 51 std::vector<std::string> belongsTo = descriptorCfg.belongingToTypes; in InitUtdGraph() local 90 std::vector<std::string> belongsTo = descriptorCfg.belongingToTypes; in ConstructNewGraph() local
|
/foundation/distributeddatamgr/udmf/adapter/framework/innerkitsimpl/client/ |
H A D | utd_client.cpp | 57 GetUniformDataTypeByFilenameExtension(const std::string &fileExtension, std::string &typeId, std::string belongsTo) GetUniformDataTypeByFilenameExtension() argument 63 GetUniformDataTypeByMIMEType(const std::string &mimeType, std::string &typeId, std::string belongsTo) GetUniformDataTypeByMIMEType() argument 74 GetUniformDataTypesByFilenameExtension(const std::string &fileExtension, std::vector<std::string> &typeIds, const std::string &belongsTo) GetUniformDataTypesByFilenameExtension() argument 95 GetUniformDataTypesByMIMEType(const std::string &mimeType, std::vector<std::string> &typeIds, const std::string &belongsTo) GetUniformDataTypesByMIMEType() argument
|
/foundation/distributeddatamgr/udmf/framework/jskitsimpl/data/ |
H A D | uniform_type_descriptor_napi.cpp | 93 std::string belongsTo; in GetUniformDataTypeByFilenameExtension() local 131 std::string belongsTo; in GetUniformDataTypeByMIMEType() local 170 std::string belongsTo; GetMultiUniformDataTypesByFilenameExtension() local 206 std::string belongsTo; GetMultiUniformDataTypesByMIMEType() local [all...] |
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/client/ |
H A D | utd_client.cpp | 131 GetUniformDataTypeByFilenameExtension(const std::string &fileExtension, std::string &typeId, std::string belongsTo) GetUniformDataTypeByFilenameExtension() argument 175 GetUniformDataTypesByFilenameExtension(const std::string &fileExtension, std::vector<std::string> &typeIds, const std::string &belongsTo) GetUniformDataTypesByFilenameExtension() argument 219 GetUniformDataTypeByMIMEType(const std::string &mimeType, std::string &typeId, std::string belongsTo) GetUniformDataTypeByMIMEType() argument 272 GetUniformDataTypesByMIMEType(const std::string &mimeType, std::vector<std::string> &typeIds, const std::string &belongsTo) GetUniformDataTypesByMIMEType() argument [all...] |
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/ |
H A D | utd_client_test.cpp | 1760 const std::string belongsTo = ""; in HWTEST_F() local 1793 const std::string belongsTo = ""; in HWTEST_F() local
|
Completed in 6 milliseconds