Home
last modified time | relevance | path

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

/foundation/aafwk/standard/services/formmgr/include/
Dform_id_key.h23 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/
Dform_db_cache.cpp234 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()
Dform_event_util.cpp234 void FormEventUtil::BatchDeleteNoHostTempForms(const int uid, std::map<FormIdKey, in BatchDeleteNoHostTempForms()
397 void FormEventUtil::BatchDeleteNoHostDBForms(const int uid, std::map<FormIdKey, in BatchDeleteNoHostDBForms()
Dform_data_mgr.cpp1075 const int uid, std::map<FormIdKey, in GetNoHostTempForms()
1369std::map<FormIdKey, std::set<int64_t>> &noHostTempFormsMap, in GetNoHostInvalidTempForms()
1415 void FormDataMgr::BatchDeleteNoHostTempForms(int32_t callingUid, std::map<FormIdKey, in BatchDeleteNoHostTempForms()