Home
last modified time | relevance | path

Searched refs:GET_DEVICE_INFO (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/common/include/
H A Di_policy_provider_ipc.h36 GET_DEVICE_INFO = 0, enumerator
/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/common/include/
H A Dedm_ipc_interface_code.h90 GET_DEVICE_INFO = 1050, enumerator
/ohos5.0/foundation/distributedhardware/device_manager/common/include/
H A Ddevice_manager_ipc_interface_code.h60 GET_DEVICE_INFO, enumerator
/ohos5.0/base/customization/enterprise_device_management/test/fuzztest/getdeviceinfoplugin_fuzzer/
H A Dget_device_info_plugin_fuzzer.cpp42 uint32_t code = EdmInterfaceCode::GET_DEVICE_INFO; in LLVMFuzzerTestOneInput()
/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/device_info/src/
H A Ddevice_info_proxy.cpp93 proxy->GetPolicy(EdmInterfaceCode::GET_DEVICE_INFO, data, reply); in GetDeviceInfoSync()
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/
H A Dget_device_info_plugin.cpp38 ptr->InitAttribute(EdmInterfaceCode::GET_DEVICE_INFO, "get_device_info", in InitPlugin()
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ipc/lite/
H A Dipc_cmd_parser.cpp105 ON_IPC_SET_REQUEST(GET_DEVICE_INFO, std::shared_ptr<IpcReq> pBaseReq, IpcIo &request, uint8_t *buff… in ON_IPC_SET_REQUEST() argument
119 ON_IPC_READ_RESPONSE(GET_DEVICE_INFO, IpcIo &reply, std::shared_ptr<IpcRsp> pBaseRsp) in ON_IPC_READ_RESPONSE() argument
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Dpolicy_provider_proxy.cpp44 int ret = Remote()->SendRequest(IPolicyProviderMsg::GET_DEVICE_INFO, data, reply, option); in GetProcessDeviceInfo()
/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Dpolicy_provider_stub.cpp43 case GET_DEVICE_INFO: in OnRemoteRequest()
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/ipc/lite/
H A Dipc_cmd_parser.cpp133 ON_IPC_SERVER_CMD(GET_DEVICE_INFO, IpcIo &req, IpcIo &reply) in ON_IPC_SERVER_CMD() argument
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ipc/standard/
H A Dipc_cmd_parser.cpp229 ON_IPC_SET_REQUEST(GET_DEVICE_INFO, std::shared_ptr<IpcReq> pBaseReq, MessageParcel &data) in ON_IPC_SET_REQUEST() argument
239 ON_IPC_READ_RESPONSE(GET_DEVICE_INFO, MessageParcel &reply, std::shared_ptr<IpcRsp> pBaseRsp) in ON_IPC_READ_RESPONSE() argument
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/ipc/standard/
H A Dipc_cmd_parser.cpp544 ON_IPC_CMD(GET_DEVICE_INFO, MessageParcel &data, MessageParcel &reply) in ON_IPC_CMD() argument
/ohos5.0/foundation/distributedhardware/device_manager/test/unittest/
H A DUTTest_ipc_cmd_parser_service.cpp1047 int32_t cmdCode = GET_DEVICE_INFO;
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/
H A Ddevice_manager_impl.cpp288 int32_t ret = ipcClientProxy_->SendRequest(GET_DEVICE_INFO, req, rsp); in GetDeviceInfo()