Home
last modified time | relevance | path

Searched refs:InsightIntentExecuteRecipient (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dinsight_intent_execute_manager.h58 class InsightIntentExecuteRecipient : public IRemoteObject::DeathRecipient {
60 explicit InsightIntentExecuteRecipient(uint64_t intentId) : intentId_(intentId) in InsightIntentExecuteRecipient() function
63 ~InsightIntentExecuteRecipient() override = default;
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dinsight_intent_execute_manager.cpp33 void InsightIntentExecuteRecipient::OnRemoteDied(const wptr<OHOS::IRemoteObject> &remote) in OnRemoteDied()
116 record->deathRecipient = sptr<InsightIntentExecuteRecipient>::MakeSptr(intentId); in AddRecord()
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilitymgrinsightintentexecutemanager_fuzzer/
H A Dabilitymgrinsightintentexecutemanager_fuzzer.cpp76 InsightIntentExecuteRecipient Rinfos(intentId); in DoSomethingInterestingWithMyAPI()