Searched refs:HandleNotifyHotReloadPage (Results 1 – 5 of 5) sorted by relevance
55 int32_t HandleNotifyHotReloadPage(MessageParcel &data, MessageParcel &reply);
113 int32_t HandleNotifyHotReloadPage(MessageParcel &data, MessageParcel &reply);
118 return HandleNotifyHotReloadPage(data, reply); in OnRemoteRequestInnerSecond()378 int32_t AppSchedulerHost::HandleNotifyHotReloadPage(MessageParcel &data, MessageParcel &reply) in HandleNotifyHotReloadPage() function in OHOS::AppExecFwk::AppSchedulerHost
187 return HandleNotifyHotReloadPage(data, reply); in OnRemoteRequestInnerThird()1042 int32_t AppMgrStub::HandleNotifyHotReloadPage(MessageParcel &data, MessageParcel &reply) in HandleNotifyHotReloadPage() function in OHOS::AppExecFwk::AppMgrStub
183 mockAppMgrService_->HandleNotifyHotReloadPage(data, reply);