Home
last modified time | relevance | path

Searched defs:hasKey (Results 1 – 4 of 4) sorted by relevance

/applications/standard/filepicker/entry/src/main/ets/base/utils/
DObjectUtil.ts58 export function hasKey(obj: object, key: string): boolean { function
/applications/standard/app_samples/code/SystemFeature/FileManagement/Photos/entry/src/main/ets/base/
DTrashUserFileDataItemCache.ts24 hasKey(key: string): boolean { method in TrashUserFileDataItemCache
DUserFileDataItemCache.ts24 hasKey(key: string): boolean { method in UserFileDataItemCache
/applications/standard/contacts_data/contactsCJ/include/
Dcontacts_utils.h66 bool hasKey = key != nullptr; in freeContent() local