Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_data_mgr.cpp1316 uint64_t unsignedItFormRecordFirst = static_cast<uint64_t>(itFormRecord->first); in FindMatchedFormId() local
1317 … if ((unsignedItFormRecordFirst & 0x00000000ffffffffL) == (unsignedFormId & 0x00000000ffffffffL)) { in FindMatchedFormId()