Home
last modified time | relevance | path

Searched refs:IPC_ID_ON_ERROR (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dnative_child_notify_interface.h44 static constexpr uint32_t IPC_ID_ON_ERROR = 1; variable
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dnative_child_notify_stub.cpp41 case INativeChildNotify::IPC_ID_ON_ERROR: in OnRemoteRequest()
H A Dnative_child_notify_proxy.cpp89 SendRequest(INativeChildNotify::IPC_ID_ON_ERROR, data, reply, option); in OnError()
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilityinterfacesappmgrnativechildnotifystub_fuzzer/
H A Dabilityinterfacesappmgrnativechildnotifystub_fuzzer.cpp91 code = static_cast<uint32_t>(INativeChildNotify::IPC_ID_ON_ERROR); in DoSomethingInterestingWithMyAPI()