Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/form_fwk/interfaces/kits/native/src/
H A Dform_host_client.cpp83 etsFormIds_.emplace(formId); in AddForm()
111 etsFormIds_.erase(formId); in RemoveForm()
348 for (auto formIdIter = etsFormIds_.begin(); formIdIter != etsFormIds_.end();) { in OnError()
353 formIdIter = etsFormIds_.erase(formIdIter); in OnError()
376 if (etsFormIds_.find(formId) == etsFormIds_.end()) { in OnError()
382 etsFormIds_.erase(formId); in OnError()
/ohos5.0/foundation/ability/form_fwk/interfaces/kits/native/include/
H A Dform_host_client.h221 std::unordered_set<int64_t> etsFormIds_; variable