Home
last modified time | relevance | path

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

1234567

/base/account/os_account/services/accountmgr/test/unittest/common/account_mgr_service_test/
Daccount_dump_helper_test.cpp131 auto pos = out.find("Account Manager service, enter '-h' for usage", 0); variable
162 auto pos = out.find("OhosAccount name", 0); variable
190 auto pos = out.find("ID:", 0); variable
228 auto pos = out.find("Usage:dump", 0); variable
246 auto pos = out.find("System error", 0); variable
264 auto pos = out.find("System error", 0); variable
283 auto pos = out.find("Invalid logLevel", 0); variable
318 auto pos = out.find("Set logLevel success", 0); variable
342 auto pos = out.find("Usage:dump", 0); variable
361 auto pos = out.find("Usage:dump", 0); variable
[all …]
/base/hiviewdfx/hiview/base/event_raw/include/decoded/
Ddecoded_param.h31 DecodedParam(uint8_t* rawData, const size_t maxLen, size_t& pos, const std::string& key) in DecodedParam()
64 …UnsignedVarintDecodedParam(uint8_t* rawData, const size_t maxLen, size_t& pos, const std::string& … in UnsignedVarintDecodedParam()
77 …UnsignedVarintDecodedArrayParam(uint8_t* rawData, const size_t maxLen, size_t& pos, const std::str… in UnsignedVarintDecodedArrayParam()
90 …SignedVarintDecodedParam(uint8_t* rawData, const size_t maxLen, size_t& pos, const std::string& ke… in SignedVarintDecodedParam()
103 …SignedVarintDecodedArrayParam(uint8_t* rawData, const size_t maxLen, size_t& pos, const std::strin… in SignedVarintDecodedArrayParam()
116 …FloatingNumberDecodedParam(uint8_t* rawData, const size_t maxLen, size_t& pos, const std::string& … in FloatingNumberDecodedParam()
129 …FloatingNumberDecodedArrayParam(uint8_t* rawData, const size_t maxLen, size_t& pos, const std::str… in FloatingNumberDecodedArrayParam()
142 StringDecodedParam(uint8_t* rawData, const size_t maxLen, size_t& pos, const std::string& key) in StringDecodedParam()
155 …StringDecodedArrayParam(uint8_t* rawData, const size_t maxLen, size_t& pos, const std::string& key) in StringDecodedArrayParam()
/base/hiviewdfx/hiview/base/event_raw/decoded/
Draw_data_decoder.cpp23 bool RawDataDecoder::FloatingNumberDecoded(uint8_t* rawData, const size_t maxLen, size_t& pos, doub… in FloatingNumberDecoded()
54 bool RawDataDecoder::SignedVarintDecoded(uint8_t* rawData, const size_t maxLen, size_t& pos, int64_… in SignedVarintDecoded()
68 bool RawDataDecoder::StringValueDecoded(uint8_t* rawData, const size_t maxLen, size_t& pos, std::st… in StringValueDecoded()
87 bool RawDataDecoder::UnsignedVarintDecoded(uint8_t* rawData, const size_t maxLen, size_t& pos, uint… in UnsignedVarintDecoded()
110 bool RawDataDecoder::ValueTypeDecoded(uint8_t* rawData, const size_t maxLen, size_t& pos, in ValueTypeDecoded()
/base/tee/tee_client/frameworks/include/
Dtee_client_list.h19 #define CONTAINER_OF(pos, type, member) (type *)(((char *)(pos)) - OFFSET_OF(type, member)) argument
82 #define LIST_FOR_EACH(pos, list) \ argument
85 #define LIST_FOR_EACH_SAFE(pos, n, list) \ argument
88 #define LIST_FOR_EACH_ENTRY(pos, list, member) … argument
94 #define LIST_FOR_EACH_ENTRY_SAFE(pos, n, list, member) … argument
/base/update/updater/services/flashd/daemon/
Dflashd_utils.cpp25 auto pos = path.find_first_of('/', 1); in GetPathRoot() local
31 auto pos = path.find_last_of('/'); in GetFileName() 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/print/print_fwk/frameworks/models/print_models/src/
Dprint_utils.cpp39 auto pos = globalId.find(GLOBAL_ID_DELIMITER); in GetExtensionId() local
53 auto pos = globalId.find(GLOBAL_ID_DELIMITER); in GetLocalId() local
71 auto pos = cid.find(EXTENSION_CID_DELIMITER); in DecodeExtensionCid() local
/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/applypatch/
Dcommand_process.cpp102 bool LoadTarget(const Command &params, size_t &pos, std::vector<uint8_t> &buffer, in LoadTarget()
148 size_t pos = H_DIFF_CMD_ARGS_START; in Execute() local
198 size_t pos = 1; in Execute() local
Dblock_set.cpp152 size_t pos = 0; in ReadDataFromBlock() local
173 size_t pos = 0; in WriteDataToBlock() local
251 int32_t BlockSet::LoadSourceBuffer(const Command &cmd, size_t &pos, std::vector<uint8_t> &sourceBuf… in LoadSourceBuffer()
300 size_t pos, std::string &srcHash) in LoadTargetBuffer()
360 for (size_t pos = iter->first; pos < iter->second; pos++) { in WriteZeroToBlock() local
/base/account/os_account/frameworks/common/log/src/
Daccount_log_wrapper.cpp30 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/telephony/telephony_data/common/src/
Ddata_storage_log_wrapper.cpp36 auto pos = file.find_last_of("/"); in GetBriefFileName() 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/notification/distributed_notification_service/frameworks/core/common/src/
Dans_log_wrapper.cpp33 size_t pos = fullPath.find_last_of("/"); in GetBriefFileName() local
/base/update/updateservice/foundations/ability/log/src/
Dupdate_log.cpp45 auto pos = file.find_last_of("/"); in GetBriefFileName() local
128 for (size_t pos = 0; (pos = str.find(subStr, pos)) != std::string::npos; pos++) { in FindSubStrCount() local
/base/hiviewdfx/hidumper/frameworks/native/src/executor/
Dcmd_dumper.cpp171 size_t pos = cmd.find("%pid"); in ReplacePidInCmd() local
180 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/msdp/device_status/utils/ipc/src/
Dcircle_stream_buffer.cpp24 int32_t pos = 0; in CopyDataToBegin() 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/hiviewdfx/hiview/base/
Ddefault_logger.cpp24 std::string::size_type pos = 0; in StringReplace() local
/base/security/code_signature/utils/src/
Dcert_utils.cpp69 void FreeCertChain(struct HksCertChain **certChain, const uint32_t pos) in FreeCertChain()
103 uint32_t pos = sizeof(uint32_t); in FormattedCertChain() local
/base/hiviewdfx/hiview/core/test/unittest/common/
Dplugin_platform_test.cpp127 auto pos = pluginList.find("EventProcessorExample1"); variable
/base/telephony/sms_mms/services/sms/
Dsms_pdu_buffer.cpp74 uint16_t pos = index_; in MoveForward() local
90 uint16_t pos = index_; in MoveBack() local
/base/global/resource_management/frameworks/resmgr/src/
Dtheme_pack_resource.cpp257 auto pos = rootDir.rfind('/'); in GetBundleInfo() local
286 auto pos = path.rfind('.'); in LoadThemeResource() local
303 auto pos = themePath.rfind('/'); in GetThemeResBundleName() local
317 auto pos = iconPath.rfind('/'); in GetIconsBundleName() local

1234567