Home
last modified time | relevance | path

Searched refs:indexStr (Results 1 - 9 of 9) sorted by relevance

/foundation/distributeddatamgr/pasteboard/framework/test/src/
H A Dtlv_object_test.cpp45 std::string indexStr = ""; in GenRecord() local
46 auto plainText = std::make_shared<std::string>("hello" + indexStr); in GenRecord()
47 auto htmlText = std::make_shared<std::string>("<span>hello" + indexStr + "</span>"); in GenRecord()
48 auto uri = std::make_shared<OHOS::Uri>("dataability://hello" + indexStr + ".txt"); in GenRecord()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/gauge/
H A Dgauge_paint_property.h170 auto indexStr = std::to_string(j); in ToJsonColor() local
171 jsonColor->Put(indexStr.c_str(), jsonColorObject); in ToJsonColor()
193 auto indexStr = std::to_string(j); in ToJsonColorHasValue() local
194 jsonColor->Put(indexStr.c_str(), jsonColorObject); in ToJsonColorHasValue()
/foundation/arkui/ace_engine_lite/frameworks/src/core/dialog/
H A Djs_dialog.cpp197 const char * const indexStr = "index"; in OnClick() local
199 JSI::SetNumberProperty(args[0], indexStr, buttonIndex_); in OnClick()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/fontcollection_napi/
H A Djs_fontcollection.cpp200 std::unique_ptr<char[]> indexStr = std::make_unique<char[]>(strLen); in GetResourcePartData() local
201 napi_get_value_string_utf8(env, indexValue, indexStr.get(), strLen, &ret); in GetResourcePartData()
202 info.params.emplace_back(indexStr.get()); in GetResourcePartData()
/foundation/filemanagement/app_file_service/utils/src/b_jsonutil/
H A Db_jsonutil.cpp47 std::string indexStr = bundleNameStr.substr(hasPos + 1); in ParseBundleNameIndexStr() local
48 int index = std::stoi(indexStr); in ParseBundleNameIndexStr()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dsqlite_sql_builder.cpp182 std::string indexStr = predicates.GetIndex(); in BuildQueryString() local
187 BuildQueryString(distinct, tableName, joinClauseStr, columns, whereClauseStr, groupStr, indexStr, orderStr, limit, in BuildQueryString()
/foundation/arkui/ace_engine/interfaces/napi/kits/utils/
H A Dnapi_utils.cpp675 std::unique_ptr<char[]> indexStr = std::make_unique<char[]>(strLen); in ParseResourceParam() local
676 napi_get_value_string_utf8(env, indexValue, indexStr.get(), strLen, &ret); in ParseResourceParam()
677 info.params.emplace_back(indexStr.get()); in ParseResourceParam()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dflatbuffer_schema.cpp712 inline bool IsNotCompositeIndex(const std::string &indexStr) in IsNotCompositeIndex() argument
715 return indexStr.empty() || indexStr == std::string("0"); in IsNotCompositeIndex()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dselect_modifier.cpp646 auto indexStr = std::to_string(index); in SetOnSelectSelect()
647 const char* arrayValue[] = {value.c_str(), indexStr.c_str()}; in SetOnSelectSelect()

Completed in 10 milliseconds