Home
last modified time | relevance | path

Searched refs:enableUpdateMap_ (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_host_record.cpp97 enableUpdateMap_[formId] = enable; in SetEnableUpdate()
106 auto result = enableUpdateMap_.find(formId); in IsEnableUpdate()
107 if (result == enableUpdateMap_.end()) { in IsEnableUpdate()
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_host_record.h222 std::unordered_map<int64_t, bool> enableUpdateMap_; variable
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_refresh_connection_test/
H A Dfms_form_refresh_connection_test.cpp343 formHostRecord.enableUpdateMap_.emplace(formId, enable);
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_data_mgr_test/
H A Dfms_form_data_mgr_test.cpp3608 record.enableUpdateMap_[formId] = true;