Home
last modified time | relevance | path

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

12345678910>>...47

/ohos5.0/base/hiviewdfx/hiview/base/event_raw/include/decoded/
H A 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()
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/common/account_mgr_service_test/
H A Daccount_dump_helper_test.cpp162 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
442 auto pos = out.find("Cannot query os account list", 0); variable
[all …]
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Drender_node_manager.cpp28 if (auto const pos = factories_.find(nodeType); pos != factories_.end()) { in RENDER_BEGIN_NAMESPACE() local
36 if (auto const pos = factories_.find(nodeType); pos != factories_.end()) { in Destroy() local
44 if (auto const pos = factories_.find(nodeType); pos != factories_.end()) { in CreateRenderNode() local
52 if (auto const pos = factories_.find(nodeType); pos != factories_.end()) { in GetRenderNodeTypeInfoFlags() local
/ohos5.0/foundation/communication/dsoftbus/core/transmission/session/src/
H A Dtrans_session_manager.c50 SessionServer *pos = NULL; in TransSessionForEachShowInfo() local
91 SessionServer *pos = NULL; in TransSessionServerIsExist() local
114 SessionServer *pos = NULL; in ShowSessionServer() local
142 SessionServer *pos = NULL; in TransSessionServerAddItem() local
191 SessionServer *pos = NULL; in TransSessionServerDelItem() local
231 SessionServer *pos = NULL; in CheckUidAndPid() local
250 SessionServer *pos = NULL; in TransDelItemByPackageName() local
283 SessionServer *pos = NULL; in TransGetPkgNameBySessionName() local
324 SessionServer *pos = NULL; in TransGetUidAndPid() local
348 SessionServer *pos = NULL; in TransListDelete() local
[all …]
/ohos5.0/foundation/filemanagement/storage_service/test/fuzztest/filesystemcrypto_fuzzer/
H A Dfilesystemcrypto_fuzzer.cpp26 T TypeCast(const uint8_t *data, int *pos = nullptr) in TypeCast()
43 int pos = 0; in GenerateUserKeysFuzzTest() local
61 int pos = 0; in DeleteUserKeysFuzzTest() local
78 int pos = 0; in UpdateUserAuthFuzzTest() local
103 int pos = 0; in ActiveUserKeyFuzzTest() local
125 int pos = 0; in InactiveUserKeyFuzzTest() local
142 int pos = 0; in UpdateKeyContextFuzzTest() local
159 int pos = 0; in LockUserScreenFuzzTest() local
176 int pos = 0; in UnlockUserScreenFuzzTest() local
193 int pos = 0; in GetLockScreenStatusFuzzTest() local
[all …]
/ohos5.0/foundation/communication/dsoftbus/core/common/bitmap/
H A Dsoftbus_bitmap.c21 void SoftbusBitmapSet(uint32_t *bitmap, const uint8_t pos) in SoftbusBitmapSet()
29 void SoftbusBitmapClr(uint32_t *bitmap, const uint8_t pos) in SoftbusBitmapClr()
37 bool SoftbusIsBitmapSet(const uint32_t *bitmap, const uint8_t pos) in SoftbusIsBitmapSet()
/ohos5.0/foundation/arkui/ui_lite/frameworks/animator/
H A Danimator_manager.cpp39 ListNode<Animator*>* pos = list_.Begin(); in Add() local
55 ListNode<Animator*>* pos = list_.Begin(); in Remove() local
67 ListNode<Animator*>* pos = list_.Begin(); in AnimatorTask() local
/ohos5.0/base/hiviewdfx/hiview/base/event_raw/decoded/
H A 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()
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_rect.h66 virtual void SetLeft(float pos) {} in SetLeft()
67 virtual void SetTop(float pos) {} in SetTop()
68 virtual void SetRight(float pos) {} in SetRight()
69 virtual void SetBottom(float pos) {} in SetBottom()
/ohos5.0/foundation/communication/dsoftbus/tests/core/discovery/ble/softbus_ble/
H A Ddisc_ble_utils_test.cpp79 uint32_t pos = INT32_MAX_BIT_NUM; variable
100 uint32_t pos = info.capabilityBitmapNum * INT32_MAX_BIT_NUM; variable
120 uint32_t pos = INT32_MAX_BIT_NUM; variable
140 uint32_t pos = INT32_MAX_BIT_NUM; variable
161 uint32_t pos = info.capabilityBitmapNum * INT32_MAX_BIT_NUM; variable
183 uint32_t pos = INT32_MAX_BIT_NUM; variable
209 uint32_t pos = info.capabilityBitmapNum * INT32_MAX_BIT_NUM; variable
232 uint32_t pos = INT32_MAX_BIT_NUM; variable
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/core/
H A Dnstackx_event.c26 List *pos = NULL; in SearchEventNode() local
42 List *pos = NULL; in EventModuleClean() local
66 List *pos = NULL; in EventNodeChainClean() local
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/
H A Dwifi_hdi_util_test.cpp380 uint8_t pos[10]; variable
395 uint8_t pos[10]; variable
410 uint8_t pos[10]; variable
425 uint8_t pos[10]; variable
436 uint8_t pos[10]; variable
451 uint8_t pos[10]; variable
466 uint8_t pos[10]; variable
477 uint8_t pos[10]; variable
492 uint8_t pos[10]; variable
503 uint8_t pos[10]; variable
[all …]
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/matrix/src/
H A Dauto_sync_matrix.cpp110 size_t pos = metas_.size() - 1; in AddStore() local
130 size_t pos = static_cast<size_t>(it - metas_.begin()); in DelStore() local
142 void AutoSyncMatrix::Mask::Delete(size_t pos) in Delete()
158 void AutoSyncMatrix::Mask::Set(size_t pos) in Set()
178 void AutoSyncMatrix::Mask::Reset(size_t pos) in Reset()
238 size_t pos = static_cast<size_t>(it - metas_.begin()); in OnChanged() local
254 size_t pos = static_cast<size_t>(it - metas_.begin()); in OnExchanged() local
/ohos5.0/foundation/filemanagement/user_file_service/test/fuzztest/fileinfosharedmemory_fuzzer/
H A Dfileinfosharedmemory_fuzzer.cpp27 T TypeCast(const uint8_t *data, int *pos = nullptr) in TypeCast()
41 int pos = 0; in MarshallingFuzzTest() local
64 int pos = 0; in CreateSharedMemoryFuzzTest() local
80 int pos = 0; in ExpandSharedMemoryFuzzTest() local
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/
H A Dmemory_filesystem.cpp38 if (auto const pos = memoryFiles_.find(path); pos != memoryFiles_.end()) { in GetEntry() local
45 if (auto const pos = memoryFiles_.find(path); pos != memoryFiles_.end()) { in OpenFile() local
56 if (auto const pos = memoryFiles_.find(path); pos != memoryFiles_.end()) { in CreateFile() local
/ohos5.0/base/tee/tee_client/frameworks/include/
H A 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
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/
H A Dsoftbus_session_listener.cpp64 auto pos = dstPath.rfind("/"); in GetFileName() local
67 auto pos = path.rfind("/"); in GetFileName() local
136 auto pos = uri.find(NETWORK_ID); in GetLocalUri() local
145 auto pos = uri.find(FILE_SCHEMA); in GetBundleName() local
162 auto pos = uri.find(DISTRIBUTED_PATH); in GetSandboxPath() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/
H A Drect.h178 inline void RectI::SetLeft(int32_t pos) in SetLeft()
183 inline void RectI::SetTop(int32_t pos) in SetTop()
188 inline void RectI::SetRight(int32_t pos) in SetRight()
193 inline void RectI::SetBottom(int32_t pos) in SetBottom()
370 inline void RectF::SetLeft(scalar pos) in SetLeft()
375 inline void RectF::SetTop(scalar pos) in SetTop()
380 inline void RectF::SetRight(scalar pos) in SetRight()
385 inline void RectF::SetBottom(scalar pos) in SetBottom()
/ohos5.0/commonlibrary/ets_utils/js_api_module/uri/
H A Djs_uri.cpp89 size_t pos = data_.find('#'); // Fragment in AnalysisUri() local
162 void Uri::AnalysisFragment(size_t pos) in AnalysisFragment()
177 void Uri::AnalysisQuery(size_t pos) in AnalysisQuery()
188 void Uri::AnalysisScheme(size_t pos) in AnalysisScheme()
249 size_t pos = data_.find('/'); in AnalysisHostAndPath() local
280 void Uri::AnalysisPath(size_t pos) in AnalysisPath()
291 void Uri::AnalysisUserInfo(size_t pos) in AnalysisUserInfo()
302 bool Uri::AnalysisPort(size_t pos) in AnalysisPort()
510 size_t pos = 0; in Normalize() local
/ohos5.0/foundation/arkui/ui_lite/frameworks/core/
H A Dtask_manager.cpp34 ListNode<Task*>* pos = list_.Begin(); in Add() local
51 ListNode<Task*>* pos = list_.Begin(); in Remove() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_round_rect.cpp45 static RoundRect::CornerPos CCornerPosCastToCornerPos(OH_Drawing_CornerPos pos) in CCornerPosCastToCornerPos()
67 void OH_Drawing_RoundRectSetCorner(OH_Drawing_RoundRect* cRoundRect, OH_Drawing_CornerPos pos, in OH_Drawing_RoundRectSetCorner()
82 …ner_Radii OH_Drawing_RoundRectGetCorner(OH_Drawing_RoundRect* cRoundRect, OH_Drawing_CornerPos pos) in OH_Drawing_RoundRectGetCorner()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_utils.cpp62 for (uint16_t pos = 0; pos < len; pos += unitLen) { in DataReverse() local
71 void ObexUtils::SetBufData16(uint8_t *bigEndData, uint16_t pos, const uint16_t &value) in SetBufData16()
76 void ObexUtils::SetBufData32(uint8_t *bigEndData, uint16_t pos, const uint32_t &value) in SetBufData32()
81 void ObexUtils::SetBufData64(uint8_t *bigEndData, uint16_t pos, const uint64_t &value) in SetBufData64()
86 uint16_t ObexUtils::GetBufData16(const uint8_t *bigEndData, uint16_t pos) in GetBufData16()
91 uint32_t ObexUtils::GetBufData32(const uint8_t *bigEndData, uint16_t pos) in GetBufData32()
96 uint64_t ObexUtils::GetBufData64(const uint8_t *bigEndData, uint16_t pos) in GetBufData64()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/
H A Ddrawing_shader_effect_test.cpp57 float pos[] = { 0.0f, 1.0f }; variable
128 …float pos[POINT_NUM] = {0.0f, 0.5f, 1.0f}; // 0.5f: gradient color points, 1.0f: gradient color po… variable
151 …float pos[POINT_NUM] = {0.0f, 0.5f, 1.0f}; // 0.5f: gradient color points, 1.0f: gradient color po… variable
176 …float pos[POINT_NUM] = {0.0f, 0.5f, 1.0f}; // 0.5f: gradient color points, 1.0f: gradient color po… variable
/ohos5.0/drivers/hdf_core/framework/support/platform/src/regulator/
H A Dregulator_core.c29 struct RegulatorNode *pos = NULL; in RegulatorNodeOpen() local
65 struct RegulatorNode *pos = NULL; in RegulatorNodeListPrint() local
94 struct RegulatorNode *pos = NULL; in RegulatorNodeSetParent() local
135 struct RegulatorNode *pos = NULL; in RegulatorNodeSetChild() local
235 struct RegulatorNode *pos = NULL; in RegulatorNodeAdd() local
278 struct RegulatorNode *pos = NULL; in RegulatorNodeRemove() local
315 struct RegulatorNode *pos = NULL; in RegulatorNodeRemoveAll() local
641 struct RegulatorNode *pos = NULL; in RegulatorTreeInfoInit() local
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Dstring_view.h244 …ypename basic_string_view<CharT>::const_reference basic_string_view<CharT>::at(size_type pos) const in at()
319 CharT* dest, size_type count, size_type pos) const in copy()
335 constexpr basic_string_view<CharT> basic_string_view<CharT>::substr(size_type pos, size_type count)… in substr()
555 const CharT str, size_type pos) const noexcept in find()
576 const basic_string_view& str, size_type pos) const noexcept in find()
628 const CharT str, size_type pos) const noexcept in rfind()
635 const basic_string_view& str, size_type pos) const noexcept in rfind()
670 const basic_string_view& str, size_type pos) const noexcept in find_first_of()
694 CharT ch, size_type pos) const noexcept in find_first_of()
714 const basic_string_view& str, size_type pos) const noexcept in find_last_of()
[all …]

12345678910>>...47