Home
last modified time | relevance | path

Searched refs:typeNames (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/useriam/user_auth_framework/common/utils/
H A Diam_para2str.h45 static std::map<uint32_t, std::string> typeNames = {{0, "All"}, {1, "Pin"}, {2, "Face"}, in AuthTypeToStr() local
47 if (auto iter = typeNames.find(authType); iter != typeNames.end()) { in AuthTypeToStr()
55 …static std::map<uint32_t, std::string> typeNames = {{1, "Collector"}, {2, "Verifier"}, {3, "AllInO… in ExecutorRoleToStr() local
56 if (auto iter = typeNames.find(executorRole); iter != typeNames.end()) { in ExecutorRoleToStr()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/loader/
H A Drender_node_graph_loader.cpp51 if (auto const typeNames = queueSignals->find("typeNames"); typeNames) { in ParseQueueWaitSignals() local
52 if (typeNames->is_array()) { in ParseQueueWaitSignals()
53 FromJson(*typeNames, data.description.gpuQueueWaitForSignals.typeNames); in ParseQueueWaitSignals()
67 if (data.description.gpuQueueWaitForSignals.typeNames.size() > in ParseQueueWaitSignals()
92 if (auto const typeNames = cpuDependencies->find("typeNames"); typeNames) { in ParseRenderNode() local
93 if (typeNames->is_array()) { in ParseRenderNode()
94 FromJson(*typeNames, data.description.cpuDependencies.typeNames); in ParseRenderNode()
/ohos5.0/base/useriam/fingerprint_auth/common/utils/
H A Diam_para2str.h45 static std::map<uint32_t, std::string> typeNames = { { 0, "All" }, { 1, "Pin" }, { 2, "Face" }, in AuthTypeToStr() local
47 if (auto iter = typeNames.find(authType); iter != typeNames.end()) { in AuthTypeToStr()
/ohos5.0/base/useriam/pin_auth/common/utils/
H A Diam_para2str.h45 static std::map<uint32_t, std::string> typeNames = {{0, "All"}, {1, "Pin"}, {2, "Face"}, in AuthTypeToStr() local
47 if (auto iter = typeNames.find(authType); iter != typeNames.end()) { in AuthTypeToStr()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/
H A Drender_data_structures.h453 BASE_NS::vector<RenderDataConstants::RenderDataFixedString> typeNames; member
461 BASE_NS::vector<RenderDataConstants::RenderDataFixedString> typeNames; member