Home
last modified time | relevance | path

Searched refs:DESCRIPTION (Results 1 - 25 of 26) sorted by relevance

12

/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/
H A Dlink.cpp36 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 Dcustom_utd_json_parser.cpp24 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 Dextension_form_profile.h30 constexpr const char* DESCRIPTION = "description"; member
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dextension_ability_info.cpp37 const std::string DESCRIPTION = "description"; member
65 {DESCRIPTION, extensionInfo.description}, in to_json()
155 DESCRIPTION, in from_json()
H A Dmodule_profile.cpp359 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 Duds.cpp200 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 Daccessibility_node_test_ng.cpp37 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 Dcommon_profile.h61 constexpr const char *DESCRIPTION = "description"; member
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dextension_ability_info.cpp39 const char* DESCRIPTION = "description"; member
361 {DESCRIPTION, extensionInfo.description}, in to_json()
446 DESCRIPTION, in from_json()
H A Dextension_form_profile.cpp179 ExtensionFormProfileReader::DESCRIPTION, in from_json()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_resource_manager_test/
H A Dbms_bundle_resource_manager_test.cpp37 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 Dcommon_func.cpp41 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 Dcommon_profile.h310 constexpr const char* DESCRIPTION = "description"; member
/foundation/distributeddatamgr/udmf/interfaces/innerkits/common/
H A Dunified_meta.h38 constexpr const char* DESCRIPTION = "description"; member
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dmodule_profile.cpp390 DESCRIPTION, in from_json()
703 DESCRIPTION, in from_json()
957 DESCRIPTION, in from_json()
1298 DESCRIPTION, in from_json()
H A Dinner_bundle_info.cpp358 {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 Dbms_bundle_kit_service_base_test.cpp49 const std::string DESCRIPTION = "mainEntry"; member
189 abilityInfo.description = DESCRIPTION; in MockAbilityInfo()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_headers.cpp58 {0x05, "DESCRIPTION"},
616 AppendUnicode(ObexHeader::DESCRIPTION, description); in AppendItemDescription()
757 return GetItem<ObexOptionalUnicodeHeader *>(ObexHeader::DESCRIPTION); in GetItemDescription()
H A Dobex_headers.h340 static const uint8_t DESCRIPTION = 0x05; member in OHOS::bluetooth::ObexActionType::ObexSessionParameters::ObexHeaderDataType::ObexHeader
/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
H A Dpasteboard_utils.cpp345 object->value_[UDMF::DESCRIPTION] = link->GetDescription(); in Link2PasteRecord()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/common/
H A Dcommon_func.cpp57 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 Dbms_bundle_default_app_test.cpp84 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 Duds_test.cpp263 hyperlink->obj->value_[DESCRIPTION] = "do something"; in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_data_mgr_test/
H A Dbms_data_mgr_test.cpp48 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 Dbms_bundle_kit_service_test.cpp96 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()

Completed in 60 milliseconds

12