/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | child_process_record.cpp | 32 auto pos = request.srcEntry.rfind(":"); in ChildProcessRecord() local
|
/foundation/CastEngine/castengine_cast_plus_stream/src/stream/src/local/src/ |
H A D | local_data_source.cpp | 55 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 D | cast_local_file_channel_common.cpp | 79 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 D | local_data_source.cpp | 55 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 D | cast_local_file_channel_common.cpp | 79 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 D | deeplink_reserve_config.cpp | 93 std::size_t pos = linkString.rfind(PARAM_SEPARATOR); in GetOptParamUri() local
|
/foundation/ability/ability_runtime/test/unittest/file_path_utils_test/ |
H A D | file_path_utils_test.cpp | 92 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 D | ability_stage_context.cpp | 80 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 D | rosen_render_focus_animation.cpp | 101 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 D | shared_transition_element.cpp | 38 auto pos = sharedTransitionMap.find(shareId_); in ~SharedTransitionElement() local
|
/foundation/arkui/ace_engine/frameworks/core/components/form/resource/ |
H A D | form_manager_resource.cpp | 99 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 D | resource.cpp | 70 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 D | plugin_element.cpp | 275 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 D | plugin_manager_resource.cpp | 97 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 D | list_height_offset_calculator.h | 169 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 D | rtsp_sdp.cpp | 110 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 D | render_tab_bar.h | 85 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 D | video_controller_v2.h | 68 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 D | js_ace_page.cpp | 251 auto pos = animationBridges_.find(nodeId); in RemoveAnimationBridge() local
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_texttimer.cpp | 161 auto pos = format.find("hh"); in SetFormat() local
|
/foundation/arkui/ace_engine/frameworks/component_test/ |
H A D | test_result_recorder.cpp | 94 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 D | jsi_module_searcher.cpp | 182 size_t pos = std::string::npos; in GetInstallPath() local
|
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/common/ |
H A D | base_animation_bridge.cpp | 135 auto pos = transformOrigin.find(' ', 0); in HandleTransformOrigin() local
|
/foundation/arkui/ace_engine/component_ext/movingphoto/ |
H A D | movingphoto_pattern.h | 167 void OnPlayPositionChanged(uint32_t pos) {}; in OnPlayPositionChanged() argument
|
/foundation/arkui/ace_engine/frameworks/base/utils/ |
H A D | utf.cpp | 41 size_t pos = 0; in MUtf8ToUtf16Size() local
|