Home
last modified time | relevance | path

Searched refs:keepStr (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_drag_modifier.cpp113 keepStr[index] = it->first; in SetDragEventProperty()
114 strList.push_back(keepStr[index].c_str()); in SetDragEventProperty()
135 std::vector<std::string> keepStr(summary.size()); in SetOnDragDrop() local
137 SetDragEventProperty(info, event, strList, keepStr); in SetOnDragDrop()
168 std::vector<std::string> keepStr(summary.size()); in SetOnDragStart() local
200 std::vector<std::string> keepStr(summary.size()); in SetOnDragEnter() local
231 std::vector<std::string> keepStr(summary.size()); in SetOnDragMove() local
263 std::vector<std::string> keepStr(summary.size()); in SetOnDragLeave() local
297 std::vector<std::string> keepStr(summary.size()); in SetOnDragEnd() local
301 keepStr[index] = it->first; in SetOnDragEnd()
[all …]
/ohos5.0/foundation/multimedia/av_codec/test/nativedemo/avdemuxer/server_demo/
H A Dfile_server_demo.cpp117 std::string keepStr = matchVals[END_INDEX].str(); in GetKeepAlive() local
118 keep = std::regex_match(keepStr, regexDigital) ? std::stoi(keepStr) : 0; in GetKeepAlive()
/ohos5.0/foundation/multimedia/av_codec/test/unittest/common/
H A Dhttp_server_demo.cpp121 std::string keepStr = matchVals[END_INDEX].str(); in GetKeepAlive() local
122 keep = std::regex_match(keepStr, regexDigital) ? std::stoi(keepStr) : 0; in GetKeepAlive()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_common_bridge.cpp4796 std::vector<std::string> keepStr(length); in SetAllowDrop() local
4800 keepStr[i] = objValue->ToString(vm)->ToString(vm); in SetAllowDrop()
4801 strList.push_back(keepStr[i].c_str()); in SetAllowDrop()