Home
last modified time | relevance | path

Searched refs:its_method_interval_set (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/implementation/security/src/
Dsecurity_impl.cpp805 boost::icl::interval_set<method_t> its_method_interval_set; in load_policy_body() local
816 its_method_interval_set.insert(all_methods); in load_policy_body()
820 its_method_interval_set.insert(all_methods); in load_policy_body()
824 += std::make_pair(i, its_method_interval_set); in load_policy_body()
829 boost::icl::interval_set<method_t> its_method_interval_set; in load_policy_body() local
836 load_interval_set(m->second, its_method_interval_set); in load_policy_body()
839 if (its_method_interval_set.empty()) in load_policy_body()
840 its_method_interval_set.insert(all_methods); in load_policy_body()
843 += std::make_pair(i, its_method_interval_set); in load_policy_body()