Home
last modified time | relevance | path

Searched refs:description (Results 1 – 25 of 142) sorted by relevance

123456

/base/startup/init/services/modules/trace/
Dinit_trace.cfg6 "description" : "Disk I/O",
24 "description" : "eMMC commands",
33 "description" : "OpenHarmony binder communication",
42 "description" : "UFS commands",
51 "description" : "IRQ Events",
61 "description" : "IRQ-disabled code section tracing",
71 "description" : "I2C Events",
88 "description" : "Voltage and Current Regulators",
97 "description" : "Memory Bus Utilization",
106 "description" : "CPU Frequency",
[all …]
/base/customization/enterprise_device_management/interfaces/inner_api/common/src/
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()
60 description = parcel.ReadString(); in ReadFromParcel()
/base/inputmethod/imf/services/src/
Dinput_method_info.cpp40 description = property.description; in InputMethodInfo()
57 description = property.description; in operator =()
/base/request/request/test/unittest/common/napi/requestTest/
DRequestJsunit.test.js58 description: 'XTS download test!', property
109 description: 'XTS download test!', property
153 description: 'XTS download test!', property
203 description: 'XTS download test!', property
252 description: 'XTS download test!', property
297 description: 'XTS download test!', property
335 description: 'XTS download test!', property
373 description: 'XTS download test!', property
412 description: 'XTS download test!', property
451 description: 'XTS download test!', property
[all …]
/base/telephony/sms_mms/test/gtest/
Dsms_mms_gtest.h42 .description = "Test sms manager",
59 .description = "Test sms manager",
76 .description = "Test sms manager",
93 .description = "Test sms manager",
/base/telephony/sms_mms/test/unittest/
Daccess_mms_token.h42 .description = "Test sms manager",
59 .description = "Test sms manager",
76 .description = "Test sms manager",
94 .description = "Test sms manager",
/base/telephony/core_service/services/network_search/test/
Dtest.h43 .description = "Test network search",
62 .description = "Test network search",
81 .description = "Test network search",
100 .description = "Test network search",
/base/customization/enterprise_device_management/test/unittest/src/
Dent_info_test.cpp65 EXPECT_STREQ((entinfo1->description).c_str(), DESCRIPTION.c_str());
67 EXPECT_STREQ((entInfoTest->description).c_str(), (entinfo1->description).c_str());
Dadmin_manager_test.cpp125 entInfo.description = "technology company in wuhan";
156 entInfo.description = "technology company in wuhan";
164 entInfo.description = "technology company in wuhan";
193 entInfo.description = "technology company in wuhan";
229 entInfo.description = "technology company in wuhan";
283 entInfo.description = "technology company in wuhan";
314 entInfo.description = "technology company in wuhan";
348 entInfo.description = "technology company in wuhan";
368 entInfo.description = "technology company in wuhan";
389 entInfo.description = "technology company in wuhan";
[all …]
/base/update/update_app/feature/ota/src/main/ets/
DOtaPage.ets42 let description: string = '';
44 description = UpdateUtils.obtainDescription(componentDescriptions, componentId);
57 content: description
81 let description: string = '';
83 description = UpdateUtils.obtainDescription(componentDescriptions, componentId);
89 content: description
/base/telephony/core_service/test/unittest/core_service_gtest/
Dnetwork_search_test.h45 .description = "Test network search",
64 .description = "Test network search",
83 .description = "Test network search",
102 .description = "Test network search",
121 .description = "Test network search",
140 .description = "Test network search",
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/customization/enterprise_device_management/interfaces/inner_api/common/include/
Dent_info.h25 EntInfo(const std::string &enterpriseName, const std::string &description);
30 std::string description; member
/base/telephony/state_registry/test/unittest/state_test/
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/security/code_signature/services/key_enable/utils/src/
Dkey_utils.cpp31 const char *description, in AddKey() argument
37 type, description, static_cast<const void *>(payload), in AddKey()
/base/powermgr/power_manager/services/native/src/
Drunning_lock_inner.cpp42 void RunningLockInner::DumpInfo(const std::string& description) in DumpInfo() argument
46 description.c_str(), runningLockParam_.name.c_str(), runningLockParam_.type); in DumpInfo()
/base/update/update_app/product/oh/base/src/main/
Dmodule.json56 "description": "$string:description_mainability",
29 "description": "$string:description_mainability",
67 "description": "service",
/base/hiviewdfx/hicollie/frameworks/native/
Dwatchdog_task.cpp179 std::string description = GetBlockDescription(checkInterval / 1000); // 1s = 1000ms in EvaluateCheckerState() local
184 SendEvent(description, "SERVICE_WARNING"); in EvaluateCheckerState()
189 std::string description = GetBlockDescription(checkInterval / 1000) + in EvaluateCheckerState() local
195 SendEvent(description, IPC_FULL); in EvaluateCheckerState()
197 SendEvent(description, "SERVICE_BLOCK"); in EvaluateCheckerState()
206 XCOLLIE_LOGI("Process is going to exit, reason:%{public}s.", description.c_str()); in EvaluateCheckerState()
/base/update/update_app/common/src/main/ets/util/
DUpdateUtils.ets44 let description = descArray[index]?.descriptionInfo?.content;
46 if (descriptionType != update.DescriptionType.CONTENT || description == null) {
47 description = '';
49 return description;
/base/request/request/services/service/rust/src/
Dtask_info.rs27 pub description: String, field
105 pub description: CStringWrapper, field
160 description: CStringWrapper::from(&self.description), in to_c_struct()
188 description: c_struct.description.to_string(), in from_c_struct()
/base/update/updateservice/interfaces/inner_api/include/
Dupdate_system_event.h53 #define SYS_EVENT_VERIFY_FAILED(validCheck, deviceId, description) \ argument
56 "DEVICE_ID", deviceId, "DESCRIPTION", description); \
/base/useriam/face_auth/ui/Settings_FaceAuth/entry/
Doh-package.json524 "description": "example description",
/base/useriam/face_auth/ui/Settings_FaceAuth/
Doh-package.json520 "description": "example description",
/base/request/request/services/service/rust/src/c_wrapper/include/
Dc_task_info.h64 CStringWrapper description; member
80 std::string description; member
/base/security/code_signature/services/key_enable/utils/include/
Dkey_utils.h29 const char *description,

123456