Home
last modified time | relevance | path

Searched defs:pos (Results 1101 - 1125 of 3601) sorted by relevance

1...<<41424344454647484950>>...145

/foundation/ability/ability_runtime/services/appmgr/src/
H A Dchild_process_record.cpp32 auto pos = request.srcEntry.rfind(":"); in ChildProcessRecord() local
/foundation/CastEngine/castengine_cast_plus_stream/src/stream/src/local/src/
H A Dlocal_data_source.cpp55 std::shared_ptr<Cache> LocalDataSource::GetBestCache(int64_t pos) in GetBestCache() argument
86 void LocalDataSource::SolveReqData(std::shared_ptr<Cache> cache, int64_t pos) in SolveReqData() argument
107 int32_t LocalDataSource::ReadAt(const std::shared_ptr<Media::AVSharedMemory> &mem, uint32_t length, int64_t pos) in ReadAt() argument
112 ReadAt(int64_t pos, uint32_t length, const std::shared_ptr<Media::AVSharedMemory> &mem) ReadAt() argument
122 ReadBuffer(uint8_t *data, uint32_t length, int64_t pos) ReadBuffer() argument
174 Cache(int64_t pos, int64_t capacity) Cache() argument
200 Reset(int64_t pos) Reset() argument
205 IsMatch(int64_t pos) IsMatch() argument
252 Init(int64_t pos) Init() argument
268 Read(uint8_t *data, uint32_t length, int64_t pos) Read() argument
[all...]
H A Dcast_local_file_channel_common.cpp79 auto pos = http.find(HTTP_HEADER_END_SEPARATOR); in CheckAndGetHttpHeader() local
144 std::size_t pos = hdrList[index].find(": "); in ParseHttpHeaderList() local
[all...]
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/stream/src/local/src/
H A Dlocal_data_source.cpp55 std::shared_ptr<Cache> LocalDataSource::GetBestCache(int64_t pos) in GetBestCache() argument
86 void LocalDataSource::SolveReqData(std::shared_ptr<Cache> cache, int64_t pos) in SolveReqData() argument
107 int32_t LocalDataSource::ReadAt(const std::shared_ptr<Media::AVSharedMemory> &mem, uint32_t length, int64_t pos) in ReadAt() argument
112 ReadAt(int64_t pos, uint32_t length, const std::shared_ptr<Media::AVSharedMemory> &mem) ReadAt() argument
122 ReadBuffer(uint8_t *data, uint32_t length, int64_t pos) ReadBuffer() argument
173 Cache(int64_t pos, int64_t capacity) Cache() argument
199 Reset(int64_t pos) Reset() argument
204 IsMatch(int64_t pos) IsMatch() argument
251 Init(int64_t pos) Init() argument
267 Read(uint8_t *data, uint32_t length, int64_t pos) Read() argument
[all...]
H A Dcast_local_file_channel_common.cpp79 auto pos = http.find(HTTP_HEADER_END_SEPARATOR); in CheckAndGetHttpHeader() local
144 std::size_t pos = hdrList[index].find(": "); in ParseHttpHeaderList() local
[all...]
/foundation/ability/ability_runtime/services/abilitymgr/src/deeplink_reserve/
H A Ddeeplink_reserve_config.cpp93 std::size_t pos = linkString.rfind(PARAM_SEPARATOR); in GetOptParamUri() local
/foundation/ability/ability_runtime/test/unittest/file_path_utils_test/
H A Dfile_path_utils_test.cpp92 size_t pos = 0; in HWTEST_F() local
108 size_t pos = 6; in HWTEST_F() local
124 size_t pos = 0; in HWTEST_F() local
140 size_t pos = 0; in HWTEST_F() local
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/
H A Dability_stage_context.cpp80 auto pos = options_.previewPath.find(CONTEXT_FILE_SEPARATOR); in SetOptions() local
94 auto pos = options_.assetPath.find(CONTEXT_ASSET); in GetBundleCodePath() local
288 std::string::size_type pos = 0; in CreateMultiDir() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/focus_animation/
H A Drosen_render_focus_animation.cpp101 SkScalar pos[ARRAY_LENGTH] = { LEFTEDGE_START_PERCENT, LEFTGLOWEDGE_START_PERCENT, MIDGLOWEDGE_START_PERCENT, in PaintGlow() local
150 std::vector<RSScalar> pos = { LEFTEDGE_START_PERCENT, LEFTGLOWEDGE_START_PERCENT, MIDGLOWEDGE_START_PERCENT, in PaintGlow() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/shared_transition/
H A Dshared_transition_element.cpp38 auto pos = sharedTransitionMap.find(shareId_); in ~SharedTransitionElement() local
/foundation/arkui/ace_engine/frameworks/core/components/form/resource/
H A Dform_manager_resource.cpp99 size_t pos = param.find(name); in GetIntParam() local
172 size_t pos = param.find(name); in GetStringParam() local
/foundation/arkui/ace_engine/frameworks/core/components/video/resource/
H A Dresource.cpp70 size_t pos = param.find(name); in GetDoubleParam() local
86 size_t pos = param.find(name); in GetIntParam() local
102 size_t pos = param.find(name); in GetInt64Param() local
117 size_t pos in GetFloatArrayParam() local
202 size_t pos = result.find(RESULT_FAIL); IsResultSuccess() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/plugin/
H A Dplugin_element.cpp275 size_t pos = info.pluginName.rfind(".js"); in GetPackagePath() local
308 size_t pos = info.pluginName.rfind("/"); in GetPackagePathByAbsolutePath() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/plugin/resource/
H A Dplugin_manager_resource.cpp97 size_t pos = param.find(name); in GetIntParam() local
173 size_t pos = param.find(name); in GetStringParam() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_height_offset_calculator.h169 std::pair<float, float> pos = { itor->second.startPos, itor->second.endPos }; in CalculateOffset() local
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/src/
H A Drtsp_sdp.cpp110 int32_t MediaDescription::GetUe(const uint8_t *buf, uint32_t nLen, uint32_t &pos) in GetUe() argument
135 int32_t MediaDescription::GetSe(uint8_t *buf, uint32_t nLen, uint32_t &pos) in GetSe() argument
148 GetU(uint8_t bitCount, const uint8_t *buf, uint32_t &pos) GetU() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Drender_tab_bar.h85 auto pos = std::find(kids.begin(), kids.end(), child); in AboutToRemove() local
110 auto pos = GetChildren().begin(); in GetFocusedTabBarItem() local
118 auto pos = std::find(kids.begin(), kids.end(), child); in GetIndexForTabBarItem() local
/foundation/arkui/ace_engine/frameworks/core/components/video/
H A Dvideo_controller_v2.h68 void SeekTo(float pos, SeekMode seekMode = SeekMode::SEEK_PREVIOUS_SYNC) in SeekTo() argument
166 void SeekTo(float pos, SeekMode seekMode = SeekMode::SEEK_PREVIOUS_SYNC) in SeekTo() argument
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Djs_ace_page.cpp251 auto pos = animationBridges_.find(nodeId); in RemoveAnimationBridge() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_texttimer.cpp161 auto pos = format.find("hh"); in SetFormat() local
/foundation/arkui/ace_engine/frameworks/component_test/
H A Dtest_result_recorder.cpp94 auto pos = folderPath.rfind(".."); in HandleRelativeFolder() local
127 size_t pos = folderPath.find(file_sep); in HandleAbsoluteFolder() local
157 size_t pos = absolutePath.find(file_sep); in Initialize() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/utils/
H A Djsi_module_searcher.cpp182 size_t pos = std::string::npos; in GetInstallPath() local
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/common/
H A Dbase_animation_bridge.cpp135 auto pos = transformOrigin.find(' ', 0); in HandleTransformOrigin() local
/foundation/arkui/ace_engine/component_ext/movingphoto/
H A Dmovingphoto_pattern.h167 void OnPlayPositionChanged(uint32_t pos) {}; in OnPlayPositionChanged() argument
/foundation/arkui/ace_engine/frameworks/base/utils/
H A Dutf.cpp41 size_t pos = 0; in MUtf8ToUtf16Size() local

Completed in 23 milliseconds

1...<<41424344454647484950>>...145