Home
last modified time | relevance | path

Searched defs:hashCode (Results 1 – 10 of 10) sorted by relevance

/base/notification/ans_standard/interfaces/kits/js/notification/
DnotificationSorting.d.ts29 readonly hashCode: string; property
DnotificationRequest.d.ts181 readonly hashCode?: string; property
/base/startup/init_lite/services/utils/
Dinit_hashmap.c85 int hashCode = tab->nodeHash(node); in HashMapAdd() local
106 int hashCode = tab->keyHash(key); in HashMapRemove() local
133 int hashCode = tab->keyHash(key); in HashMapGet() local
167 int hashCode, const void *key, HashKeyCompare keyCompare) in HashMapFind()
/base/compileruntime/js_util_module/container/struct/
Djs_struct.ts17 function hashCode(element: any): number { function
/base/miscservices/inputmethod/services/src/
Dperuser_session.cpp577 int hashCode = inputMethodSetting->GetCurrentKeyboardType(); // To be checked. in GetCurrentKeyboardType() local
729 int hashCode = std::atoi(str.c_str()); in OnCurrentKeyboardTypeChanged() local
956 int hashCode = currentKbdTypes[typeIndex]; in GetKeyboardType() local
975 int hashCode = 0; in ResetCurrentKeyboardType() local
1066 int hashCode[2]; in CopyInputMethodService() local
Dperuser_setting.cpp464 …16string PerUserSetting::GetKeyboardTypeLanguage(const InputMethodProperty *property, int hashCode) in GetKeyboardTypeLanguage()
/base/startup/init_lite/services/init/standard/
Dinit_plugin_manager.c151 int hashCode = ((index >> 16) & 0x0000ffff) - 1; // 16 left shift in PluginExecCmdByCmdIndex() local
187 int hashCode = GenerateHashCode(cmdName); in PluginGetCmdIndex() local
/base/update/updater/interfaces/kits/packages/
Dpackage.cpp204 const char *path, uint32_t *offset, char **hashCode) in CreatePackageL1()
/base/global/i18n_lite/tools/i18n-dat-tool/src/main/java/ohos/global/i18n/
DUtils.java176 public static void writeHeader(DataOutputStream out, int hashCode, int localesCount, in writeHeader()
DFetcher.java213 public int hashCode() { in hashCode() method in Fetcher