Home
last modified time | relevance | path

Searched refs:hostClient (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/core/manager/src/
H A Ddevmgr_service.c417 struct DevHostServiceClnt *hostClient = NULL; in DevmgrServicePowerStateChange() local
433 DLIST_FOR_EACH_ENTRY(hostClient, &devmgr->hosts, struct DevHostServiceClnt, node) { in DevmgrServicePowerStateChange()
434 if (hostClient->hostService != NULL) { in DevmgrServicePowerStateChange()
435 … if (hostClient->hostService->PmNotify(hostClient->hostService, powerState) != HDF_SUCCESS) { in DevmgrServicePowerStateChange()
442 DLIST_FOR_EACH_ENTRY_REVERSE(hostClient, &devmgr->hosts, struct DevHostServiceClnt, node) { in DevmgrServicePowerStateChange()
443 if (hostClient->hostService != NULL) { in DevmgrServicePowerStateChange()
444 … if (hostClient->hostService->PmNotify(hostClient->hostService, powerState) != HDF_SUCCESS) { in DevmgrServicePowerStateChange()
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_render_mgr.cpp429 sptr<IFormHost> hostClient = iface_cast<IFormHost>(remoteObject); in reAddConnections() local
430 if (hostClient == nullptr) { in reAddConnections()
434hostClient->OnError(ERR_APPEXECFWK_FORM_RENDER_SERVICE_DIED, "FormRenderService is dead.", formIds… in reAddConnections()
509 auto hostClient = iface_cast<IFormHost>(host); in HandleConnectFailed() local
510 if (hostClient == nullptr) { in HandleConnectFailed()
514 hostClient->OnError(errorCode, "Connect FormRenderService failed"); in HandleConnectFailed()
H A Dform_render_mgr_inner.cpp661 sptr<IRemoteObject> hostClient = item.first; in NotifyHostRenderServiceIsDead() local
662 if (hostClient == nullptr) { in NotifyHostRenderServiceIsDead()
666 FormTaskMgr::GetInstance().PostFrsDiedTaskToHost(hostClient); in NotifyHostRenderServiceIsDead()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_helper.cpp172 ErrCode NotificationHelper::CanPopEnableNotificationDialog(sptr<AnsDialogHostClient> &hostClient, in CanPopEnableNotificationDialog() argument
176 hostClient, canPop, bundleName); in CanPopEnableNotificationDialog()
185 sptr<AnsDialogHostClient> &hostClient, in RequestEnableNotification() argument
189 deviceId, hostClient, callerToken); in RequestEnableNotification()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_helper.h312 static ErrCode CanPopEnableNotificationDialog(sptr<AnsDialogHostClient> &hostClient,
330 sptr<AnsDialogHostClient> &hostClient,
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_notification.h312 ErrCode CanPopEnableNotificationDialog(sptr<AnsDialogHostClient> &hostClient,
330 sptr<AnsDialogHostClient> &hostClient,
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_notification.cpp495 ErrCode AnsNotification::CanPopEnableNotificationDialog(sptr<AnsDialogHostClient> &hostClient, in CanPopEnableNotificationDialog() argument
504 return proxy->CanPopEnableNotificationDialog(hostClient, canPop, bundleName); in CanPopEnableNotificationDialog()
519 sptr<AnsDialogHostClient> &hostClient, in RequestEnableNotification() argument
528 return proxy->RequestEnableNotification(deviceId, hostClient, callerToken); in RequestEnableNotification()