Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/
H A Ddistributed_notification_service_ipc_interface_code.h148 SET_TARGET_DEVICE_STATUS, enumerator
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_stub_test/
H A Dans_manager_stub_test.cpp513 uint32_t code = static_cast<uint32_t>(NotificationInterfaceCode::SET_TARGET_DEVICE_STATUS);
535 uint32_t code = static_cast<uint32_t>(NotificationInterfaceCode::SET_TARGET_DEVICE_STATUS);
555 uint32_t code = static_cast<uint32_t>(NotificationInterfaceCode::SET_TARGET_DEVICE_STATUS);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_manager_proxy.cpp2221 …ErrCode result = InnerTransact(NotificationInterfaceCode::SET_TARGET_DEVICE_STATUS, option, data, … in SetTargetDeviceStatus()
H A Dans_manager_stub.cpp434 case static_cast<uint32_t>(NotificationInterfaceCode::SET_TARGET_DEVICE_STATUS): { in OnRemoteRequest()