Home
last modified time | relevance | path

Searched refs:GetForegroundService (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/moduletest/panding_want_manager_test/
H A Dpanding_want_manager_test.cpp68 WantSenderInfo GetForegroundService();
201 WantSenderInfo PandingWantManagerTest::GetForegroundService() in GetForegroundService() function in OHOS::AAFwk::PandingWantManagerTest
/ohos5.0/foundation/ability/ability_runtime/test/unittest/pending_want_test/
H A Dpending_want_test.cpp378 PendingWant::GetForegroundService(GetAppContext(), requestCode, want, flags, pendingWant);
396 PendingWant::GetForegroundService(nullptr, requestCode, want, flags, pendingWant);
1212 …ErrCode err = PendingWant::GetForegroundService(GetAppContext(), requestCode, want, flags, pending…
1232 ErrCode err = PendingWant::GetForegroundService(nullptr, requestCode, want, flags, pendingWant);
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/wantagent/include/
H A Dpending_want.h185 static ErrCode GetForegroundService(
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/wantagent/src/
H A Dwant_agent_helper.cpp128 … result = PendingWant::GetForegroundService(context, requestCode, wants[0], flags, pendingWant); in GetWantAgent()
H A Dpending_want.cpp194 ErrCode PendingWant::GetForegroundService( in GetForegroundService() function in OHOS::AbilityRuntime::WantAgent::PendingWant