Searched defs:FormIdKey (Results 1 – 6 of 6) sorted by relevance
| /foundation/ability/form_fwk/services/include/ |
| D | form_id_key.h | 23 struct FormIdKey { struct 25 FormIdKey(std::string &bundleName, std::string &abilityName) in FormIdKey() function 37 bool operator== (const FormIdKey &formIdKey) const argument 59 int hashCode() in hashCode()
|
| /foundation/ability/form_fwk/services/src/ |
| D | form_db_cache.cpp | 236 ErrCode FormDbCache::GetNoHostDBForms(const int uid, std::map<FormIdKey, in GetNoHostDBForms() 313 std::map<FormIdKey, std::set<int64_t>> &noHostDBFormsMap, in GetNoHostInvalidDBForms() 359 void FormDbCache::BatchDeleteNoHostDBForms(int32_t callingUid, std::map<FormIdKey, std::set<int64_t… in BatchDeleteNoHostDBForms()
|
| D | form_event_util.cpp | 272 void FormEventUtil::BatchDeleteNoHostTempForms(const int uid, std::map<FormIdKey, in BatchDeleteNoHostTempForms() 433 void FormEventUtil::BatchDeleteNoHostDBForms(const int uid, std::map<FormIdKey, std::set<int64_t>> … in BatchDeleteNoHostDBForms()
|
| D | form_data_mgr.cpp | 1231 const int uid, std::map<FormIdKey, in GetNoHostTempForms() 1567 … std::map<FormIdKey, std::set<int64_t>> &noHostTempFormsMap, in GetNoHostInvalidTempForms() 1613 void FormDataMgr::BatchDeleteNoHostTempForms(int32_t callingUid, std::map<FormIdKey, in BatchDeleteNoHostTempForms()
|
| /foundation/ability/form_fwk/test/unittest/fms_form_event_util_test/ |
| D | mock_form_db_cache.cpp | 71 ErrCode FormDbCache::GetNoHostDBForms(const int uid, std::map<FormIdKey, in GetNoHostDBForms()
|
| D | mock_form_data_mgr.cpp | 114 const int uid, std::map<FormIdKey, in GetNoHostTempForms()
|