Searched refs:SetExecutorMatcher (Results 1 – 6 of 6) sorted by relevance
198 builder->SetExecutorMatcher(EXECUTOR_MATCHER);226 builder->SetExecutorMatcher(EXECUTOR_MATCHER);261 builder->SetExecutorMatcher(EXECUTOR_MATCHER);293 builder->SetExecutorMatcher(EXECUTOR_MATCHER);328 builder->SetExecutorMatcher(EXECUTOR_MATCHER);378 builder->SetExecutorMatcher(EXECUTOR_MATCHER);431 builder->SetExecutorMatcher(EXECUTOR_MATCHER);485 builder->SetExecutorMatcher(EXECUTOR_MATCHER);537 builder->SetExecutorMatcher(EXECUTOR_MATCHER);586 builder->SetExecutorMatcher(EXECUTOR_MATCHER);
39 std::shared_ptr<Builder> SetExecutorMatcher(uint32_t executorMatcher) override;
76 ->SetExecutorMatcher(info.executorMatcher) in ScheduleInfoToScheduleNode()
73 std::shared_ptr<Builder> ScheduleNodeBuilder::SetExecutorMatcher(uint32_t executorMatcher) in SetExecutorMatcher() function in OHOS::UserIam::UserAuth::ScheduleNodeBuilder
86 virtual std::shared_ptr<Builder> SetExecutorMatcher(uint32_t executorMatcher) = 0;
47 g_Builder->SetExecutorMatcher(parcel.ReadUint32()); in GetScheduleNode()