Searched refs:setKey (Results 1 - 8 of 8) sorted by relevance
/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/download/network_client/ |
H A D | http_curl_client.cpp | 209 std::string setKey = iter->first; in HttpHeaderParse() local 211 if (setKey.length() <= MAX_STRING_LENGTH && setValue.length() <= MAX_STRING_LENGTH) { in HttpHeaderParse() 212 ClearHeadTailSpace(setKey); in HttpHeaderParse() 213 std::string headerStr = setKey + ":" + setValue; in HttpHeaderParse() 218 MEDIA_LOG_E("key: " PUBLIC_LOG_S " value: " PUBLIC_LOG_S, setKey.c_str(), setValue.c_str()); in HttpHeaderParse()
|
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/distributedWant/ |
H A D | distributed_want_test.cpp | 1595 std::string setKey = std::get<0>(GetParam()); in HWTEST_P() local 1600 want_->SetParam(setKey, setValue); in HWTEST_P() 1649 std::string setKey = std::get<0>(GetParam()); in HWTEST_P() local 1654 want_->SetParam(setKey, setValue); in HWTEST_P() 1706 std::string setKey = std::get<0>(GetParam()); in HWTEST_P() local 1711 want_->SetParam(setKey, setValue); in HWTEST_P() 1820 std::string setKey = std::get<0>(GetParam()); in HWTEST_P() local 1825 want_->SetParam(setKey, setValue); in HWTEST_P() 1932 std::string setKey = std::get<0>(GetParam()); in HWTEST_P() local 1937 want_->SetParam(setKey, setValu in HWTEST_P() 2048 std::string setKey = std::get<0>(GetParam()); HWTEST_P() local 2162 std::string setKey = std::get<0>(GetParam()); HWTEST_P() local 2275 std::string setKey = std::get<0>(GetParam()); HWTEST_P() local 2385 std::string setKey = std::get<0>(GetParam()); HWTEST_P() local 2494 std::string setKey = std::get<0>(GetParam()); HWTEST_P() local 2610 std::string setKey = std::get<0>(GetParam()); HWTEST_P() local 2716 std::string setKey = std::get<0>(GetParam()); HWTEST_P() local 2828 std::string setKey = std::get<0>(GetParam()); HWTEST_P() local 2939 std::string setKey = std::get<0>(GetParam()); HWTEST_P() local 3052 std::string setKey = std::get<0>(GetParam()); HWTEST_P() local 3163 std::string setKey = std::get<0>(GetParam()); HWTEST_P() local 3277 std::string setKey = std::get<0>(GetParam()); HWTEST_P() local 3387 std::string setKey = std::get<0>(GetParam()); HWTEST_P() local [all...] |
/foundation/ability/ability_base/test/unittest/want/ |
H A D | want_test.cpp | 1983 std::string setKey = std::get<0>(GetParam()); in HWTEST_P() local 1988 want_->SetParam(setKey, setValue); in HWTEST_P() 2035 std::string setKey = std::get<0>(GetParam()); in HWTEST_P() local 2040 want_->SetParam(setKey, setValue); in HWTEST_P() 2090 std::string setKey = std::get<0>(GetParam()); in HWTEST_P() local 2095 want_->SetParam(setKey, setValue); in HWTEST_P() 2197 std::string setKey = std::get<0>(GetParam()); in HWTEST_P() local 2202 want_->SetParam(setKey, setValue); in HWTEST_P() 2305 std::string setKey = std::get<0>(GetParam()); in HWTEST_P() local 2310 want_->SetParam(setKey, setValu in HWTEST_P() 2417 std::string setKey = std::get<0>(GetParam()); HWTEST_P() local 2526 std::string setKey = std::get<0>(GetParam()); HWTEST_P() local 2635 std::string setKey = std::get<0>(GetParam()); HWTEST_P() local 2741 std::string setKey = std::get<0>(GetParam()); HWTEST_P() local 2847 std::string setKey = std::get<0>(GetParam()); HWTEST_P() local 2959 std::string setKey = std::get<0>(GetParam()); HWTEST_P() local 3061 std::string setKey = std::get<0>(GetParam()); HWTEST_P() local 3169 std::string setKey = std::get<0>(GetParam()); HWTEST_P() local 3277 std::string setKey = std::get<0>(GetParam()); HWTEST_P() local 3386 std::string setKey = std::get<0>(GetParam()); HWTEST_P() local 3494 std::string setKey = std::get<0>(GetParam()); HWTEST_P() local 3603 std::string setKey = std::get<0>(GetParam()); HWTEST_P() local 3709 std::string setKey = std::get<0>(GetParam()); HWTEST_P() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/interfaces/cjui/ |
H A D | cjui_api.h | 228 void (*setKey)(ArkUINodeHandle node, ArkUI_CharPtr key);
member
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/ |
H A D | arkoala_api.h | 1731 void (*setKey)(ArkUINodeHandle node, ArkUI_CharPtr key); member
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_common_bridge.cpp | 4779 GetArkUINodeModifiers()->getCommonModifier()->setKey(nativeNode, stringValue.c_str()); in SetKey()
|
/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | style_modifier.cpp | 998 fullImpl->getNodeModifiers()->getCommonModifier()->setKey(node->uiNodeHandle, item->string); in SetKey()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | arkComponent.js | 2329 getUINativeModule().common.setKey(node, this.value);
|
Completed in 109 milliseconds