Home
last modified time | relevance | path

Searched refs:DHCP_SERVER_SVR_CMD_REG_CALL_BACK (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/dhcp/frameworks/native/include/
H A Ddhcp_manager_service_ipc_interface_code.h33 DHCP_SERVER_SVR_CMD_REG_CALL_BACK = 0x5000, enumerator
/ohos5.0/foundation/communication/dhcp/test/fuzztest/serverstub_fuzzer/
H A Dserverstub_fuzzer.cpp38 (DhcpServerInterfaceCode::DHCP_SERVER_SVR_CMD_REG_CALL_BACK); in OnGetSupportedFeaturesTest()
/ohos5.0/foundation/communication/dhcp/frameworks/native/src/
H A Ddhcp_server_proxy.cpp128 …e()->SendRequest(static_cast<uint32_t>(DhcpServerInterfaceCode::DHCP_SERVER_SVR_CMD_REG_CALL_BACK), in RegisterDhcpServerCallBack()
132 … static_cast<int32_t>(DhcpServerInterfaceCode::DHCP_SERVER_SVR_CMD_REG_CALL_BACK), error); in RegisterDhcpServerCallBack()
H A Ddhcp_server_proxy_lite.cpp184 owner.funcId = static_cast<int32_t>(DhcpServerInterfaceCode::DHCP_SERVER_SVR_CMD_REG_CALL_BACK); in RegisterDhcpServerCallBack()
186 static_cast<int32_t>(DhcpServerInterfaceCode::DHCP_SERVER_SVR_CMD_REG_CALL_BACK), in RegisterDhcpServerCallBack()
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_server_stub_lite.cpp66 case static_cast<uint32_t>(DhcpServerInterfaceCode::DHCP_SERVER_SVR_CMD_REG_CALL_BACK): { in OnRemoteRequest()
H A Ddhcp_server_stub.cpp35 … handleFuncMap[static_cast<uint32_t>(DhcpServerInterfaceCode::DHCP_SERVER_SVR_CMD_REG_CALL_BACK)] = in InitHandleMap()