Searched refs:infosProxy (Results 1 - 4 of 4) sorted by relevance
/foundation/ability/ability_runtime/test/fuzztest/abilityinterfacesappmgrabilitydebugresponseproxy_fuzzer/ |
H A D | abilityinterfacesappmgrabilitydebugresponseproxy_fuzzer.cpp | 71 std::shared_ptr<AbilityDebugResponseProxy> infosProxy = std::make_shared<AbilityDebugResponseProxy>(impl); in DoSomethingInterestingWithMyAPI() local 73 infosProxy->OnAbilitysDebugStarted(tokens); in DoSomethingInterestingWithMyAPI() 74 infosProxy->OnAbilitysDebugStoped(tokens); in DoSomethingInterestingWithMyAPI() 76 infosProxy->OnAbilitysAssertDebugChange(tokens, isAssertDebug); in DoSomethingInterestingWithMyAPI() 81 infosProxy->WriteInterfaceToken(parcels); in DoSomethingInterestingWithMyAPI() 83 infosProxy->SendRequest(message, tokens); in DoSomethingInterestingWithMyAPI() 85 infosProxy->SendRequest(message, tokens); in DoSomethingInterestingWithMyAPI() 87 infosProxy->SendRequest(message, tokens); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/ability_runtime/test/fuzztest/abilityinterfacesappmgrnativechildnotifyproxy_fuzzer/ |
H A D | abilityinterfacesappmgrnativechildnotifyproxy_fuzzer.cpp | 71 std::shared_ptr<NativeChildNotifyProxy> infosProxy = std::make_shared<NativeChildNotifyProxy>(impl); in DoSomethingInterestingWithMyAPI() local 73 infosProxy->OnNativeChildStarted(nativeChild); in DoSomethingInterestingWithMyAPI() 75 infosProxy->OnError(errCode); in DoSomethingInterestingWithMyAPI() 84 infosProxy->WriteInterfaceToken(parcels); in DoSomethingInterestingWithMyAPI() 88 infosProxy->SendRequest(codeOne, parcel, reply, option); in DoSomethingInterestingWithMyAPI() 90 infosProxy->SendRequest(codeTwo, parcel, reply, option); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/ability_runtime/test/fuzztest/abilityinterfacesappmgrappdebuglistenerproxy_fuzzer/ |
H A D | abilityinterfacesappmgrappdebuglistenerproxy_fuzzer.cpp | 71 std::shared_ptr<AppDebugListenerProxy> infosProxy = std::make_shared<AppDebugListenerProxy>(impl); in DoSomethingInterestingWithMyAPI() local 73 infosProxy->OnAppDebugStarted(debugInfos); in DoSomethingInterestingWithMyAPI() 74 infosProxy->OnAppDebugStoped(debugInfos); in DoSomethingInterestingWithMyAPI() 79 infosProxy->WriteInterfaceToken(parcels); in DoSomethingInterestingWithMyAPI() 81 infosProxy->SendRequest(message, debugInfos); in DoSomethingInterestingWithMyAPI() 83 infosProxy->SendRequest(message, debugInfos); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/ability_runtime/test/fuzztest/abilityinterfacesappmgrchildschedulerproxy_fuzzer/ |
H A D | abilityinterfacesappmgrchildschedulerproxy_fuzzer.cpp | 71 std::shared_ptr<ChildSchedulerProxy> infosProxy = std::make_shared<ChildSchedulerProxy>(impl); in DoSomethingInterestingWithMyAPI() local 72 infosProxy->ScheduleLoadChild(); in DoSomethingInterestingWithMyAPI() 73 infosProxy->ScheduleExitProcessSafely(); in DoSomethingInterestingWithMyAPI() 75 infosProxy->ScheduleRunNativeProc(mainProcessCb); in DoSomethingInterestingWithMyAPI() 80 infosProxy->WriteInterfaceToken(parcels); in DoSomethingInterestingWithMyAPI()
|
Completed in 2 milliseconds