Home
last modified time | relevance | path

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

1234

/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(String16, parcel, Str8ToStr16(description)); in Marshalling()
60 description = Str16ToStr8(parcel.ReadString16()); in ReadFromParcel()
/base/inputmethod/imf/services/src/
Dinput_method_info.cpp47 description = property.description; in InputMethodInfo()
68 description = property.description; in operator =()
/base/telephony/core_service/test/unittest/core_service_gtest/
Dsim_test.h44 .description = "Test core service",
63 .description = "Test core service",
82 .description = "Test core service",
101 .description = "Test core service",
120 .description = "Test core service",
Dnetwork_search_test.h44 .description = "Test network search",
63 .description = "Test network search",
82 .description = "Test network search",
101 .description = "Test network search",
120 .description = "Test network search",
139 .description = "Test network search",
/base/telephony/core_service/services/network_search/test/
Dtest.h42 .description = "Test network search",
61 .description = "Test network search",
80 .description = "Test network search",
99 .description = "Test network search",
/base/customization/enterprise_device_management/test/unittest/src/
Dent_info_test.cpp66 EXPECT_STREQ((entinfo1->description).c_str(), DESCRIPTION.c_str());
68 EXPECT_STREQ((entInfoTest->description).c_str(), (entinfo1->description).c_str());
Dadmin_manager_test.cpp92 entInfo.description = "technology company in china";
142 entInfo.description = "technology company in wuhan";
177 entInfo.description = "technology company in wuhan";
187 entInfo.description = "technology company in wuhan";
218 entInfo.description = "technology company in wuhan";
258 entInfo.description = "technology company in wuhan";
314 entInfo.description = "technology company in wuhan";
347 entInfo.description = "technology company in wuhan";
384 entInfo.description = "technology company in wuhan";
404 entInfo.description = "technology company in wuhan";
[all …]
/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
345 description: 'XTS download test!', property
390 description: 'XTS download test!', property
435 description: 'XTS download test!', property
480 description: 'XTS download test!', property
[all …]
/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/hiviewdfx/hicollie/frameworks/native/
Dwatchdog_task.cpp111 std::string description = GetBlockDescription(checkInterval / 1000); // 1s = 1000ms in EvaluateCheckerState() local
115 SendEvent(description, "SERVICE_WARNING"); in EvaluateCheckerState()
119 std::string description = GetBlockDescription(checkInterval / 1000) + in EvaluateCheckerState() local
124 SendEvent(description, "SERVICE_BLOCK"); in EvaluateCheckerState()
/base/telephony/state_registry/test/unittest/state_test/
Dstate_registry_test.h54 .description = "Test state registry",
73 .description = "Test state registry",
92 .description = "Test state registry",
111 .description = "Test state registry",
/base/request/request/test/download/
Ddownload.test.ets23 description: 'a', // Sets the description of a download session.
33 description: 'a1', // Sets the description of a download session.
43 description: 'a2', // Sets the description of a download session.
58 description: 'a2', // Sets the description of a download session.
68 description: 'a2', // Sets the description of a download session.
78 description: 'a2', // Sets the description of a download session.
88 description: 'a2', // Sets the description of a download session.
98 description: 'a2', // Sets the description of a download session.
108 description: 'a2', // Sets the description of a download session.
118 description: 'a2', // Sets the description of a download session.
[all …]
/base/powermgr/power_manager/services/native/src/
Drunning_lock_inner.cpp54 void RunningLockInner::DumpInfo(const std::string& description) in DumpInfo() argument
58 description.c_str(), runningLockInfo_.name.c_str(), runningLockInfo_.type); in DumpInfo()
/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/inputmethod/imf/services/dialog/entry/src/main/
Dmodule.json520 "description": "$string:entry_desc",
33 "description": "$string:ServiceExtAbility_desc",
/base/security/access_token/frameworks/accesstoken/src/
Dpermission_def_parcel.cpp34 RETURN_IF_FALSE(out.WriteString(this->permissionDef.description)); in Marshalling()
58 permissionDefParcel->permissionDef.description = in.ReadString(); in Unmarshalling()
/base/notification/distributed_notification_service/frameworks/ans/src/
Dreminder_request_timer.cpp92 void ReminderRequestTimer::UpdateTimeInfo(const std::string &description) in UpdateTimeInfo() argument
97 ANSR_LOGD("%{public}s, update countdown time trigger time", description.c_str()); in UpdateTimeInfo()
/base/useriam/face_auth/ui/Settings_FaceAuth/entry/src/main/
Dmodule.json521 "description": "$string:description_enrollmentstartview",
53 "description": "$string:mainability_description",
/base/security/access_token/interfaces/innerkits/accesstoken/include/
Dpermission_def.h36 std::string description; variable
/base/inputmethod/imf/services/include/
Dinput_method_info.h36 std::u16string description; variable
/base/hiviewdfx/hitrace/cmd/include/
Dhitrace_osal.h30 std::string description; member
/base/telephony/cellular_call/test/unittest/imstest/
Dims_test.h48 .description = "Test cellular call",
67 .description = "Test cellular call",
86 .description = "Test cellular call",
/base/request/request/download/interfaces/kits/js/napi/download_single/src/
Ddownload_info.cpp29 void DownloadInfo::SetDescription(const std::string &description) in SetDescription() argument
31 description_ = description; in SetDescription()
/base/security/access_token/test/fuzztest/access_token/getdefpermission_fuzzer/
Dgetdefpermission_fuzzer.cpp44 .description = testName, in GetDefPermissionFuzzTest()
/base/hiviewdfx/hiview/plugins/faultlogger/service/sanitizer_collector/
Dreporter.h59 std::string description; member

1234