Home
last modified time | relevance | path

Searched refs:wantAgent_ (Results 1 - 10 of 10) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/
H A Dtimer_info.h33 void SetWantAgent(std::shared_ptr<AbilityRuntime::WantAgent::WantAgent> wantAgent_) override;
74 void TimerInfo::SetWantAgent(std::shared_ptr<AbilityRuntime::WantAgent::WantAgent> wantAgent_) in SetWantAgent() argument
76 wantAgent = wantAgent_; in SetWantAgent()
/foundation/resourceschedule/background_task_mgr/interfaces/innerkits/src/
H A Dcontinuous_task_param.cpp37 wantAgent_ = std::shared_ptr<AbilityRuntime::WantAgent::WantAgent>( in ReadFromParcel()
39 if (!wantAgent_) { in ReadFromParcel()
135 bool valid = wantAgent_ != nullptr; in Marshalling()
141 if (!parcel.WriteParcelable(wantAgent_.get())) { in Marshalling()
/foundation/resourceschedule/background_task_mgr/interfaces/innerkits/include/
H A Dcontinuous_task_param.h31 std::shared_ptr<AbilityRuntime::WantAgent::WantAgent> wantAgent_ {nullptr};
45 : isNewApi_(isNewApi), bgModeId_(bgModeId), wantAgent_(wantAgent), abilityName_(abilityName),
/foundation/resourceschedule/background_task_mgr/services/continuous_task/include/
H A Dcontinuous_task_record.h68 std::shared_ptr<AbilityRuntime::WantAgent::WantAgent> wantAgent_ {nullptr};
/foundation/resourceschedule/background_task_mgr/services/continuous_task/src/
H A Dnotification_tools.cpp100 notificationRequest.SetWantAgent(continuousTaskRecord->wantAgent_); in PublishNotification()
H A Dcontinuous_task_record.cpp110 return wantAgent_; in GetWantAgent()
H A Dbg_continuous_task_mgr.cpp531 if (taskParam->wantAgent_ == nullptr || taskParam->abilityName_.empty()) { in CheckTaskParam()
649 continuousTaskRecord->wantAgent_ = taskParam->wantAgent_; in StartBackgroundRunning()
656 if (taskParam->wantAgent_ != nullptr && taskParam->wantAgent_->GetPendingWant() != nullptr) { in StartBackgroundRunning()
657 auto target = taskParam->wantAgent_->GetPendingWant()->GetTarget(); in StartBackgroundRunning()
658 auto want = taskParam->wantAgent_->GetPendingWant()->GetWant(target); in StartBackgroundRunning()
/foundation/resourceschedule/background_task_mgr/services/test/unittest/
H A Dbg_continuous_task_mgr_test.cpp114 taskParam->wantAgent_ = std::make_shared<AbilityRuntime::WantAgent::WantAgent>(); in HWTEST_F()
297 taskParam->wantAgent_ = std::make_shared<AbilityRuntime::WantAgent::WantAgent>(); in HWTEST_F()
322 taskParam->wantAgent_ = std::make_shared<AbilityRuntime::WantAgent::WantAgent>(); in HWTEST_F()
/foundation/resourceschedule/background_task_mgr/interfaces/test/unittest/bgtask_manager_client_test/
H A Dbgtask_client_unit_test.cpp479 EXPECT_EQ(info4->wantAgent_, nullptr); in HWTEST_F()
/foundation/multimedia/av_session/frameworks/js/napi/session/src/
H A Dnapi_avsession.cpp682 AbilityRuntime::WantAgent::WantAgent* wantAgent_; in SetLaunchAbility() member
695 context->status = NapiUtils::GetValue(env, argv[ARGV_FIRST], context->wantAgent_); in SetLaunchAbility()
709 int32_t ret = napiSession->session_->SetLaunchAbility(*context->wantAgent_); in SetLaunchAbility()

Completed in 12 milliseconds