Home
last modified time | relevance | path

Searched refs:GetCommonEvent (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.cpp69 WantSenderInfo GetCommonEvent();
220 WantSenderInfo PandingWantManagerTest::GetCommonEvent() in GetCommonEvent() function in OHOS::AAFwk::PandingWantManagerTest
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/wantagent/include/
H A Dpending_want.h135 static ErrCode GetCommonEvent(
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/wantagent/src/
H A Dwant_agent_helper.cpp131 … result = PendingWant::GetCommonEvent(context, requestCode, wants[0], flags, pendingWant); in GetWantAgent()
H A Dpending_want.cpp136 ErrCode PendingWant::GetCommonEvent( in GetCommonEvent() function in OHOS::AbilityRuntime::WantAgent::PendingWant
/ohos5.0/foundation/ability/ability_runtime/test/unittest/pending_want_test/
H A Dpending_want_test.cpp1112 ErrCode err = PendingWant::GetCommonEvent(nullptr, requestCode, want, flags, pendingWant);
1132 … ErrCode err = PendingWant::GetCommonEvent(GetAppContext(), requestCode, want, flags, pendingWant);