Lines Matching refs:notify

74         for (auto notify : notifys) {  in GetDSchedEventInfo()  local
76 cout << "eventResult: " << notify.eventResult_ << endl; in GetDSchedEventInfo()
77 cout << "srcNetworkId: " << notify.srcNetworkId_ << endl; in GetDSchedEventInfo()
78 cout << "dstNetworkId: " << notify.dstNetworkId_ << endl; in GetDSchedEventInfo()
79 cout << "srcBundleName: " << notify.srcBundleName_ << endl; in GetDSchedEventInfo()
80 cout << "srcModuleName: " << notify.srcModuleName_ << endl; in GetDSchedEventInfo()
81 cout << "srcAbilityName: " << notify.srcAbilityName_ << endl; in GetDSchedEventInfo()
82 cout << "destBundleName: " << notify.destBundleName_ << endl; in GetDSchedEventInfo()
83 cout << "destModuleName: " << notify.destModuleName_ << endl; in GetDSchedEventInfo()
84 cout << "destAbilityName: " << notify.destAbilityName_ << endl; in GetDSchedEventInfo()
85 cout << "developerId: " << notify.developerId_ << endl; in GetDSchedEventInfo()
86 cout << "dSchedEventType: " << notify.dSchedEventType_ << endl; in GetDSchedEventInfo()
87 cout << "state: " << notify.state_ << endl << endl; in GetDSchedEventInfo()
93 void Business::DSchedEventNotify(EventNotify& notify) in DSchedEventNotify() argument
96 cout << "eventResult: " << notify.eventResult_ << endl; in DSchedEventNotify()
97 cout << "srcNetworkId: " << notify.srcNetworkId_ << endl; in DSchedEventNotify()
98 cout << "dstNetworkId: " << notify.dstNetworkId_ << endl; in DSchedEventNotify()
99 cout << "srcBundleName: " << notify.srcBundleName_ << endl; in DSchedEventNotify()
100 cout << "srcModuleName: " << notify.srcModuleName_ << endl; in DSchedEventNotify()
101 cout << "srcAbilityName: " << notify.srcAbilityName_ << endl; in DSchedEventNotify()
102 cout << "destBundleName: " << notify.destBundleName_ << endl; in DSchedEventNotify()
103 cout << "destModuleName: " << notify.destModuleName_ << endl; in DSchedEventNotify()
104 cout << "destAbilityName: " << notify.destAbilityName_ << endl; in DSchedEventNotify()
105 cout << "developerId: " << notify.developerId_ << endl; in DSchedEventNotify()
106 cout << "dSchedEventType: " << notify.dSchedEventType_ << endl; in DSchedEventNotify()
107 cout << "state: " << notify.state_ << endl; in DSchedEventNotify()