Home
last modified time | relevance | path

Searched refs:description (Results 1 - 25 of 157) sorted by relevance

1234567

/base/customization/enterprise_device_management/interfaces/inner_api/common/src/
H A Dent_info.cpp23 EntInfo::EntInfo(const std::string &enterpriseName, const std::string &description) in EntInfo() argument
24 : enterpriseName(enterpriseName), description(description) in EntInfo()
42 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String, parcel, description); in Marshalling()
54 description = parcel.ReadString(); in ReadFromParcel()
/base/customization/enterprise_device_management/test/unittest/interface/inner_api/proxy/
H A Dupdate_policy_utils_test.cpp84 packageInfo.description.notify.installTips = TEST_INSTALL_TIPS; in HWTEST_F()
85 packageInfo.description.notify.installTipsDetail = TEST_INSTALL_TIPS_DEATIL; in HWTEST_F()
92 ASSERT_TRUE(packageInfo2.description.notify.installTips.empty()); in HWTEST_F()
93 ASSERT_TRUE(packageInfo2.description.notify.installTipsDetail.empty()); in HWTEST_F()
109 packageInfo.description.notify.installTips = TEST_INSTALL_TIPS; in HWTEST_F()
110 packageInfo.description.notify.installTipsDetail = TEST_INSTALL_TIPS_DEATIL; in HWTEST_F()
117 ASSERT_TRUE(packageInfo2.description.notify.installTips == TEST_INSTALL_TIPS); in HWTEST_F()
118 ASSERT_TRUE(packageInfo2.description.notify.installTipsDetail == TEST_INSTALL_TIPS_DEATIL); in HWTEST_F()
/base/telephony/core_service/test/unittest/core_service_gtest/
H A Dsecurity_token.cpp43 .description = "Test core service",
62 .description = "Test core service",
81 .description = "Test core service",
100 .description = "Test core service",
119 .description = "Test core service",
138 .description = "Test core service",
157 .description = "Test core service",
H A Dcore_service_test.h42 .description = "Test core service",
61 .description = "Test core service",
80 .description = "Test core service",
99 .description = "Test core service",
118 .description = "Test core service",
H A Dnetwork_search_manager_test.h46 .description = "Test network search",
65 .description = "Test network search",
84 .description = "Test network search",
103 .description = "Test network search",
122 .description = "Test network search",
141 .description = "Test network search",
H A Dnetwork_search_test.h46 .description = "Test network search",
65 .description = "Test network search",
84 .description = "Test network search",
103 .description = "Test network search",
122 .description = "Test network search",
141 .description = "Test network search",
H A Dsim_test_util.h45 .description = "Test core service",
64 .description = "Test core service",
83 .description = "Test core service",
102 .description = "Test core service",
121 .description = "Test core service",
/base/telephony/sms_mms/test/gtest/
H A Dsms_mms_gtest.h42 .description = "Test sms manager",
59 .description = "Test sms manager",
76 .description = "Test sms manager",
93 .description = "Test sms manager",
110 .description = "Test sms manager",
127 .description = "Test sms manager",
144 .description = "Test sms manager",
/base/telephony/state_registry/test/unittest/state_test/
H A Dstate_registry_branch_test.h41 .description = "Test state registry",
60 .description = "Test core service",
79 .description = "Test core service",
98 .description = "Test core service",
117 .description = "Test core service",
H A Dstate_registry_test.h55 .description = "Test state registry",
74 .description = "Test state registry",
93 .description = "Test state registry",
112 .description = "Test state registry",
131 .description = "Test state registry",
/base/usb/usb_manager/services/native/include/
H A Dusb_host_manager.h32 std::string description; member
35 : usage(uage), description(des) {}; in DeviceClassUsage()
53 int32_t GetDeviceDescription(int32_t baseClass, std::string &description, uint8_t &usage);
54 int32_t GetInterfaceDescription(const UsbDevice &dev, std::string &description, int32_t &baseClass);
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/include/
H A Dcall_manager_connect.h71 .description = "Test call manager",
90 .description = "Test call manager",
109 .description = "Test call manager",
128 .description = "Test call manager",
147 .description = "Test call manager",
166 .description = "Test call manager",
185 .description = "Test call manager",
204 .description = "Test cellular call",
/base/telephony/core_service/services/network_search/test/
H A Dtest.h43 .description = "Test network search",
62 .description = "Test network search",
81 .description = "Test network search",
100 .description = "Test network search",
/base/telephony/sms_mms/test/unittest/
H A Daccess_mms_token.h42 .description = "Test sms manager",
59 .description = "Test sms manager",
76 .description = "Test sms manager",
94 .description = "Test sms manager",
/base/customization/enterprise_device_management/interfaces/inner_api/common/include/
H A Dent_info.h25 EntInfo(const std::string &enterpriseName, const std::string &description);
30 std::string description; member
/base/customization/enterprise_device_management/test/unittest/interface/inner_api/common/
H A Dent_info_test.cpp65 EXPECT_STREQ(entinfo.description.c_str(), DESCRIPTION.c_str()); in HWTEST_F()
67 EXPECT_STREQ((entInfoTest->description).c_str(), entinfo.description.c_str()); in HWTEST_F()
/base/powermgr/power_manager/services/native/src/runninglock/
H A Drunning_lock_inner.cpp40 void RunningLockInner::DumpInfo(const std::string& description) in DumpInfo() argument
43 POWER_HILOGD(FEATURE_RUNNING_LOCK, "description: %{public}s, name: %{public}s, type: %{public}d,", in DumpInfo()
44 description.c_str(), runningLockParam_.name.c_str(), runningLockParam_.type); in DumpInfo()
/base/security/code_signature/services/key_enable/utils/src/
H A Dkey_utils.cpp31 const char *description, in AddKey()
37 type, description, static_cast<const void *>(payload), in AddKey()
29 AddKey( const char *type, const char *description, const unsigned char *payload, size_t pLen, KeySerial ringId) AddKey() argument
/base/telephony/cellular_data/test/
H A Ddata_access_token.cpp43 .description = "Test cellular data",
62 .description = "Test cellular data",
/base/update/updateservice/foundations/ability/sys_event/include/
H A Dupdate_system_event.h52 #define SYS_EVENT_VERIFY_FAILED(validCheck, deviceId, description) \
55 "DEVICE_ID", deviceId, "DESCRIPTION", description); \
/base/usb/usb_manager/services/native/src/
H A Dusb_host_manager.cpp197 int32_t UsbHostManager::GetDeviceDescription(int32_t baseClass, std::string &description, uint8_t &usage) in GetDeviceDescription() argument
201 description = iter->second.description; in GetDeviceDescription()
204 description = "NA"; in GetDeviceDescription()
231 int32_t UsbHostManager::GetInterfaceDescription(const UsbDevice &dev, std::string &description, int32_t &baseClass) in GetInterfaceDescription() argument
239 description += ";"; in GetInterfaceDescription()
248 description += ConcatenateToDescription(interfaceType, infUsageDes); in GetInterfaceDescription()
/base/customization/enterprise_device_management/interfaces/inner_api/system_manager/src/
H A Dupdate_policy_utils.cpp80 data.WriteString(packageInfo.description.notify.installTips); in WriteUpgradePackageInfo()
81 data.WriteString(packageInfo.description.notify.installTipsDetail); in WriteUpgradePackageInfo()
98 data.ReadString(packageInfo.description.notify.installTips); in ReadUpgradePackageInfo()
99 data.ReadString(packageInfo.description.notify.installTipsDetail); in ReadUpgradePackageInfo()
/base/request/request/services/src/task/
H A Dffi.rs37 pub(crate) description: CStringWrapper,
147 pub(crate) description: CStringWrapper,
167 description: CStringWrapper::from(&self.description),
208 description: c_struct.description.to_string(),
269 description: CStringWrapper::from(&self.description),
316 description: c_struct.description
[all...]
/base/telephony/cellular_call/test/unittest/satellitetest/
H A Dsatellite_test.h53 .description = "Test cellular call",
72 .description = "Test cellular call",
91 .description = "Test cellular call",
/base/security/code_signature/services/key_enable/utils/include/
H A Dkey_utils.h33 const char *description,

Completed in 8 milliseconds

1234567