Searched refs:getKey (Results 1 - 7 of 7) sorted by relevance
/foundation/ability/ability_base/interfaces/kits/native/configuration/src/ |
H A D | configuration.cpp | 56 bool Configuration::MakeTheKey(std::string &getKey, int id, const std::string ¶m) const in MakeTheKey() argument 89 getKey.clear(); in MakeTheKey() 90 getKey += std::to_string(id); in MakeTheKey() 91 getKey += ConfigurationInner::CONNECTION_SYMBOL; in MakeTheKey() 92 getKey += param; in MakeTheKey() 93 ABILITYBASE_LOGD("key: %{public}s", getKey.c_str()); in MakeTheKey() 104 std::string getKey; in AddItem() local 105 if (!MakeTheKey(getKey, displayId, key)) { in AddItem() 110 configParameter_[getKey] = value; in AddItem() 120 std::string getKey; in GetItem() local 210 std::string getKey; RemoveItem() local [all...] |
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/distributedWant/ |
H A D | distributed_want_test.cpp | 1596 std::string getKey = std::get<1>(GetParam()); in HWTEST_P() local 1601 EXPECT_EQ(result, want_->GetByteParam(getKey, defaultValue)); in HWTEST_P() 1650 std::string getKey = std::get<1>(GetParam()); in HWTEST_P() local 1655 EXPECT_EQ(result, want_->GetBoolArrayParam(getKey)); in HWTEST_P() 1707 std::string getKey = std::get<1>(GetParam()); in HWTEST_P() local 1712 EXPECT_EQ(result, want_->GetCharArrayParam(getKey)); in HWTEST_P() 1731 std::string getKey("aa"); in HWTEST_F() 1732 EXPECT_EQ(defaultValue, want_->GetCharArrayParam(getKey)); in HWTEST_F() 1821 std::string getKey = std::get<1>(GetParam()); in HWTEST_P() local 1826 EXPECT_EQ(result, want_->GetCharParam(getKey, defaultValu in HWTEST_P() 1933 std::string getKey = std::get<1>(GetParam()); HWTEST_P() local 2049 std::string getKey = std::get<1>(GetParam()); HWTEST_P() local 2163 std::string getKey = std::get<1>(GetParam()); HWTEST_P() local 2276 std::string getKey = std::get<1>(GetParam()); HWTEST_P() local 2386 std::string getKey = std::get<1>(GetParam()); HWTEST_P() local 2495 std::string getKey = std::get<1>(GetParam()); HWTEST_P() local 2611 std::string getKey = std::get<1>(GetParam()); HWTEST_P() local 2717 std::string getKey = std::get<1>(GetParam()); HWTEST_P() local 2829 std::string getKey = std::get<1>(GetParam()); HWTEST_P() local 2940 std::string getKey = std::get<1>(GetParam()); HWTEST_P() local 3053 std::string getKey = std::get<1>(GetParam()); HWTEST_P() local 3164 std::string getKey = std::get<1>(GetParam()); HWTEST_P() local 3278 std::string getKey = std::get<1>(GetParam()); HWTEST_P() local 3388 std::string getKey = std::get<1>(GetParam()); HWTEST_P() local [all...] |
/foundation/ability/ability_base/test/unittest/want/ |
H A D | want_test.cpp | 1984 std::string getKey = std::get<1>(GetParam()); in HWTEST_P() local 1989 EXPECT_EQ(result, want_->GetByteParam(getKey, defaultValue)); in HWTEST_P() 2036 std::string getKey = std::get<1>(GetParam()); in HWTEST_P() local 2041 EXPECT_EQ(result, want_->GetBoolArrayParam(getKey)); in HWTEST_P() 2091 std::string getKey = std::get<1>(GetParam()); in HWTEST_P() local 2096 EXPECT_EQ(result, want_->GetCharArrayParam(getKey)); in HWTEST_P() 2113 std::string getKey("aa"); in HWTEST_F() 2114 EXPECT_EQ(defaultValue, want_->GetCharArrayParam(getKey)); in HWTEST_F() 2198 std::string getKey = std::get<1>(GetParam()); in HWTEST_P() local 2203 EXPECT_EQ(result, want_->GetCharParam(getKey, defaultValu in HWTEST_P() 2306 std::string getKey = std::get<1>(GetParam()); HWTEST_P() local 2418 std::string getKey = std::get<1>(GetParam()); HWTEST_P() local 2527 std::string getKey = std::get<1>(GetParam()); HWTEST_P() local 2636 std::string getKey = std::get<1>(GetParam()); HWTEST_P() local 2742 std::string getKey = std::get<1>(GetParam()); HWTEST_P() local 2848 std::string getKey = std::get<1>(GetParam()); HWTEST_P() local 2960 std::string getKey = std::get<1>(GetParam()); HWTEST_P() local 3062 std::string getKey = std::get<1>(GetParam()); HWTEST_P() local 3170 std::string getKey = std::get<1>(GetParam()); HWTEST_P() local 3278 std::string getKey = std::get<1>(GetParam()); HWTEST_P() local 3387 std::string getKey = std::get<1>(GetParam()); HWTEST_P() local 3495 std::string getKey = std::get<1>(GetParam()); HWTEST_P() local 3604 std::string getKey = std::get<1>(GetParam()); HWTEST_P() local 3710 std::string getKey = std::get<1>(GetParam()); HWTEST_P() local [all...] |
/foundation/ability/ability_base/interfaces/kits/native/configuration/include/ |
H A D | configuration.h | 184 * @param getKey Key made. 189 bool MakeTheKey(std::string &getKey, int id, const std::string ¶m) const;
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/cjui/ |
H A D | cjui_api.h | 407 ArkUI_CharPtr (*getKey)(ArkUINodeHandle node);
member
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/ |
H A D | arkoala_api.h | 1910 ArkUI_CharPtr (*getKey)(ArkUINodeHandle node); member
|
/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | style_modifier.cpp | 1011 g_attributeItem.string = modifier->getKey(node->uiNodeHandle); in GetKey()
|
Completed in 84 milliseconds