Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_data_proxy_record.h74 bool keyCheckingNeeded, SubscribeMap &subscribeMap);
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_data_proxy_record.cpp393 bool keyCheckingNeeded, SubscribeMap &subscribeMap) in ParseFormDataProxiesIntoSubscribeMapWithExpectedKeys() argument
397 if (keyCheckingNeeded && expectedKeys.find(formDataProxy.key) == expectedKeys.end()) { in ParseFormDataProxiesIntoSubscribeMapWithExpectedKeys()