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 D | panding_want_manager_test.cpp | 68 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 D | pending_want_test.cpp | 378 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 D | pending_want.h | 185 static ErrCode GetForegroundService(
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/wantagent/src/ |
H A D | want_agent_helper.cpp | 128 … result = PendingWant::GetForegroundService(context, requestCode, wants[0], flags, pendingWant); in GetWantAgent()
|
H A D | pending_want.cpp | 194 ErrCode PendingWant::GetForegroundService( in GetForegroundService() function in OHOS::AbilityRuntime::WantAgent::PendingWant
|