/foundation/filemanagement/storage_service/services/storage_daemon/mock/ |
H A D | key_control_mock.cpp | 30 long KeyCtrlSearch(key_serial_t ringId, const char *type, const char *description, in KeyCtrlSearch() argument 37 return IKeyControlMoc::keyControlMoc->KeyCtrlSearch(ringId, type, description, destRingId); in KeyCtrlSearch() 40 key_serial_t KeyCtrlAddKey(const char *type, const char *description, in KeyCtrlAddKey() argument 47 return IKeyControlMoc::keyControlMoc->KeyCtrlAddKey(type, description, ringId); in KeyCtrlAddKey() 50 key_serial_t KeyCtrlAddKeyEx(const char *type, const char *description, in KeyCtrlAddKeyEx() argument 57 return IKeyControlMoc::keyControlMoc->KeyCtrlAddKeyEx(type, description, fsKey, ringId); in KeyCtrlAddKeyEx() 60 key_serial_t KeyCtrlAddKeySdp(const char *type, const char *description, in KeyCtrlAddKeySdp() argument 67 return IKeyControlMoc::keyControlMoc->KeyCtrlAddKeySdp(type, description, fsKey, ringId); in KeyCtrlAddKeySdp() 80 const char *description, in KeyCtrlAddAppAsdpKey() 88 return IKeyControlMoc::keyControlMoc->KeyCtrlAddAppAsdpKey(type, description, fsKe in KeyCtrlAddAppAsdpKey() 79 KeyCtrlAddAppAsdpKey(const char *type, const char *description, struct EncryptAsdpKey *fsKey, const key_serial_t ringId) KeyCtrlAddAppAsdpKey() argument [all...] |
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/ |
H A D | link_test.cpp | 72 * @tc.desc: Abnormal testcase of Link,because url and description are equal to MAX_TEXT_LEN 79 const std::string description(MAX_TEXT_LEN, 'a'); in HWTEST_F() 80 Link link(url, description); in HWTEST_F() 83 EXPECT_NE(link.description_, description); in HWTEST_F() 96 const std::string description(20, 'a'); in HWTEST_F() 97 Link link(url, description); in HWTEST_F() 100 EXPECT_NE(link.description_, description); in HWTEST_F() 106 * @tc.desc: Abnormal testcase of Link,because description and MAX_TEXT_LEN are equal 113 const std::string description(MAX_TEXT_LEN, 'a'); in HWTEST_F() 114 Link link(url, description); in HWTEST_F() [all...] |
/foundation/multimedia/player_framework/frameworks/native/video_editor/data_center/effect/ |
H A D | effect_factory.cpp | 30 std::shared_ptr<Effect> EffectFactory::CreateEffect(const std::string& description) in CreateEffect() argument 32 EffectType type = ParseEffectType(description); in CreateEffect() 36 auto effect = std::make_shared<EffectImageEffect>(id_.fetch_add(1), description); in CreateEffect() 53 EffectType EffectFactory::ParseEffectType(const std::string& description) in ParseEffectType() argument 55 if (description.empty()) { in ParseEffectType()
|
H A D | effect_factory.h | 27 static std::shared_ptr<Effect> CreateEffect(const std::string& description); 30 static EffectType ParseEffectType(const std::string& description);
|
/foundation/filemanagement/storage_service/services/storage_manager/innerkits_impl/test/ |
H A D | volume_external_test.cpp | 49 std::string description = ""; in HWTEST_F() local 54 volumeexternal.SetDescription(description); in HWTEST_F() 63 EXPECT_EQ(result4, description); in HWTEST_F() 98 std::string description = ""; in HWTEST_F() local 103 volumeexternal.SetDescription(description); in HWTEST_F() 113 EXPECT_EQ(parcel.ReadString(), description); in HWTEST_F() 138 std::string description = ""; in HWTEST_F() local 148 parcel.WriteString(description); in HWTEST_F() 159 EXPECT_EQ(result->GetDescription(), description); in HWTEST_F()
|
/foundation/multimedia/av_session/services/session/server/test/ |
H A D | hw_cast_stream_player_test.cpp | 73 std::shared_ptr<AVMediaDescription> description = std::make_shared<AVMediaDescription>(); in CreateAVMediaDescription() local 74 description->Reset(); in CreateAVMediaDescription() 75 description->SetMediaId("123"); in CreateAVMediaDescription() 76 description->SetTitle("Title"); in CreateAVMediaDescription() 77 description->SetSubtitle("SubTitle"); in CreateAVMediaDescription() 78 description->SetDescription("This is music description"); in CreateAVMediaDescription() 79 description->SetIcon(nullptr); in CreateAVMediaDescription() 80 description->SetIconUri("xxxxx"); in CreateAVMediaDescription() 81 description in CreateAVMediaDescription() 180 std::shared_ptr<AVMediaDescription> description = CreateAVMediaDescription(); HWTEST_F() local 198 std::shared_ptr<AVMediaDescription> description = CreateAVMediaDescription(); HWTEST_F() local 219 std::shared_ptr<AVMediaDescription> description = CreateAVMediaDescription(); HWTEST_F() local 238 std::shared_ptr<AVMediaDescription> description = CreateAVMediaDescription(); HWTEST_F() local 258 std::shared_ptr<AVMediaDescription> description = CreateAVMediaDescription(); HWTEST_F() local [all...] |
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/config/src/model/ |
H A D | component_config.cpp | 21 SetValue(node[GET_NAME(description)], description); in Marshal() 33 GetValue(node, GET_NAME(description), description); in Unmarshal()
|
/foundation/ability/ability_base/test/unittest/want/ |
H A D | extra_params_test.cpp | 85 string description;
in HWTEST_F() local 87 extraParams.SetDescription(description);
in HWTEST_F() 89 EXPECT_EQ(result, description);
in HWTEST_F() 106 string description;
in HWTEST_F() local 107 extraParams.SetDescription(description);
in HWTEST_F() 126 string description = "Description";
in HWTEST_F() local 128 ExtraParams extraParams(devType, targetBundleName, description, jsonParams);
in HWTEST_F()
|
/foundation/communication/netmanager_base/test/security/ |
H A D | netmanager_base_test_security.cpp | 56 .description = "Test ethernet maneger network info", 75 .description = "Test net connect manager internet", 94 .description = "Test net connect manager internet", 113 .description = "Test net policy manager", 132 .description = "Test netsys_native_manager_test", 150 .description = "Test net data share", 170 .description = "Test net stats manager", 198 .description = "Test no permission",
|
/foundation/filemanagement/storage_service/services/storage_daemon/libfscrypt/src/ |
H A D | key_control.c | 39 key_serial_t KeyCtrlAddKey(const char *type, const char *description, in KeyCtrlAddKey() argument 42 return syscall(__NR_add_key, type, description, NULL, 0, ringId); in KeyCtrlAddKey() 45 key_serial_t KeyCtrlAddKeyEx(const char *type, const char *description, in KeyCtrlAddKeyEx() argument 48 return syscall(__NR_add_key, type, description, in KeyCtrlAddKeyEx() 53 key_serial_t KeyCtrlAddKeySdp(const char *type, const char *description, in KeyCtrlAddKeySdp() argument 56 return syscall(__NR_add_key, type, description, in KeyCtrlAddKeySdp() 62 const char *description, in KeyCtrlAddAppAsdpKey() 66 return syscall(__NR_add_key, type, description, in KeyCtrlAddAppAsdpKey() 71 long KeyCtrlSearch(key_serial_t ringId, const char *type, const char *description, in KeyCtrlSearch() argument 75 description, destRingI in KeyCtrlSearch() 61 KeyCtrlAddAppAsdpKey(const char *type, const char *description, struct EncryptAsdpKey *fsKey, const key_serial_t ringId) KeyCtrlAddAppAsdpKey() argument [all...] |
/foundation/filemanagement/storage_service/services/storage_daemon/include/libfscrypt/ |
H A D | key_control.h | 91 key_serial_t KeyCtrlAddKey(const char *type, const char *description, 93 key_serial_t KeyCtrlAddKeyEx(const char *type, const char *description, 95 key_serial_t KeyCtrlAddKeySdp(const char *type, const char *description, 98 const char *description, 101 long KeyCtrlSearch(key_serial_t ringId, const char *type, const char *description,
|
/foundation/ability/ability_base/interfaces/kits/native/want/src/ |
H A D | extra_params.cpp | 79 * {@code targetBundleName}, and {@code description}. 87 * @param description Indicates the description used for device filtering. 93 ExtraParams::ExtraParams(const std::vector<string> &devType, const string &targetBundleName, const string &description, in ExtraParams() argument 98 description_ = description; in ExtraParams() 158 * @brief Sets the description used for device filtering. 160 * @param jsonParams Indicates the device description to set. 184 * @param description Indicates the custom JSON parameters to set. 187 void ExtraParams::SetDescription(const string &description) in SetDescription() argument 189 description_ = description; in SetDescription() 245 string description = Str16ToStr8(parcel.ReadString16()); Unmarshalling() local [all...] |
/foundation/bundlemanager/bundle_framework/test/benchmarktest/bundle_info_test/ |
H A D | bundle_info_test.cpp | 43 info.description = "dataability_description"; in BenchmarkTestForReadFromParcel() 48 info.applicationInfo.description = "dataability_description"; in BenchmarkTestForReadFromParcel() 82 info.description = "dataability_description"; in BenchmarkTestForMarshalling() 87 info.applicationInfo.description = "dataability_description"; in BenchmarkTestForMarshalling() 120 info.description = "dataability_description"; in BenchmarkTestForUnmarshalling() 125 info.applicationInfo.description = "dataability_description"; in BenchmarkTestForUnmarshalling()
|
/foundation/bundlemanager/bundle_framework/test/benchmarktest/ability_info_test/ |
H A D | ability_info_test.cpp | 35 info.description = "dataability_description"; in BenchmarkTestForReadFromParcel() 53 info.applicationInfo.description = "dataability_description"; in BenchmarkTestForReadFromParcel() 73 info.description = "dataability_description"; in BenchmarkTestForMarshalling() 91 info.applicationInfo.description = "dataability_description"; in BenchmarkTestForMarshalling() 110 info.description = "dataability_description"; in BenchmarkTestForUnmarshalling() 128 info.applicationInfo.description = "dataability_description"; in BenchmarkTestForUnmarshalling()
|
/foundation/bundlemanager/bundle_framework/test/benchmarktest/extension_ability_info_test/ |
H A D | extension_ability_info_test.cpp | 37 info.description = "dataability_description"; in BenchmarkTestForReadFromParcel() 47 info.applicationInfo.description = "dataability_description"; in BenchmarkTestForReadFromParcel() 75 info.description = "dataability_description"; in BenchmarkTestForMarshalling() 85 info.applicationInfo.description = "dataability_description"; in BenchmarkTestForMarshalling() 112 info.description = "dataability_description"; in BenchmarkTestForUnmarshalling() 122 info.applicationInfo.description = "dataability_description"; in BenchmarkTestForUnmarshalling()
|
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/ |
H A D | link.cpp | 45 Link::Link(const std::string &url, const std::string &description) in Link() argument 47 if (url.length() >= MAX_TEXT_LEN || description.length() >= MAX_TEXT_LEN) { in Link() 52 this->description_ = description; in Link() 81 void Link::SetDescription(const std::string &description) in SetDescription() argument 83 if (description.length() >= MAX_TEXT_LEN) { in SetDescription() 86 this->description_ = description; in SetDescription()
|
/foundation/CastEngine/castengine_wifi_display/tests/unittest/scheduler/ |
H A D | scheduler_unit_test.cpp | 37 event.description = "test"; in HWTEST_F() 54 event.description = "test"; in HWTEST_F() 71 event.description = "test"; in HWTEST_F() 88 event.description = "test"; in HWTEST_F() 106 event.description = "test"; in HWTEST_F() 123 event.description = "test"; in HWTEST_F() 140 event.description = "test"; in HWTEST_F() 156 event.description = "test"; in HWTEST_F() 173 event.description = "test"; in HWTEST_F()
|
/foundation/communication/netmanager_ext/test/security/ |
H A D | netmanager_ext_test_security.cpp | 41 .description = "Test ethernet connectivity internet",
60 .description = "Test ethernet maneger network info",
79 .description = "Test ethernet mac address info",
98 .description = "Test vpn maneger network info",
117 .description = "Test netfirewall maneger info",
136 .description = "Test netfirewall maneger info",
164 .description = "Test no permission",
|
/foundation/multimedia/av_session/frameworks/native/session/test/unittest/ |
H A D | avcast_controller_test.cpp | 71 .description = "test", 401 std::shared_ptr<AVMediaDescription> description = std::make_shared<AVMediaDescription>(); in HWTEST_F() local 402 description->SetMediaId("123"); in HWTEST_F() 403 description->SetTitle("Title"); in HWTEST_F() 404 description->SetSubtitle("Subtitle"); in HWTEST_F() 405 description->SetDescription("This is music description"); in HWTEST_F() 406 description->SetIcon(nullptr); in HWTEST_F() 407 description->SetIconUri("xxxxx"); in HWTEST_F() 408 description in HWTEST_F() 423 std::shared_ptr<AVMediaDescription> description = std::make_shared<AVMediaDescription>(); HWTEST_F() local [all...] |
/foundation/bundlemanager/bundle_framework/test/benchmarktest/permission_def_test/ |
H A D | permission_def_test.cpp | 35 info.description = "dataability_description"; in BenchmarkTestForReadFromParcel() 54 info.description = "dataability_description"; in BenchmarkTestForMarshalling() 72 info.description = "dataability_description"; in BenchmarkTestForUnmarshalling()
|
/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/ |
H A D | module_info_utils.cpp | 29 SetModuleInfoDescription(des, src.description); in CopyModuleInfo() 60 AdapterFree(moduleInfo->description); in ClearModuleInfo() 90 bool ModuleInfoUtils::SetModuleInfoDescription(ModuleInfo *moduleInfo, const char *description) in SetModuleInfoDescription() argument 92 if (moduleInfo == nullptr || description == nullptr) { in SetModuleInfoDescription() 96 AdapterFree(moduleInfo->description); in SetModuleInfoDescription() 97 moduleInfo->description = Utils::Strdup(description); in SetModuleInfoDescription() 98 return moduleInfo->description != nullptr; in SetModuleInfoDescription()
|
/foundation/bundlemanager/bundle_framework/test/benchmarktest/form_info_test/ |
H A D | form_info_test.cpp | 38 info.description = "dataability_description"; in BenchmarkTestForReadFromParcel() 60 info.description = "dataability_description"; in BenchmarkTestForMarshalling() 81 info.description = "dataability_description"; in BenchmarkTestForUnmarshalling() 103 info.description = "dataability_description"; in BenchmarkTestForIsValid()
|
/foundation/communication/wifi/wifi/base/shared_util/ |
H A D | wifi_watchdog_utils.cpp | 99 std::string description = "FfrtCallback: task(";
in FfrtCallback() local 100 description += taskInfo;
in FfrtCallback() 101 description += ") blocked " + std::to_string(FFRT_CALLBACK_TIME / TIME_MS_TO_S) + "s";
in FfrtCallback() 102 WIFI_LOGI("%{public}s", description.c_str());
in FfrtCallback()
|
/foundation/distributeddatamgr/pasteboard/services/load/src/ |
H A D | config.cpp | 20 SetValue(node, description, GET_NAME(description)); in Marshal() 30 GetValue(node, GET_NAME(description), description); in Unmarshal()
|
/foundation/CastEngine/castengine_wifi_display/tests/unittest/mediachannel/channel/ |
H A D | media_channel_unit_test.cpp | 45 event.description = "test"; in HWTEST_F() 62 event.description = "test"; in HWTEST_F() 80 event.description = "test"; in HWTEST_F() 99 event.description = "test"; in HWTEST_F() 118 event.description = "test"; in HWTEST_F() 138 event.description = "test"; in HWTEST_F() 158 event.description = "test"; in HWTEST_F() 177 event.description = "test"; in HWTEST_F() 197 event.description = "test"; in HWTEST_F() 217 event.description in HWTEST_F() [all...] |