Home
last modified time | relevance | path

Searched defs:path (Results 1476 - 1500 of 6240) sorted by relevance

1...<<51525354555657585960>>...250

/base/hiviewdfx/hiview/base/event_store/utility/writer/
H A Dsys_event_doc_writer.cpp30 SysEventDocWriter::SysEventDocWriter(const std::string& path): EventDocWriter(path) in SysEventDocWriter() argument
/base/hiviewdfx/hiview/framework/native/unified_collection/graphic_memory/
H A Dgraphic_memory.cpp99 std::string path = "/proc/process_dmabuf_info"; in GetGraphByPid() local
/base/hiviewdfx/hiview/plugins/usage_event_report/service/
H A Dusage_event_report_service.cpp42 void UsageEventReportService::InitWorkPath(const char* path) in InitWorkPath() argument
[all...]
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/
H A Devent_log_catcher.cpp79 char path[PATH_MAX] = {0}; in AppendFile() local
/base/account/os_account/services/accountmgr/src/osaccount/
H A Dos_account_plugin_manager.cpp63 void OsAccountPluginManager::LoaderLib(const std::string &path, const std::string &libName) in LoaderLib() argument
/base/global/resource_management_lite/frameworks/resmgr_lite/test/unittest/lite/common/
H A Dhap_resource_test.cpp150 const char *path = resPath.c_str(); in HWTEST_F() local
/base/global/resource_management/frameworks/resmgr/test/unittest/common/
H A Dresource_manager_test_hap.cpp997 std::string path = ""; in HWTEST_F() local
H A Dhap_resource_test.cpp179 const char *path = resPath.c_str(); in HWTEST_F() local
/base/hiviewdfx/faultloggerd/common/cutil/
H A Ddfx_cutil.c31 static bool ReadStringFromFile(const char* path, char* dst, size_t dstSz) in ReadStringFromFile() argument
H A Dmusl_cutil.h34 static bool ReadStringFromFile(const char* path, char* dst, size_t dstSz) in ReadStringFromFile() argument
/base/powermgr/thermal_manager/test/unittest/src/
H A Dthermal_policy_test.cpp209 string path = "test/path"; in HWTEST_F() local
H A Dthermal_mgr_policy_test.cpp1747 string path = "test"; in HWTEST_F() local
/base/powermgr/battery_statistics/services/native/src/
H A Dbattery_stats_parser.cpp40 char* path = GetOneCfgFile(POWER_AVERAGE_FILE.c_str(), buf, MAX_PATH_LEN); in Init() local
71 bool BatteryStatsParser::LoadAveragePowerFromFile(const std::string& path) in LoadAveragePowerFromFile() argument
/base/powermgr/power_manager/services/native/src/wakeup_action/
H A Dwakeup_action_source_parser.cpp58 char* path = GetOneCfgFile(POWER_WAKEUP_ACTION_CONFIG_FILE.c_str(), buf, MAX_PATH_LEN); in GetTargetPath() local
/base/powermgr/power_manager/utils/vibrator/src/
H A Dvibrator_source_parser.cpp51 char* path = GetOneCfgFile(etcPath.c_str(), buf, MAX_PATH_LEN); in GetTargetPath() local
/base/powermgr/power_manager/services/native/src/
H A Dpower_save_mode.cpp39 char* path = GetOneCfgFile(POWER_MODE_CONFIG_PATH.c_str(), buf, MAX_PATH_LEN); in PowerSaveMode() local
59 bool PowerSaveMode::StartXMlParse(std::string path) in StartXMlParse() argument
/base/powermgr/thermal_manager/test/common/src/
H A Dthermal_test.cpp36 int32_t ThermalTest::WriteFile(std::string path, std::string buf) in WriteFile() argument
52 int32_t ThermalTest::ReadFile(std::string path, std::string& buf) in ReadFile() argument
94 bool ThermalTest::IsMock(const std::string& path) in IsMock() argument
130 std::string ThermalTest::GetNodeValue(const std::string& path) in GetNodeValue() argument
138 SetNodeValue(int32_t value, const std::string& path) SetNodeValue() argument
146 SetNodeString(std::string str, const std::string& path) SetNodeString() argument
[all...]
/base/request/request/frameworks/js/napi/include/upload/
H A Dupload_common.h42 std::string path; member
/base/notification/distributed_notification_service/services/distributed/test/unittest/mock/
H A Dmock_distributed_kv_data_manager.cpp87 Status DistributedKvDataManager::DeleteKvStore(const AppId &appId, const StoreId &storeId, const std::string &path) in DeleteKvStore() argument
/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/
H A Dcert_manager_file.c28 inline uint32_t CertManagerFileSize(const char *path, const char *fileName) in CertManagerFileSize() argument
33 inline uint32_t CertManagerFileRead(const char *path, const char *fileName, uint32_t offset, uint8_t *buf, uint32_t len) in CertManagerFileRead() argument
38 inline int32_t CertManagerFileWrite(const char *path, const char *fileName, in CertManagerFileWrite() argument
44 inline int32_t CertManagerFileRemove(const char *path, const char *fileName) in CertManagerFileRemove() argument
49 static int32_t GetNumberOfFiles(const char *path) in GetNumberOfFiles() argument
79 MallocFileNames(struct CmMutableBlob **fNames, const char *path, uint32_t *fileCount) MallocFileNames() argument
110 GetFileNames(const char *path, struct CmMutableBlob *fNames, uint32_t fileCount) GetFileNames() argument
156 CertManagerGetFilenames(struct CmMutableBlob *fileNames, const char *path) CertManagerGetFilenames() argument
200 GetCertCount(const char *path) GetCertCount() argument
[all...]
/base/security/code_signature/utils/src/
H A Dfsverity_utils_helper.cpp71 bool FsverityUtilsHelper::ComputeDigest(const char *path, struct libfsverity_digest **digest) in ComputeDigest() argument
94 bool FsverityUtilsHelper::GenerateFormattedDigest(const char *path, ByteBuffer &digestBuffer) in GenerateFormattedDigest() argument
/base/security/device_auth/deps_adapter/os_adapter/impl/src/liteos/mini/
H A Dhc_file.c27 static int HcFileOpenRead(const char *path) in HcFileOpenRead() argument
34 static int HcFileOpenWrite(const char *path) in HcFileOpenWrite() argument
41 int HcFileOpen(const char *path, int mode, FileHandle *file) in HcFileOpen() argument
104 void HcFileRemove(const char *path) in HcFileRemove() argument
114 HcFileGetSubFileName(const char *path, StringVector *nameVec) HcFileGetSubFileName() argument
[all...]
/base/security/device_auth/test/unittest/deviceauth/source/
H A Dcreds_manager_test.cpp57 static void RemoveDir(const char *path) in RemoveDir() argument
H A Dmk_agree_test.cpp53 static void RemoveDir(const char *path) in RemoveDir() argument
/base/startup/init/services/modules/reboot/
H A Dreboot_misc.c35 static int RBMiscWriteUpdaterMessage(const char *path, const struct RBMiscUpdateMessage *boot) in RBMiscWriteUpdaterMessage() argument
52 static int RBMiscReadUpdaterMessage(const char *path, struct RBMiscUpdateMessage *boot) in RBMiscReadUpdaterMessage() argument

Completed in 14 milliseconds

1...<<51525354555657585960>>...250