Home
last modified time | relevance | path

Searched refs:STRING (Results 1 – 25 of 31) sorted by relevance

12

/base/hiviewdfx/hiview/plugins/eventservice/test/resource/eventservice/
Dhisysevent.def11 "type": "STRING",
15 "type": "STRING",
/base/global/resmgr_standard/frameworks/resmgr/test/unittest/common/
Dhap_resource_test.cpp84 int id = pResource->GetIdByName("app_name", ResType::STRING);
112 auto idValues2 = pResource->GetIdValuesByName(name, ResType::STRING);
165 int id = pResource->GetIdByName("app_name", ResType::STRING);
189 auto idValues2 = pResource->GetIdValuesByName(name, ResType::STRING);
233 idv = pResource->GetIdValuesByName(std::string("string_ref"), ResType::STRING);
237 idv = pResource->GetIdValuesByName(std::string("string_ref2"), ResType::STRING);
Dres_desc_test.cpp88 EXPECT_EQ(ResType::STRING, resType);
Dresource_manager_test.cpp103 int id = GetResId(name, ResType::STRING); in TestStringById()
521 int id = GetResId(name, ResType::STRING);
1768 id = GetResId("copyright_text", ResType::STRING);
1774 id = GetResId("string_ref", ResType::STRING);
1808 id = GetResId("copyright_text", ResType::STRING);
1814 id = GetResId("string_ref", ResType::STRING);
1826 id = GetResId("copyright_text", ResType::STRING);
/base/global/resmgr_lite/frameworks/resmgr_lite/test/unittest/lite/common/
Dhap_resource_test.cpp84 int id = pResource->GetIdByName("app_name", ResType::STRING);
112 auto idValues2 = pResource->GetIdValuesByName(name, ResType::STRING);
165 int id = pResource->GetIdByName("app_name", ResType::STRING);
189 auto idValues2 = pResource->GetIdValuesByName(name, ResType::STRING);
233 idv = pResource->GetIdValuesByName(std::string("string_ref"), ResType::STRING);
237 idv = pResource->GetIdValuesByName(std::string("string_ref2"), ResType::STRING);
Dglobal_test.cpp151 int id = GetResId("app_name", ResType::STRING);
169 int id = GetResId("app_name", ResType::STRING);
Dresource_manager_test.cpp96 int id = GetResId(name, ResType::STRING); in TestStringById()
486 int id = GetResId(name, ResType::STRING);
1564 id = GetResId("copyright_text", ResType::STRING);
1570 id = GetResId("string_ref", ResType::STRING);
1604 id = GetResId("copyright_text", ResType::STRING);
1610 id = GetResId("string_ref", ResType::STRING);
1622 id = GetResId("copyright_text", ResType::STRING);
Dres_desc_test.cpp88 EXPECT_EQ(ResType::STRING, resType);
/base/account/os_account/frameworks/common/database/include/
Diaccount_info.h40 STRING, enumerator
73 case JsonType::STRING: in GetDataByType()
/base/account/os_account/frameworks/osaccount/native/src/
Dos_account_info.cpp253 jsonObject, jsonObjectEnd, LOCAL_NAME, localName_, OHOS::AccountSA::JsonType::STRING); in FromJson()
261 jsonObject, jsonObjectEnd, PHOTO, photo_, OHOS::AccountSA::JsonType::STRING); in FromJson()
279 … typeJson, typeJson.end(), DOMAIN_NAME, domainInfo_.domain_, OHOS::AccountSA::JsonType::STRING); in FromJson()
281 … typeJson.end(), DOMAIN_ACCOUNT_NAME, domainInfo_.accountName_, OHOS::AccountSA::JsonType::STRING); in FromJson()
/base/powermgr/thermal_manager/services/native/include/thermal_observer/state_machine/
Dstate_machine.h38 STRING = 0, enumerator
/base/global/resmgr_lite/frameworks/resmgr_lite/include/
Dres_common.h69 STRING = 9, enumerator
Dglobal_utils.h51 STRING = 9, enumerator
/base/global/resmgr_standard/interfaces/innerkits/include/
Dres_common.h80 STRING = 9, enumerator
/base/web/webview/ohos_nweb/include/
Dnweb_value.h37 STRING, enumerator
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
Dhiappevent_verify.cpp201 … if (it->type == AppEventParamType::STRING && !CheckStrParamLength(it->value.valueUnion.str_)) { in VerifyAppEvent()
209 … if (it->type > AppEventParamType::STRING && !CheckListValueSize(it->type, it->value.valueUnion)) { in VerifyAppEvent()
Dhiappevent_base.cpp129 case AppEventParamType::STRING: in InitValueByReferType()
170 if (other.type < AppEventParamType::STRING) { in AppEventParamValue()
180 case AppEventParamType::STRING: in ~AppEventParamValue()
301 AppEventParam appEventParam(key, AppEventParamType::STRING); in AddParam()
308 AppEventParam appEventParam(key, AppEventParamType::STRING); in AddParam()
611 } else if (it->type == AppEventParamType::STRING) { in GetJsonString()
/base/powermgr/thermal_manager/services/native/src/thermal_observer/state_machine/
Dstate_machine.cpp63 case STRING: { in QuerySystemProperty()
/base/account/os_account/services/accountmgr/src/appaccount/
Dapp_account_info.cpp446 jsonObject, jsonObjectEnd, OWNER, owner_, OHOS::AccountSA::JsonType::STRING); in FromJson()
448 jsonObject, jsonObjectEnd, NAME, name_, OHOS::AccountSA::JsonType::STRING); in FromJson()
450 jsonObject, jsonObjectEnd, EXTRA_INFO, extraInfo_, OHOS::AccountSA::JsonType::STRING); in FromJson()
456 … jsonObject, jsonObjectEnd, ASSOCIATED_DATA, associatedData_, OHOS::AccountSA::JsonType::STRING); in FromJson()
458 …nObject, jsonObjectEnd, ACCOUNT_CREDENTIAL, accountCredential_, OHOS::AccountSA::JsonType::STRING); in FromJson()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
Dhiappevent_base.h61 STRING = 9, enumerator
100 case AppEventParamType::STRING: in ValueUnion()
/base/hiviewdfx/hiview/
DCMakeLists.txt5 set(CMAKE_BUILD_TYPE Release CACHE STRING
/base/update/updater/services/script/script_interpreter/
Dscript_yacc.y101 BREAK CONTINUE RETURN COMMA STRING
244 |STRING
/base/global/resmgr_lite/frameworks/resmgr_lite/src/
Dresource_manager_impl.cpp79 const IdItem *idItem = hapManager_->FindResourceByName(name, ResType::STRING); in GetStringByName()
100 const IdItem *idItem = hapManager_->FindResourceByName(name, ResType::STRING); in GetStringFormatByName()
116 if (idItem == nullptr || idItem->resType_ != ResType::STRING) { in GetString()
/base/hiviewdfx/hiview/base/event_store/include/
Dsys_event_query.h56 enum ValueType { NONE = 0, INTEGER = 1, FLOAT = 2, DOUBLE = 3, STRING = 4 }; enumerator
61 …FieldValue(const std::string &value): valueType_(STRING), iValue_(0), fValue_(0), dValue_(0), sVal… in FieldValue()
/base/customization/enterprise_device_management/services/edm/test/unittest/src/
Dpolicy_serializer_test.cpp80 HWTEST_F(PolicySerializerTest, STRING, TestSize.Level1)

12