/base/update/updater/utils/include/ |
D | macros.h | 80 #define DEFINE_STRUCT_TRAIT(NAME, KEY, ...) \ argument 81 DEFINE_STRUCT(NAME, __VA_ARGS__); \ 82 DEFINE_TRAIT(NAME, KEY, __VA_ARGS__) 84 #define DEFINE_STRUCT(NAME, ...) \ argument 85 struct NAME { \ 89 #define DEFINE_TRAIT(NAME, KEY, ...) \ argument 90 template <> struct Traits<NAME> { \ 94 template <std::size_t idx> constexpr static auto &Get(NAME &obj) \
|
/base/customization/enterprise_device_management/test/unittest/src/ |
D | ent_info_test.cpp | 26 const std::string NAME{"test"}; variable 39 entInfoTest = std::make_shared<EntInfo>(NAME, DESCRIPTION); in SetUp() 64 EXPECT_STREQ((entinfo1->enterpriseName).c_str(), NAME.c_str());
|
/base/account/os_account/services/accountmgr/test/moduletest/app_account/ |
D | app_account_check_labels_module_test.cpp | 36 const std::string NAME = "NAME"; variable 61 AppAccountInfo testAppAccountInfo(NAME, OWNER); in SetUp() 65 request.name = NAME; in SetUp() 102 AppAccountInfo testAppAccountInfo(NAME, OWNER); 123 ASSERT_EQ(resultRequest.name, NAME);
|
/base/account/os_account/interfaces/kits/napi/appaccount/src/ |
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::VA… in SetCustomDataInternal() 765 std::vector<PropertyType> propertyList = { PropertyType::NAME, PropertyType::CREDENTIAL_TYPE }; in GetCredentialInternal() [all …]
|
D | napi_app_account_common.cpp | 600 case PropertyType::NAME : in ParseContextOAuthProperty() 664 case PropertyType::NAME : in ParseAppAccountProperty()
|
/base/hiviewdfx/hiview/base/event_store/dao/ |
D | doc_query.cpp | 31 if (cond.col_ == EventCol::DOMAIN || cond.col_ == EventCol::NAME) { in And()
|
/base/hiviewdfx/hisysevent/test/moduletest/common/ |
D | hisysevent_manager_c_test.cpp | 395 std::string cond = R"~({"version":"V1","condition":{"and":[{"param":"NAME","op":"=", 555 std::string cond1 = R"~({"version":"V1","condition":{"and":[{"param":"NAME","op":"=", 737 std::string cond = R"~({"version":"V1","condition":{"and":[{"param":"NAME","op":"=", 770 std::string cond = R"~({"version":"V1","condition":{"and":[{"param":"NAME","op":"=", 802 std::string cond = R"~({"version":"V1","condition":{"and":[{"param":"NAME","op":"=",
|
/base/account/os_account/frameworks/appaccount/native/src/ |
D | app_account_info.cpp | 25 const std::string NAME = "name"; variable 502 {NAME, name_}, in ToJson() 539 jsonObject, jsonObjectEnd, NAME, name_, OHOS::AccountSA::JsonType::STRING); in FromJson()
|
/base/hiviewdfx/hiview/base/include/ |
D | sys_event.h | 39 static std::string NAME; variable
|
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/test/unittest/common/ |
D | sys_event_service_ohos_test.cpp | 819 std::string condStr = R"~({"version":"V1","condition":{"and":[{"param":"NAME","op":"=", 823 std::string condStr2 = R"~({"version":"V1","condition":{"and":[{"param":"NAME","op":"=", 933 {"and":[{"param":"NAME","op":"=","value":"SysEventService"}]}})~"); 935 {"and":[{"param":"NAME","op":"=","value":"SysEventService"}]}})~");
|
/base/hiviewdfx/hiview/base/ |
D | sys_event.cpp | 33 std::string EventCol::NAME = "name_"; member in OHOS::HiviewDFX::EventStore::EventCol
|
D | libhiviewbase.map | 251 "OHOS::HiviewDFX::EventStore::EventCol::NAME";
|
/base/account/os_account/interfaces/kits/napi/appaccount/include/ |
D | napi_app_account_common.h | 126 NAME = 0, enumerator
|
/base/update/updater/test/unittest/test_data/applypatch/ |
D | TestGZipModeImagePatch.old.gz |
|