Searched refs:typeNames (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/base/useriam/user_auth_framework/common/utils/ |
H A D | iam_para2str.h | 45 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 D | render_node_graph_loader.cpp | 51 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 D | iam_para2str.h | 45 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 D | iam_para2str.h | 45 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 D | render_data_structures.h | 453 BASE_NS::vector<RenderDataConstants::RenderDataFixedString> typeNames; member 461 BASE_NS::vector<RenderDataConstants::RenderDataFixedString> typeNames; member
|