Home
last modified time | relevance | path

Searched refs:line (Results 451 - 475 of 497) sorted by relevance

1...<<11121314151617181920

/foundation/arkui/ace_engine/frameworks/core/animation/
H A Danimation_util.cpp28 T ParseFunctionValue(const std::string& line, const std::string& key, std::function<T(const std::string&)> parser) in ParseFunctionValue() argument
31 StringUtils::SplitStr(line, " ", strs, true); in ParseFunctionValue()
/base/request/request/services/src/cxx/
H A Dc_request_database.cpp804 inline int64_t GetLong(std::shared_ptr<OHOS::NativeRdb::ResultSet> resultSet, int line) in GetLong() argument
807 resultSet->GetLong(line, value); in GetLong()
811 inline int GetInt(std::shared_ptr<OHOS::NativeRdb::ResultSet> resultSet, int line) in GetInt() argument
814 resultSet->GetInt(line, value); in GetInt()
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_content.cpp1416 napi_value line = nullptr; in GetNotificationMultiLineContentLines() local
1417 napi_get_element(env, multilines, i, &line); in GetNotificationMultiLineContentLines()
1418 NAPI_CALL(env, napi_typeof(env, line, &valuetype)); in GetNotificationMultiLineContentLines()
1423 NAPI_CALL(env, napi_get_value_string_utf8(env, line, str, STR_MAX_SIZE - 1, &strLen)); in GetNotificationMultiLineContentLines()
/base/startup/appspawn/test/moduletest/
H A Dappspawn_module_test.cpp179 char *line = strtok_r(groupsPtr, DELIMITER_NEWLINE, &savePtr); in GetGids() local
180 if (line == nullptr || strlen(line) > BUFFER_SIZE) { in GetGids()
181 HILOG_ERROR(LOG_CORE, "get Groups line info failed."); in GetGids()
185 char *gid = strtok_r(line, DELIMITER_SPACE, &savePtr); in GetGids()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
H A Dmetadata_stream_test.cpp122 std::string line; in GetMemoryInfo() local
125 while (std::getline(statusFile, line)) { in GetMemoryInfo()
126 if (line.find(name) != std::string::npos) { in GetMemoryInfo()
127 return std::stol(line.substr(name.length())); in GetMemoryInfo()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_pattern.cpp1408 auto line = info.gridMatrix_.find(item.first);
1409 if (line == info.gridMatrix_.end()) {
1412 if (line->second.empty()) {
1415 auto lineStart = line->second.begin()->second;
1416 auto lineEnd = line->second.rbegin()->second;
/foundation/multimedia/ringtone_library/services/ringtone_data_extension/src/
H A Dringtone_language_manager.cpp387 RINGTONE_ERR_LOG("Error: %{public}s (line %{public}d): %{public}s", in ReadMultilingualResources()
388 error->file, error->line, error->message); in ReadMultilingualResources()
/foundation/arkui/ace_engine/advanced_ui_component/gridobjectsortcomponent/interfaces/
H A Dgridobjectsortcomponent.js1292 }, undefined, v8, () => { }, { page: "librarys/gridobjectsortcomponent/src/main/ets/components/GridObjectSortComponent.ets", line: 764, col: 5 });
1326 }, undefined, m8, () => { }, { page: "librarys/gridobjectsortcomponent/src/main/ets/components/GridObjectSortComponent.ets", line: 769, col: 5 });
2037 }, undefined, s, () => { }, { page: "librarys/gridobjectsortcomponent/src/main/ets/components/GridObjectSortComponent.ets", line: 1333, col: 11 });
2082 }, undefined, g, () => { }, { page: "librarys/gridobjectsortcomponent/src/main/ets/components/GridObjectSortComponent.ets", line: 1342, col: 11 });
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_operator.cpp971 std::string line; in InitialiseQuotaMounts() local
973 while (std::getline(mountsFile, line)) { in InitialiseQuotaMounts()
977 std::istringstream lineStream(line); in InitialiseQuotaMounts()
980 LOG_W(BMS_TAG_INSTALLD, "Failed to parse mounts file line: %{public}s", line.c_str()); in InitialiseQuotaMounts()
/base/hiviewdfx/hitrace/test/unittest/hitrace_meter/
H A Dhitrace_ndk_test.cpp337 string line; in ReadFile2string() local
338 while (getline(ss, line)) { in ReadFile2string()
339 list.emplace_back(move(line)); in ReadFile2string()
/foundation/arkui/ace_engine/advanced_ui_component/composelistitem/interfaces/
H A Dcomposelistitem.js1748 { page: 'library/src/main/ets/components/composelistitem.ets', line: 939, col: 11 });
1786 { page: 'library/src/main/ets/components/composelistitem.ets', line: 942, col: 11 });
1863 { page: 'library/src/main/ets/components/composelistitem.ets', line: 956, col: 11 });
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler.cpp1977 std::vector<std::string> line; in OnParallelRenderBegin() local
1978 if (Network::PopCommand(line)) { in OnParallelRenderBegin()
1979 Invoke(line); in OnParallelRenderBegin()
H A Drs_profiler.h358 static void Invoke(const std::vector<std::string>& line);
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/
H A Ddevice.py412 for line in str(result).split("\n"):
413 if line.strip():
414 LOG.debug(line.strip())
/foundation/arkui/ace_engine/advanced_ui_component/selectionmenu/interfaces/
H A Dselectionmenu.js786 }, { page: 'library/src/main/ets/components/mainpage/MainPage.ets', line: 459, col: 3 });
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dview_abstract_model_impl.h235 void SetDebugLine(const std::string& line) override;
/foundation/arkui/napi/native_engine/
H A Dnative_engine.h84 using SourceMapTranslateCallback = std::function<bool(std::string& url, int& line, int& column)>;
/foundation/multimodalinput/input/service/window_manager/src/
H A Dinput_windows_manager.cpp1549 std::string line; in UpdateDisplayInfo() local
1550 while (std::getline(stream, line, '\n')) { in UpdateDisplayInfo()
1551 MMI_HILOGD("%{public}s", line.c_str()); in UpdateDisplayInfo()
4083 std::string line; in UpdateDisplayInfo() local
4084 while (std::getline(stream, line, '\n')) { in UpdateDisplayInfo()
4085 mprintf(fd, "%s", line.c_str()); in UpdateDisplayInfo()
/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/
H A Djs_card_parser.cpp338 std::vector<LineInfo> line; in GetAttrDataSetData() local
376 line.emplace_back(lineInfo); in GetAttrDataSetData()
378 dataset.SetData(line); in GetAttrDataSetData()
/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H A Dinput_manager_impl.cpp735 std::string line; in PrintWindowInfo() local
736 while (std::getline(stream, line, '\n')) { in PrintWindowInfo()
737 MMI_HILOGD("%{public}s", line.c_str()); in PrintWindowInfo()
/base/hiviewdfx/faultloggerd/test/unittest/dump_catcher/
H A Ddumpcatcher_interfaces_test.cpp811 "offset":0, "pc":"000fdf4c", "symbol":""}, {"line":"1", "file":"/system/lib/ld-musl-arm.so.1", in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dview_abstract_model.h337 virtual void SetDebugLine(const std::string& line) = 0;
H A Dview_abstract_model_ng.h1205 void SetDebugLine(const std::string& line) override
1207 ViewAbstract::SetDebugLine(line);
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/
H A Dwebgl_rendering_context_base.h452 static void SetError(napi_env env, napi_value thisVar, GLenum error, std::string func, int32_t line);
/foundation/arkui/ace_engine/advanced_ui_component/subheader/interfaces/
H A Dsubheader.js1575 line: 837,
1730 line: 927,

Completed in 55 milliseconds

1...<<11121314151617181920