Home
last modified time | relevance | path

Searched defs:content (Results 1 – 10 of 10) sorted by relevance

/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/
Dhdf_command_line_server.py26 def __init__(self, msg_type, content): argument
34 def pack_message(msg_type, content, err_code=None): argument
69 def _send_back(self, msg_type, content, error_code=None): argument
74 def _send_back_success(self, content): argument
77 def _send_back_error(self, error_code, content): argument
Dhdi_add_handler.py573 def writer_lines_binary(self, file_path, content): argument
/drivers/hdf_core/adapter/khdf/linux/manager/src/
Dhdf_kevent.c83 struct HdfKeventWait **wait, uint64_t class, int32_t eventId, const char *content, bool sync) in PrepareEvent()
123 …struct HdfKeventModule *keventModule, uint16_t class, int32_t event, const char *content, bool syn… in SendKevent()
174 int32_t HdfSysEventSend(uint64_t eventClass, uint32_t event, const char *content, bool sync) in HdfSysEventSend()
/drivers/peripheral/battery/charger/backlight/
Dbattery_backlight.cpp125 void BatteryBacklight::CreateFile(const std::string& path, const std::string& content) in CreateFile()
/drivers/hdf_core/adapter/uhdf2/host/src/
Ddevhost_service_full.c138 struct HdfSysEventNotifyNode *self, uint64_t eventClass, uint32_t event, const char *content) in OnSysEventReceived()
/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/
Dhdf_utils.py79 def __init__(self, begin_flag, content, end_flag): argument
193 def write_file(file_path, content): argument
198 def write_file_lines(file_path, content, code_type="utf-8"): argument
/drivers/hdf_core/adapter/uhdf2/manager/src/
Ddevmgr_service_stub.c197 struct HdfSysEventNotifyNode *self, uint64_t eventClass, uint32_t event, const char *content) in ModuleSysEventHandle()
/drivers/peripheral/power/interfaces/hdi_service/src/
Dpower_interface_impl.cpp249 void LoadStringFd(int32_t fd, std::string& content) in LoadStringFd()
/drivers/peripheral/battery/interfaces/hdi_service/test/unittest/src/
Dhdi_service_test.cpp80 std::string CreateFile(std::string path, std::string content) in CreateFile()
/drivers/peripheral/battery/interfaces/hdi_service/src/
Dpower_supply_provider.cpp491 void PowerSupplyProvider::CreateFile(const std::string& path, const std::string& content) in CreateFile()