/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/ |
H A D | link.cpp | 36 object->GetValue(DESCRIPTION, description_); in Link() 88 std::get<std::shared_ptr<Object>>(value_)->value_[DESCRIPTION] = description_; in SetDescription() 100 object->value_[DESCRIPTION] = description_; in InitObject()
|
/foundation/distributeddatamgr/udmf/framework/common/ |
H A D | custom_utd_json_parser.cpp | 24 constexpr const char* DESCRIPTION = "description"; member 84 cJSON_AddStringToObject(jsonItem, DESCRIPTION, utdTypeCfg.description.c_str()); in ConvertUtdCfgsToJson() 126 typeCfg.description = GetStringValue(*node, DESCRIPTION); in GetTypeDescriptors()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | extension_form_profile.h | 30 constexpr const char* DESCRIPTION = "description"; member
|
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/ |
H A D | extension_ability_info.cpp | 37 const std::string DESCRIPTION = "description"; member 65 {DESCRIPTION, extensionInfo.description}, in to_json() 155 DESCRIPTION, in from_json()
|
H A D | module_profile.cpp | 359 DESCRIPTION, in from_json() 658 DESCRIPTION, in from_json() 904 DESCRIPTION, in from_json() 1213 DESCRIPTION, in from_json()
|
/foundation/distributeddatamgr/udmf/framework/ndkimpl/data/ |
H A D | uds.cpp | 200 hyperlink->obj->value_[DESCRIPTION] = "";
in OH_UdsHyperlink_Create() 223 return GetUdsStrValue(pThis, NdkStructId::UDS_HYPERLINK_STRUCT_ID, DESCRIPTION);
in OH_UdsHyperlink_GetDescription() 239 return pThis->SetUdsValue<std::string>(DESCRIPTION, description);
in OH_UdsHyperlink_SetDescription() 560 contentForm->obj->value_[DESCRIPTION] = "";
in OH_UdsContentForm_Create() 591 return GetUdsStrValue(pThis, NdkStructId::UDS_CONTENT_FORM_STRUCT_ID, DESCRIPTION);
in OH_UdsContentForm_GetDescription() 639 return pThis->SetUdsValue<std::string>(DESCRIPTION, description);
in OH_UdsContentForm_SetDescription()
|
/foundation/arkui/ace_engine/test/unittest/core/accessibility/ |
H A D | accessibility_node_test_ng.cpp | 37 const char DESCRIPTION[] = "accessibilitydescription"; member 145 vec.emplace_back(std::make_pair(DESCRIPTION, "ACCESSIBILITY_DESCRIPTION")); in HWTEST_F()
|
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/include/bundle_parser/ |
H A D | common_profile.h | 61 constexpr const char *DESCRIPTION = "description"; member
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
H A D | extension_ability_info.cpp | 39 const char* DESCRIPTION = "description"; member 361 {DESCRIPTION, extensionInfo.description}, in to_json() 446 DESCRIPTION, in from_json()
|
H A D | extension_form_profile.cpp | 179 ExtensionFormProfileReader::DESCRIPTION, in from_json()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_resource_manager_test/ |
H A D | bms_bundle_resource_manager_test.cpp | 37 const std::string DESCRIPTION = "description"; member 206 EXPECT_EQ(description, DESCRIPTION); in HWTEST_F()
|
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/ |
H A D | common_func.cpp | 41 constexpr const char *DESCRIPTION = "description"; member 404 NAPI_CALL_RETURN_VOID(env, napi_set_named_property(env, objAbilityInfo, DESCRIPTION, nDescription)); in ConvertAbilityInfo() 553 NAPI_CALL_RETURN_VOID(env, napi_set_named_property(env, objAppInfo, DESCRIPTION, nDescription)); in ConvertApplicationInfo() 685 NAPI_CALL_RETURN_VOID(env, napi_set_named_property(env, objHapModuleInfo, DESCRIPTION, nDescription)); in ConvertHapModuleInfo()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | common_profile.h | 310 constexpr const char* DESCRIPTION = "description"; member
|
/foundation/distributeddatamgr/udmf/interfaces/innerkits/common/ |
H A D | unified_meta.h | 38 constexpr const char* DESCRIPTION = "description"; member
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | module_profile.cpp | 390 DESCRIPTION, in from_json() 703 DESCRIPTION, in from_json() 957 DESCRIPTION, in from_json() 1298 DESCRIPTION, in from_json()
|
H A D | inner_bundle_info.cpp | 358 {Profile::DESCRIPTION, definePermission.description}, in to_json() 1115 Profile::DESCRIPTION, in from_json()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_base_test/ |
H A D | bms_bundle_kit_service_base_test.cpp | 49 const std::string DESCRIPTION = "mainEntry"; member 189 abilityInfo.description = DESCRIPTION; in MockAbilityInfo()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/ |
H A D | obex_headers.cpp | 58 {0x05, "DESCRIPTION"}, 616 AppendUnicode(ObexHeader::DESCRIPTION, description); in AppendItemDescription() 757 return GetItem<ObexOptionalUnicodeHeader *>(ObexHeader::DESCRIPTION); in GetItemDescription()
|
H A D | obex_headers.h | 340 static const uint8_t DESCRIPTION = 0x05; member in OHOS::bluetooth::ObexActionType::ObexSessionParameters::ObexHeaderDataType::ObexHeader
|
/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/ |
H A D | pasteboard_utils.cpp | 345 object->value_[UDMF::DESCRIPTION] = link->GetDescription(); in Link2PasteRecord()
|
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/common/ |
H A D | common_func.cpp | 57 constexpr const char* DESCRIPTION = "description"; member 997 NAPI_CALL_RETURN_VOID(env, napi_set_named_property(env, objAbilityInfo, DESCRIPTION, nDescription)); in ConvertAbilityInfo() 1377 NAPI_CALL_RETURN_VOID(env, napi_set_named_property(env, objAppInfo, DESCRIPTION, nDescription)); in ConvertApplicationInfo() 1668 NAPI_CALL_RETURN_VOID(env, napi_set_named_property(env, objHapModuleInfo, DESCRIPTION, nDescription)); in ConvertHapModuleInfo() 2263 NAPI_CALL_RETURN_VOID(env, napi_set_named_property(env, value, DESCRIPTION, nDescription)); in ConvertSharedModuleInfo()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_default_app_test/ |
H A D | bms_bundle_default_app_test.cpp | 84 const std::string DESCRIPTION = "$string:MainAbility_desc"; member 387 EXPECT_EQ(abilityInfo.description, DESCRIPTION); in HWTEST_F()
|
/foundation/distributeddatamgr/udmf/framework/ndkimpl/unittest/ |
H A D | uds_test.cpp | 263 hyperlink->obj->value_[DESCRIPTION] = "do something";
in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_data_mgr_test/ |
H A D | bms_data_mgr_test.cpp | 48 const std::string DESCRIPTION = "mainEntry"; member 117 abilityInfo.description = DESCRIPTION; in GetDefaultAbilityInfo()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/ |
H A D | bms_bundle_kit_service_test.cpp | 96 const std::string DESCRIPTION = "mainEntry"; member 946 abilityInfo.description = DESCRIPTION; in MockAbilityInfo() 1080 EXPECT_EQ(DESCRIPTION, abilityInfo.description); in CheckAbilityInfo() 1135 EXPECT_EQ(DESCRIPTION, abilityInfo.description); in CheckAbilityInfos() 1180 EXPECT_EQ(DESCRIPTION, abilityInfo.description); in CheckCompatibleAbilityInfo()
|