Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_observer_record.h56 std::string BindHostBundle() const in BindHostBundle() function
68 return (remote_ == other.GetRemote() && bindHostBundle == other.BindHostBundle());
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_observer_record.cpp225 … recordInner.BindHostBundle(), formEventType, recordInner.GetRemote(), runningFormInfo); in NotifyFormEvent()