Searched defs:FormIdKey (Results 1 – 4 of 4) sorted by relevance
| /foundation/aafwk/standard/services/formmgr/include/ |
| D | form_id_key.h | 23 struct FormIdKey { struct 25 FormIdKey(std::string &bundleName, std::string &abilityName) in FormIdKey() argument 37 bool operator== (const FormIdKey &formIdKey) const argument 59 int hashCode() in hashCode()
|
| /foundation/aafwk/standard/services/formmgr/src/ |
| D | form_db_cache.cpp | 234 ErrCode FormDbCache::GetNoHostDBForms(const int uid, std::map<FormIdKey, in GetNoHostDBForms() 315 std::map<FormIdKey, std::set<int64_t>> &noHostDBFormsMap, in GetNoHostInvalidDBForms() 362 void FormDbCache::BatchDeleteNoHostDBForms(int32_t callingUid, std::map<FormIdKey, std::set<int64_t… in BatchDeleteNoHostDBForms()
|
| D | form_event_util.cpp | 234 void FormEventUtil::BatchDeleteNoHostTempForms(const int uid, std::map<FormIdKey, in BatchDeleteNoHostTempForms() 397 void FormEventUtil::BatchDeleteNoHostDBForms(const int uid, std::map<FormIdKey, in BatchDeleteNoHostDBForms()
|
| D | form_data_mgr.cpp | 1075 const int uid, std::map<FormIdKey, in GetNoHostTempForms() 1369 … std::map<FormIdKey, std::set<int64_t>> &noHostTempFormsMap, in GetNoHostInvalidTempForms() 1415 void FormDataMgr::BatchDeleteNoHostTempForms(int32_t callingUid, std::map<FormIdKey, in BatchDeleteNoHostTempForms()
|