Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dchild_scheduler_interface.h44 SCHEDULE_LOAD_JS = 0, enumerator
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dchild_scheduler_stub.cpp40 case static_cast<uint32_t>(IChildScheduler::Message::SCHEDULE_LOAD_JS): in OnRemoteRequest()
H A Dchild_scheduler_proxy.cpp52 static_cast<uint32_t>(IChildScheduler::Message::SCHEDULE_LOAD_JS), data, reply, option); in ScheduleLoadChild()
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilityinterfacesappmgrchildschedulerstub_fuzzer/
H A Dabilityinterfacesappmgrchildschedulerstub_fuzzer.cpp81 uint32_t code = static_cast<uint32_t>(IChildScheduler::Message::SCHEDULE_LOAD_JS); in DoSomethingInterestingWithMyAPI()