Searched refs:OH_HashMapCreate (Results 1 – 8 of 8) sorted by relevance
55 int32_t OH_HashMapCreate(HashMapHandle *handle, const HashInfo *info);
32 OH_HashMapCreate;
121 OH_HashMapCreate(&handle, &g_info);161 OH_HashMapCreate(&handle, &g_info);
72 return OH_HashMapCreate(&(*loop)->taskMap, &info); in CreateLoop_()
30 int32_t OH_HashMapCreate(HashMapHandle *handle, const HashInfo *info) in OH_HashMapCreate() function
182 int ret = OH_HashMapCreate(&g_initWorkspace.hashMap[i], &info); in InitServiceSpace()
663 int ret = OH_HashMapCreate(&appSpawnContent->appMap, &hashInfo); in CreateHashForApp()
646 int ret = OH_HashMapCreate((HashMapHandle *)&workSpace->hashMap, &info); in InitTriggerHead()