Lines Matching defs:action
263 std::string action = data->GetWant().GetAction();
273 action == EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_REMOVED) {
280 action == EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_ADDED) {
305 std::string action = data->GetWant().GetAction();
306 if (action.empty()) {
307 ErrorLog("action is empty");
310 if ((action != EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_ADDED) &&
311 (action != EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_CHANGED) &&
312 (action != EventFwk::CommonEventSupport::COMMON_EVENT_PACKAGE_REMOVED)) {
313 InfoLog("not the interested action");