RDK Documentation (Open Sourced RDK Components)
|
This source file contains the APIs for getting device information. More...
#include <fstream>
#include <cmath>
#include <cstring>
#include <sys/stat.h>
#include <sys/sysinfo.h>
#include <sys/ioctl.h>
#include <net/if.h>
#include <sys/wait.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <errno.h>
#include <ifaddrs.h>
#include <sys/inotify.h>
#include <map>
#include <string>
#include <iostream>
#include <algorithm>
#include <dirent.h>
#include "libIBus.h"
#include "mfrMgr.h"
#include "Device_DeviceInfo.h"
#include "hostIf_utils.h"
#include "pwrMgr.h"
#include <curl/curl.h>
#include "dsTypes.h"
#include "host.hpp"
#include "manager.hpp"
#include "dsError.h"
#include "audioOutputPort.hpp"
#include "sysMgr.h"
#include "hostIf_NotificationHandler.h"
#include "safec_lib.h"
Go to the source code of this file.
Functions | |
void * | ResetFunc (void *) |
This method resets according to the STB reset state such as NoReset, ColdReset FactoryReset, WarehouseReset and CustomerReset. | |
static int | get_ParamValue_From_TR69Agent (HOSTIF_MsgData_t *) |
static int | get_PartnerId_From_Script (string &) |
static size_t | writeCurlResponse (void *ptr, size_t size, size_t nmemb, string stream) |
static void | Replace_AllOccurrence (char *str, int size, char ch, char Newch) |
static bool | ValidateInput_Arguments (char *input, FILE *tmp_fptr) |
This source file contains the APIs for getting device information.
Definition in file Device_DeviceInfo.cpp.