/base/startup/init/services/modules/trace/ |
D | init_trace.cfg | 6 "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/ |
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() 60 description = parcel.ReadString(); in ReadFromParcel()
|
/base/inputmethod/imf/services/src/ |
D | input_method_info.cpp | 40 description = property.description; in InputMethodInfo() 57 description = property.description; in operator =()
|
/base/request/request/test/unittest/common/napi/requestTest/ |
D | RequestJsunit.test.js | 58 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/ |
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",
|
/base/telephony/sms_mms/test/unittest/ |
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/telephony/core_service/services/network_search/test/ |
D | test.h | 43 .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/ |
D | ent_info_test.cpp | 65 EXPECT_STREQ((entinfo1->description).c_str(), DESCRIPTION.c_str()); 67 EXPECT_STREQ((entInfoTest->description).c_str(), (entinfo1->description).c_str());
|
D | admin_manager_test.cpp | 125 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/ |
D | OtaPage.ets | 42 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/ |
D | network_search_test.h | 45 .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",
|
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/customization/enterprise_device_management/interfaces/inner_api/common/include/ |
D | ent_info.h | 25 EntInfo(const std::string &enterpriseName, const std::string &description); 30 std::string description; member
|
/base/telephony/state_registry/test/unittest/state_test/ |
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/security/code_signature/services/key_enable/utils/src/ |
D | key_utils.cpp | 31 const char *description, in AddKey() argument 37 type, description, static_cast<const void *>(payload), in AddKey()
|
/base/powermgr/power_manager/services/native/src/ |
D | running_lock_inner.cpp | 42 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/ |
D | module.json5 | 6 "description": "$string:description_mainability", 29 "description": "$string:description_mainability", 67 "description": "service",
|
/base/hiviewdfx/hicollie/frameworks/native/ |
D | watchdog_task.cpp | 179 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/ |
D | UpdateUtils.ets | 44 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/ |
D | task_info.rs | 27 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/ |
D | update_system_event.h | 53 #define SYS_EVENT_VERIFY_FAILED(validCheck, deviceId, description) \ argument 56 "DEVICE_ID", deviceId, "DESCRIPTION", description); \
|
/base/useriam/face_auth/ui/Settings_FaceAuth/entry/ |
D | oh-package.json5 | 24 "description": "example description",
|
/base/useriam/face_auth/ui/Settings_FaceAuth/ |
D | oh-package.json5 | 20 "description": "example description",
|
/base/request/request/services/service/rust/src/c_wrapper/include/ |
D | c_task_info.h | 64 CStringWrapper description; member 80 std::string description; member
|
/base/security/code_signature/services/key_enable/utils/include/ |
D | key_utils.h | 29 const char *description,
|