/base/customization/enterprise_device_management/interfaces/inner_api/common/src/ |
H A D | ent_info.cpp | 23 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 D | update_policy_utils_test.cpp | 84 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 D | security_token.cpp | 43 .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 D | core_service_test.h | 42 .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 D | network_search_manager_test.h | 46 .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 D | network_search_test.h | 46 .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 D | sim_test_util.h | 45 .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 D | sms_mms_gtest.h | 42 .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 D | state_registry_branch_test.h | 41 .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 D | state_registry_test.h | 55 .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 D | usb_host_manager.h | 32 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 D | call_manager_connect.h | 71 .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 D | test.h | 43 .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 D | access_mms_token.h | 42 .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 D | ent_info.h | 25 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 D | ent_info_test.cpp | 65 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 D | running_lock_inner.cpp | 40 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 D | key_utils.cpp | 31 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 D | data_access_token.cpp | 43 .description = "Test cellular data", 62 .description = "Test cellular data",
|
/base/update/updateservice/foundations/ability/sys_event/include/ |
H A D | update_system_event.h | 52 #define SYS_EVENT_VERIFY_FAILED(validCheck, deviceId, description) \ 55 "DEVICE_ID", deviceId, "DESCRIPTION", description); \
|
/base/usb/usb_manager/services/native/src/ |
H A D | usb_host_manager.cpp | 197 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 D | update_policy_utils.cpp | 80 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 D | ffi.rs | 37 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 D | satellite_test.h | 53 .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 D | key_utils.h | 33 const char *description,
|