Searched refs:IsSupportAuthentication (Results 1 – 3 of 3) sorted by relevance
37 int (*IsSupportAuthentication)(bool* supportStat) = nullptr; variable
68 LoadFunction(libNNRtService, "IsSupportAuthentication", &nnrtService.IsSupportAuthentication); in GetInstance()
555 if (nnrtService.IsSupportAuthentication == nullptr) { in AuthenticateModel()561 int ret = nnrtService.IsSupportAuthentication(&supportStat); in AuthenticateModel()