Home
last modified time | relevance | path

Searched defs:pos (Results 1 – 25 of 134) sorted by relevance

123456

/base/account/os_account/services/accountmgr/test/unittest/account_mgr_service_test/
Daccount_dump_helper_test.cpp111 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/
Dsql_analyzer.cpp54 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/
Dhilog_vector.cpp54 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/
Dstring_util.cpp50 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/
Dflashd_utils.cpp39 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/
Dfile_utils.cpp33 size_t pos = path.rfind("/"); in CreateFolder() local
/base/account/os_account/frameworks/common/log/src/
Daccount_log_wrapper.cpp30 auto pos = file.find_last_of("/"); in GetBriefFileName() local
/base/telephony/data_storage/common/src/
Ddata_storage_log_wrapper.cpp36 auto pos = file.find_last_of("/"); in GetBriefFileName() local
/base/hiviewdfx/hilog_lite/frameworks/js/builtin/include/
Dhilog_module.h28 size_t *pos; member
/base/notification/distributed_notification_service/frameworks/core/common/src/
Dans_log_wrapper.cpp33 size_t pos = fullPath.find_last_of("/"); in GetBriefFileName() local
/base/notification/common_event_service/frameworks/common/log/src/
Devent_log_wrapper.cpp38 size_t pos = fullPath.find_last_of("/"); in GetBriefFileName() local
/base/update/updater/services/applypatch/
Dblock_set.cpp152 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
Dcommand_process.cpp107 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/
Drunning_lock.c41 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/
Dcmd_dumper.cpp169 size_t pos = cmd.find("%pid"); in ReplacePidInCmd() local
178 size_t pos = cmd.find("%cpuid"); in ReplaceCpuIdInCmd() local
Dfile_stream_dumper.cpp220 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/
Dsql_analyzer.h58 std::size_t pos = str.find(ch); in IsInStr() local
/base/security/crypto_framework/common/src/
Dparams_parser.c110 uint32_t pos = 0; in ParseAndSetParameter() local
/base/hiviewdfx/hiview/base/
Ddefault_logger.cpp24 std::string::size_type pos = 0; in StringReplace() local
/base/powermgr/powermgr_lite/services/src/
Drunning_lock_mgr.c52 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/
Dbox_progress_adapter.cpp76 auto pos = GetPosOfEp(); in SetValue() local
/base/update/updater/services/include/applypatch/
Dapply_patch.h23 size_t pos; /* position of command line */ member
/base/powermgr/thermal_manager/utils/native/src/
Dstring_operation.cpp36 std::string::size_type pos = str.find(sep, begin); in SplitString() local
/base/hiviewdfx/hiview/core/test/unittest/common/
Dplugin_platform_test.cpp246 auto pos = pluginList.find("EventProcessorExample1"); variable
323 auto pos = pluginList.find("EventProcessorExample1"); variable
/base/web/webview/test/ohos_nweb/
Dnweb_handler_impl_test_for_intercept.cpp65 char* pos = strrchr(buff, '/'); in GetResourceDir() local

123456