H A D | pending_want.cpp | 242 void PendingWant::Send(const sptr<AAFwk::IWantSender> &target) in Send() function in OHOS::AbilityRuntime::WantAgent::PendingWant 244 Send(0, nullptr, nullptr, "", nullptr, nullptr, target); in Send() 249 Send(resultCode, nullptr, nullptr, "", nullptr, nullptr, target); in Send() 252 void PendingWant::Send(int resultCode, const std::shared_ptr<Want> &want, in Send() function in OHOS::AbilityRuntime::WantAgent::PendingWant 255 Send(resultCode, want, nullptr, "", nullptr, nullptr, target); in Send() 258 void PendingWant::Send( in Send() function in OHOS::AbilityRuntime::WantAgent::PendingWant 261 Send(resultCode, nullptr, onCompleted, "", nullptr, nullptr, target); in Send() 264 void PendingWant::Send(int resultCode, const std::shared_ptr<Want> &want, in Send() function in OHOS::AbilityRuntime::WantAgent::PendingWant 267 Send(resultCode, want, onCompleted, "", nullptr, nullptr, target); in Send() 270 void PendingWant::Send(int resultCode, const std::shared_ptr<Want> &want, in Send() function in OHOS::AbilityRuntime::WantAgent::PendingWant [all …]
|