/base/update/updater/utils/include/ |
H A D | macros_updater.h | 80 #define DEFINE_STRUCT_TRAIT(NAME, KEY, ...) \ 81 DEFINE_STRUCT(NAME, __VA_ARGS__); \ 82 DEFINE_TRAIT(NAME, KEY, __VA_ARGS__) 84 #define DEFINE_STRUCT(NAME, ...) \ 85 struct NAME { \ 89 #define DEFINE_TRAIT(NAME, KEY, ...) \ 90 template <> struct Traits<NAME> { \ 94 template <std::size_t idx> constexpr static auto &Get(NAME &obj) \
|
/base/customization/enterprise_device_management/test/unittest/interface/inner_api/common/ |
H A D | ent_info_test.cpp | 27 const std::string NAME{"test"};
40 entInfoTest = std::make_shared<EntInfo>(NAME, DESCRIPTION);
in SetUp() 64 EXPECT_STREQ(entinfo.enterpriseName.c_str(), NAME.c_str());
in HWTEST_F()
|
/base/account/os_account/services/accountmgr/test/moduletest/app_account/ |
H A D | app_account_check_labels_module_test.cpp | 36 const std::string NAME = "NAME"; member 68 AppAccountInfo testAppAccountInfo(NAME, OWNER); in SetUp() 72 request.name = NAME; in SetUp() 109 AppAccountInfo testAppAccountInfo(NAME, OWNER); in HWTEST_F() 130 ASSERT_EQ(resultRequest.name, NAME); in HWTEST_F()
|
/base/telephony/telephony_data/interfaces/innerkits/include/ |
H A D | global_params_data.h | 30 static constexpr const char *NAME = "name"; member in OHOS::Telephony::NumMatchData 72 static constexpr const char *NAME = "name"; member in OHOS::Telephony::EccData
|
/base/telephony/telephony_data/global_params/src/ |
H A D | rdb_global_params_helper.cpp | 63 createTableStr.append(NumMatchData::NAME).append(" TEXT DEFAULT '', "); in CreateNumMatchTableStr() 70 createTableStr.append(NumMatchData::NAME).append("))"); in CreateNumMatchTableStr() 87 createTableStr.append(EccData::NAME).append(" TEXT DEFAULT '', "); in CreateEccDataTableStr()
|
/base/telephony/call_manager/services/distributed_call/src/distributed_communication/ |
H A D | distributed_data_sink_controller.cpp | 28 CheckLocalData(call, DistributedDataType::NAME); in OnCallCreated() 106 if (type == DistributedDataType::NAME && name.empty()) { in CheckLocalData() 107 queryInfo |= DISTRIBUTED_DATA_TYPE_OFFSET_BASE << static_cast<uint32_t>(DistributedDataType::NAME); in CheckLocalData() 164 for (auto type = static_cast<uint32_t>(DistributedDataType::NAME); in SendDataQueryReq() 195 if (type == static_cast<int32_t>(DistributedDataType::NAME)) { in HandleDataQueryRsp()
|
H A D | distributed_data_source_controller.cpp | 118 if (type == DistributedDataType::NAME && !name.empty()) { in SaveLocalData() 201 for (auto type = static_cast<uint32_t>(DistributedDataType::NAME); in SendLocalDataRsp() 212 if (type == static_cast<uint32_t>(DistributedDataType::NAME)) { in SendLocalDataRsp()
|
/base/hiviewdfx/hiview/plugins/event_store/event_export/config/ |
H A D | export_event_list_parser.cpp | 31 constexpr char NAME[] = "name"; member 63 auto eventName = CJsonUtil::GetStringValue(eventItem, NAME); in ParseExportEventList()
|
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/ |
H A D | zero_branch_test_call_state.cpp | 56 constexpr const char* NAME = "test"; member 325 audioDeviceManager->AddAudioDeviceList(NAME, AudioDeviceType::DEVICE_SPEAKER, NAME); in HWTEST_F() 326 audioDeviceManager->AddAudioDeviceList(NAME, AudioDeviceType::DEVICE_WIRED_HEADSET, NAME); in HWTEST_F() 327 audioDeviceManager->AddAudioDeviceList(NAME, AudioDeviceType::DEVICE_BLUETOOTH_SCO, NAME); in HWTEST_F() 328 audioDeviceManager->RemoveAudioDeviceList(NAME, AudioDeviceType::DEVICE_WIRED_HEADSET); in HWTEST_F() 329 audioDeviceManager->RemoveAudioDeviceList(NAME, AudioDeviceType::DEVICE_BLUETOOTH_SCO); in HWTEST_F() 355 audioDeviceManager->AddAudioDeviceList(NAME, AudioDeviceTyp in HWTEST_F() [all...] |
H A D | zero_branch8_test.cpp | 36 constexpr const char* NAME = "test"; member
|
/base/telephony/call_manager/test/unittest/distributed_communication_test/src/ |
H A D | distributed_data_test.cpp | 55 controller->ProcessCallInfo(call, DistributedDataType::NAME); in HWTEST_F() 105 ASSERT_NO_THROW(controller->CheckLocalData(call, DistributedDataType::NAME)); in HWTEST_F() 109 ASSERT_NO_THROW(controller->CheckLocalData(call, DistributedDataType::NAME)); in HWTEST_F() 113 ASSERT_NO_THROW(controller->CheckLocalData(call, DistributedDataType::NAME)); in HWTEST_F() 278 type = DistributedDataType::NAME; in HWTEST_F()
|
/base/account/os_account/interfaces/kits/napi/appaccount/src/ |
H A D | napi_app_account.cpp | 307 std::vector<PropertyType> propertyList = { PropertyType::NAME }; in RemoveAccountInternal() 340 std::vector<PropertyType> propertyList = {PropertyType::NAME, PropertyType::BUNDLE_NAME}; in DisableAppAccess() 369 std::vector<PropertyType> propertyList = {PropertyType::NAME, PropertyType::BUNDLE_NAME}; in EnableAppAccess() 400 PropertyType::NAME, PropertyType::BUNDLE_NAME, PropertyType::IS_ACCESSIBLE}; in SetAppAccess() 439 std::vector<PropertyType> propertyList = { PropertyType::NAME }; in CheckDataSyncEnabledInternal() 487 PropertyType::NAME, PropertyType::CREDENTIAL_TYPE, PropertyType::CREDENTIAL }; in SetCredentialInternal() 522 std::vector<PropertyType> propertyList = { PropertyType::NAME, PropertyType::EXTRA_INFO }; in SetAccountExtraInfo() 558 std::vector<PropertyType> propertyList = { PropertyType::NAME, PropertyType::IS_ENABLE }; in SetDataSyncEnabledInternal() 604 std::vector<PropertyType> propertyList = { PropertyType::NAME, PropertyType::KEY, PropertyType::VALUE }; in SetCustomDataInternal() 765 std::vector<PropertyType> propertyList = { PropertyType::NAME, PropertyTyp in GetCredentialInternal() [all...] |
/base/telephony/call_manager/services/distributed_call/include/distributed_communication/ |
H A D | distributed_data_controller.h | 39 NAME = 0, member in OHOS::Telephony::DistributedDataType
|
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/test/unittest/common/ |
H A D | sys_event_service_ohos_test.cpp | 326 std::string condStr = R"~({"version":"V1", "condition":{"and":[{"param":"NAME", "op":"=", in HWTEST_F() 330 std::string condStr2 = R"~({"version":"V1", "condition":{"and":[{"param":"NAME", "op":"=", in HWTEST_F() 431 {"and":[{"param":"NAME", "op":"=", "value":"SysEventService"}]}})~"); in HWTEST_F() 433 {"and":[{"param":"NAME", "op":"=", "value":"SysEventService"}]}})~"); in HWTEST_F()
|
/base/telephony/cellular_call/services/common/src/ |
H A D | cellular_call_rdb_helper.cpp | 71 result->GetColumnIndex(EccData::NAME, index); in QueryEccList()
|
/base/telephony/core_service/utils/vcard/include/ |
H A D | vcard_constant.h | 52 constexpr const char *VCARD_TYPE_NAME = "NAME"; 68 constexpr const char *VCARD_TYPE_X_PHONETIC_FIRST_NAME = "X-PHONETIC-FIRST-NAME"; 69 constexpr const char *VCARD_TYPE_X_PHONETIC_MIDDLE_NAME = "X-PHONETIC-MIDDLE-NAME"; 70 constexpr const char *VCARD_TYPE_X_PHONETIC_LAST_NAME = "X-PHONETIC-LAST-NAME"; 180 static constexpr int32_t NAME = 6; member in OHOS::Telephony::TypeId 198 static constexpr const char *NAME = "name"; member in OHOS::Telephony::TypeData
|
/base/hiviewdfx/hiview/base/event_store/dao/ |
H A D | doc_query.cpp | 30 if (cond.col_ == EventCol::DOMAIN || cond.col_ == EventCol::NAME) {
in And()
|
/base/telephony/core_service/utils/vcard/src/contact_data/ |
H A D | vcard_name_data.cpp | 24 valuesBucket.Put(ContactData::TYPE_ID, TypeId::NAME); in BuildValuesBucket()
|
/base/telephony/telephony_data/test/unittest/data_test/ |
H A D | data_storage_test.cpp | 380 value.Put(NumMatchData::NAME, "frist_numMatch_name"); in GlobalParamsNumMatchInsert() 397 values.Put(NumMatchData::NAME, "update_name"); in GlobalParamsNumMatchUpdate() 442 resultSet->GetColumnIndex(NumMatchData::NAME, columnIndex); in DumpNumMatchData() 518 values.Put(EccData::NAME, "46001"); in GlobalEccUpdate()
|
/base/hiviewdfx/hisysevent/test/moduletest/common/ |
H A D | hisysevent_manager_c_test.cpp | 400 std::string cond = R"~({"version":"V1","condition":{"and":[{"param":"NAME","op":"=",
in HWTEST_F() 560 std::string cond1 = R"~({"version":"V1","condition":{"and":[{"param":"NAME","op":"=",
742 std::string cond = R"~({"version":"V1","condition":{"and":[{"param":"NAME","op":"=",
in HWTEST_F() 775 std::string cond = R"~({"version":"V1","condition":{"and":[{"param":"NAME","op":"=",
in HWTEST_F() 807 std::string cond = R"~({"version":"V1","condition":{"and":[{"param":"NAME","op":"=",
in HWTEST_F()
|
/base/hiviewdfx/hiview/base/include/ |
H A D | sys_event.h | 39 static std::string NAME; member in OHOS::HiviewDFX::EventStore::EventCol
|
/base/account/os_account/frameworks/appaccount/native/src/ |
H A D | app_account_info.cpp | 30 const std::string NAME = "name"; member 572 {NAME, name_}, in ToJson() 613 jsonObject, jsonObjectEnd, NAME, name_, OHOS::AccountSA::JsonType::STRING); in FromJson()
|
/base/telephony/telephony_data/test/unittest/data_gtest/ |
H A D | data_storage_gtest.cpp | 424 value.Put(NumMatchData::NAME, "frist_numMatch_name"); in GlobalParamsNumMatchInsert() 437 values.Put(NumMatchData::NAME, "update_name"); in GlobalParamsNumMatchUpdate() 468 resultSet->GetColumnIndex(NumMatchData::NAME, columnIndex); in DumpNumMatchData() 521 values.Put(EccData::NAME, "46001"); in GlobalEccUpdate()
|
/base/hiviewdfx/hiview/base/event_store/test/unittest/common/ |
H A D | sys_event_store_utility_test.cpp | 130 ASSERT_TRUE(eventJsonStr.find(EventCol::NAME) != std::string::npos); in CheckEvent()
|
/base/telephony/telephony_data/common/src/ |
H A D | parser_util.cpp | 419 value.PutString(NumMatchData::NAME, bean.name); in ParserNumMatchToValuesBucket() 497 value.PutString(EccData::NAME, bean.name); in ParserEccDataToValuesBucket()
|