Home
last modified time | relevance | path

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

/base/security/selinux_adapter/test/unittest/parameter_static/
Dunit_test.cpp81 ASSERT_EQ(-1, HashMapCreate(nullptr));
93 EXPECT_EQ(0, HashMapCreate(&handle));
119 ASSERT_TRUE(HashMapCreate(&handle) == 0);
153 ASSERT_EQ(0, HashMapCreate(&handle));
167 ASSERT_EQ(0, HashMapCreate(&handle));
185 ASSERT_EQ(0, HashMapCreate(&handle));
/base/security/selinux_adapter/interfaces/policycoreutils/include/
Dselinux_map.h58 int32_t HashMapCreate(HashTab **handle);
/base/security/selinux_adapter/interfaces/policycoreutils/src/
Dselinux_map.c55 int32_t HashMapCreate(HashTab **handle) in HashMapCreate() function
Dcontexts_trie.c95 if (HashMapCreate(&childPtr->handle) != 0) { in InsertElementToTrie()
276 if (HashMapCreate(&tmpRoot->handle) != 0) { in ReadParamFromSharedMemInit()