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