Home
last modified time | relevance | path

Searched defs:sendingUser (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/wantagent/src/
H A Dcompleted_dispatcher.cpp28 const AAFwk::WantParams &extras, bool serialized, bool sticky, int sendingUser) in PerformReceive()
H A Dpending_want.cpp350 const AAFwk::WantParams &extras, bool serialized, bool sticky, int sendingUser) in PerformReceive()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/want_receiver_proxy_test/
H A Dwant_receiver_stub_mock.h44 bool serialized, bool sticky, int sendingUser) {} in PerformReceive()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dwant_receiver_proxy.cpp52 const WantParams &extras, bool serialized, bool sticky, int sendingUser) in PerformReceive()
H A Dwant_receiver_stub.cpp73 int sendingUser = data.ReadInt32(); in PerformReceiveInner() local
/ohos5.0/foundation/ability/ability_runtime/test/unittest/want_receiver_stub_test/
H A Dwant_receiver_stub_impl_mock.h53 bool serialized, bool sticky, int sendingUser) {}; in PerformReceive()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/wants_info_test/
H A Dwants_info_test.cpp56 const AAFwk::WantParams& extras, bool serialized, bool sticky, int sendingUser) in PerformReceive()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/sender_info_test/
H A Dsender_info_test.cpp53 const AAFwk::WantParams& extras, bool serialized, bool sticky, int sendingUser) in PerformReceive()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/want_sender_info_test/
H A Dwant_sender_info_test.cpp57 … std::string& data, const AAFwk::WantParams& extras, bool serialized, bool sticky, int sendingUser) in PerformReceive()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/pending_want_record_test/
H A Dpending_want_record_test.cpp90 … std::string& data, const AAFwk::WantParams& extras, bool serialized, bool sticky, int sendingUser) in PerformReceive()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/pending_want_manager_test/
H A Dpending_want_manager_test.cpp88 … std::string& data, const AAFwk::WantParams& extras, bool serialized, bool sticky, int sendingUser) in PerformReceive()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/pending_want_test/
H A Dpending_want_test.cpp1395 int sendingUser = 1; variable