/ohos5.0/foundation/multimedia/audio_framework/services/audio_service/common/include/ |
H A D | i_policy_provider_ipc.h | 36 GET_DEVICE_INFO = 0, enumerator
|
/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/common/include/ |
H A D | edm_ipc_interface_code.h | 90 GET_DEVICE_INFO = 1050, enumerator
|
/ohos5.0/foundation/distributedhardware/device_manager/common/include/ |
H A D | device_manager_ipc_interface_code.h | 60 GET_DEVICE_INFO, enumerator
|
/ohos5.0/base/customization/enterprise_device_management/test/fuzztest/getdeviceinfoplugin_fuzzer/ |
H A D | get_device_info_plugin_fuzzer.cpp | 42 uint32_t code = EdmInterfaceCode::GET_DEVICE_INFO; in LLVMFuzzerTestOneInput()
|
/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/device_info/src/ |
H A D | device_info_proxy.cpp | 93 proxy->GetPolicy(EdmInterfaceCode::GET_DEVICE_INFO, data, reply); in GetDeviceInfoSync()
|
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/ |
H A D | get_device_info_plugin.cpp | 38 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 D | ipc_cmd_parser.cpp | 105 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 D | policy_provider_proxy.cpp | 44 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 D | policy_provider_stub.cpp | 43 case GET_DEVICE_INFO: in OnRemoteRequest()
|
/ohos5.0/foundation/distributedhardware/device_manager/services/service/src/ipc/lite/ |
H A D | ipc_cmd_parser.cpp | 133 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 D | ipc_cmd_parser.cpp | 229 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 D | ipc_cmd_parser.cpp | 544 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 D | UTTest_ipc_cmd_parser_service.cpp | 1047 int32_t cmdCode = GET_DEVICE_INFO;
|
/ohos5.0/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/ |
H A D | device_manager_impl.cpp | 288 int32_t ret = ipcClientProxy_->SendRequest(GET_DEVICE_INFO, req, rsp); in GetDeviceInfo()
|