Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/schedule/
H A Dbuild_object.c83 object_relation_ptr *select_map) in select_relation_map() argument
89 select_map[count] = &map[i]; in select_relation_map()
114 object_relation_ptr select_map[sizeof(mutex_map) / sizeof(mutex_map[0])] = {0}; in check_mutex_object_is_null() local
116 is_client, select_map); in check_mutex_object_is_null()
128 …if ((map[i].modular == select_map[j]->dst_modular) && (map[i].is_client == select_map[j]->dst_is_c… in check_mutex_object_is_null()
141 object_relation_ptr select_map[sizeof(depend_map) / sizeof(depend_map[0])] = {0}; in check_depend_object_is_not_null() local
143 modular, is_client, select_map); in check_depend_object_is_not_null()
155 …if ((map[i].modular == select_map[j]->dst_modular) && (map[i].is_client == select_map[j]->dst_is_c… in check_depend_object_is_not_null()