/base/account/os_account/services/accountmgr/test/unittest/account_mgr_service_test/ |
D | account_dump_helper_test.cpp | 111 auto pos = out.find("Account Manager service, enter '-h' for usage", 0); variable 144 auto pos = out.find("OhosAccount name", 0); variable 171 auto pos = out.find("ID:", 0); variable 190 auto pos = out.find("ServiceInstanceCreateTime", 0); variable 209 auto pos = out.find("Usage:dump", 0); variable 227 auto pos = out.find("System error", 0); variable 244 auto pos = out.find("System error", 0); variable 262 auto pos = out.find("System error", 0); variable 281 auto pos = out.find("Invalid logLevel", 0); variable 316 auto pos = out.find("Set logLevel success", 0); variable [all …]
|
/base/request/request/download/ability/src/ |
D | sql_analyzer.cpp | 54 bool SqlAnalyzer::CharCheck(char &ch, std::string sql, std::size_t &pos) in CharCheck() 87 bool SqlAnalyzer::StrCheck(char &ch, std::size_t strlen, std::string sql, std::size_t &pos) in StrCheck() 110 std::size_t pos = 0; in FindIllegalWords() local
|
/base/hiviewdfx/hilog_lite/frameworks/js/builtin/src/ |
D | hilog_vector.cpp | 54 char* HilogVector::GetStr(const HilogVector *vector, size_t pos) in GetStr() 62 ValueType HilogVector::GetType(const HilogVector *vector, size_t pos) in GetType()
|
/base/hiviewdfx/hiview/base/utility/ |
D | string_util.cpp | 50 string::size_type pos = 0; in ReplaceStr() local 75 string::size_type pos = strTmp.find(sep); in SplitStr() local 209 size_t pos = input.find(split, 0); in GetLeftSubstr() local 218 size_t pos = input.find(split, 0); in GetRightSubstr() local 227 size_t pos = input.rfind(split, string::npos); in GetRleftSubstr() local 236 size_t pos = input.rfind(split, string::npos); in GetRrightSubstr() local 245 size_t pos = 0; in EraseString() local
|
/base/update/updater/services/flashd/daemon/ |
D | flashd_utils.cpp | 39 auto pos = path.find_first_of('/', 1); in GetPathRoot() local 45 auto pos = path.find_last_of('/'); in GetFileName() local
|
/base/hiviewdfx/hidumper/frameworks/native/src/util/ |
D | file_utils.cpp | 33 size_t pos = path.rfind("/"); in CreateFolder() local
|
/base/account/os_account/frameworks/common/log/src/ |
D | account_log_wrapper.cpp | 30 auto pos = file.find_last_of("/"); in GetBriefFileName() local
|
/base/telephony/data_storage/common/src/ |
D | data_storage_log_wrapper.cpp | 36 auto pos = file.find_last_of("/"); in GetBriefFileName() local
|
/base/hiviewdfx/hilog_lite/frameworks/js/builtin/include/ |
D | hilog_module.h | 28 size_t *pos; member
|
/base/notification/distributed_notification_service/frameworks/core/common/src/ |
D | ans_log_wrapper.cpp | 33 size_t pos = fullPath.find_last_of("/"); in GetBriefFileName() local
|
/base/notification/common_event_service/frameworks/common/log/src/ |
D | event_log_wrapper.cpp | 38 size_t pos = fullPath.find_last_of("/"); in GetBriefFileName() local
|
/base/update/updater/services/applypatch/ |
D | block_set.cpp | 152 size_t pos = 0; in ReadDataFromBlock() local 173 size_t pos = 0; in WriteDataToBlock() local 258 int32_t BlockSet::LoadSourceBuffer(const Command &cmd, size_t &pos, std::vector<uint8_t> &sourceBuf… in LoadSourceBuffer() 307 size_t pos, std::string &srcHash) in LoadTargetBuffer() 365 for (size_t pos = iter->first; pos < iter->second; pos++) { in WriteZeroToBlock() local 383 size_t pos = H_MOVE_CMD_ARGS_START; in WriteDiffToBlock() local
|
D | command_process.cpp | 107 size_t pos = H_DIFF_CMD_ARGS_START; in Execute() local 166 size_t pos = 1; in Execute() local
|
/base/powermgr/powermgr_lite/frameworks/src/ |
D | running_lock.c | 41 int16_t pos = VECTOR_Add(&g_runningLocks, (void *)lock); in AddRunningLock() local 55 int16_t pos = VECTOR_Find(&g_runningLocks, (void *)lock); in RemoveRunningLock() local
|
/base/hiviewdfx/hidumper/frameworks/native/src/executor/ |
D | cmd_dumper.cpp | 169 size_t pos = cmd.find("%pid"); in ReplacePidInCmd() local 178 size_t pos = cmd.find("%cpuid"); in ReplaceCpuIdInCmd() local
|
D | file_stream_dumper.cpp | 220 size_t pos = filename.find("%pid"); in ReplacePidInFilename() local 229 size_t pos = filename.find("%cpuid"); in ReplaceCpuidInFilename() local
|
/base/request/request/download/ability/include/ |
D | sql_analyzer.h | 58 std::size_t pos = str.find(ch); in IsInStr() local
|
/base/security/crypto_framework/common/src/ |
D | params_parser.c | 110 uint32_t pos = 0; in ParseAndSetParameter() local
|
/base/hiviewdfx/hiview/base/ |
D | default_logger.cpp | 24 std::string::size_type pos = 0; in StringReplace() local
|
/base/powermgr/powermgr_lite/services/src/ |
D | running_lock_mgr.c | 52 int16_t pos = VECTOR_FindByKey(vec, (void *)&entry->identity); in AddRunningLockEntryLocked() local 77 int16_t pos = VECTOR_FindByKey(vec, (void *)&entry->identity); in RemoveRunningLockEntryLocked() local
|
/base/update/updater/services/ui/view/component/ |
D | box_progress_adapter.cpp | 76 auto pos = GetPosOfEp(); in SetValue() local
|
/base/update/updater/services/include/applypatch/ |
D | apply_patch.h | 23 size_t pos; /* position of command line */ member
|
/base/powermgr/thermal_manager/utils/native/src/ |
D | string_operation.cpp | 36 std::string::size_type pos = str.find(sep, begin); in SplitString() local
|
/base/hiviewdfx/hiview/core/test/unittest/common/ |
D | plugin_platform_test.cpp | 246 auto pos = pluginList.find("EventProcessorExample1"); variable 323 auto pos = pluginList.find("EventProcessorExample1"); variable
|
/base/web/webview/test/ohos_nweb/ |
D | nweb_handler_impl_test_for_intercept.cpp | 65 char* pos = strrchr(buff, '/'); in GetResourceDir() local
|