Searched refs:MakeTheKey (Results 1 - 2 of 2) sorted by relevance
/foundation/ability/ability_base/interfaces/kits/native/configuration/src/ |
H A D | configuration.cpp | 56 bool Configuration::MakeTheKey(std::string &getKey, int id, const std::string ¶m) const in MakeTheKey() function in OHOS::AppExecFwk::Configuration 105 if (!MakeTheKey(getKey, displayId, key)) { in AddItem() 121 if (!MakeTheKey(getKey, displayId, key)) { in GetItem() 211 if (!MakeTheKey(getKey, displayId, key)) { in RemoveItem()
|
/foundation/ability/ability_base/interfaces/kits/native/configuration/include/ |
H A D | configuration.h | 189 bool MakeTheKey(std::string &getKey, int id, const std::string ¶m) const;
|
Completed in 1 milliseconds