Searched refs:IsSupportScheduling (Results 1 – 3 of 3) sorted by relevance
38 int (*IsSupportScheduling)(bool* supportStat) = nullptr; variable
69 LoadFunction(libNNRtService, "IsSupportScheduling", &nnrtService.IsSupportScheduling); in GetInstance()
1241 if (nnrtService.IsSupportScheduling == nullptr) { in Scheduling()1252 int ret = nnrtService.IsSupportScheduling(&supportStat); in Scheduling()