Searched defs:opsType (Results 1 – 4 of 4) sorted by relevance
50 #define REGISTER_OPS(T, opsType) static OpsRegistry::Registrar g_##T(opsType, CREATE_FUNC(T)) argument
21 OpsRegistry::Registrar::Registrar(OH_NN_OperationType opsType, std::function<std::unique_ptr<OpsBui… in Registrar()
50 NotifyOpsType opsType = NotifyOpsType::OPS_NONE; member64 NotifyOpsType opsType = NotifyOpsType::OPS_NONE; member
59 uint32_t opsType : 5; member