/ohos5.0/base/startup/init/services/modules/trace/ |
H A D | init_trace.cfg | 6 "description" : "Disk I/O", 24 "description" : "eMMC commands", 42 "description" : "UFS commands", 51 "description" : "IRQ Events", 71 "description" : "I2C Events", 122 "description" : "CPU Idle", 131 "description" : "CPU Load", 224 "description" : "memory", 445 "description" : "samgr", 549 "description" : "nweb", [all …]
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_3.2.12.2/ |
H A D | changelog-ability.md | 19 | @ohos.app.ability.UIAbility | Added the description of error codes 16200001, 16200002, 16… 20 …bility.abilityManager | Added the description of error codes 201, 202, and 16000050, and adjust… 21 …bility.appManager | Added the description of error codes 201, 202, and 16000050, and adjust… 22 | @ohos.app.ability.dataUriUtils | Added the description of error code 401. … 23 | @ohos.app.ability.errorManager | Added the description of error code 16000003. … 24 …sionManager | Added the description of error codes 201, 202, 16300001, 16300002, and 16000009, … 25 | @ohos.app.ability.quickFixManager | Added the description of error codes 201, 202, 18500001, 18… 26 | @ohos.app.ability.wantAgent | Added the description of error codes 16000007, 16000015, an… 28 | application/ApplicationContext | Added the description of error codes 16000011 and 16000050.… 29 | application/Context | Added the description of error codes 201, 202, and 401. … [all …]
|
H A D | changelog-notification.md | 7 The error code description and all error codes that may be returned by the APIs are commented out. … 19 | @ohos.commonEventManager | Added the description of error codes 801, 1500007, and 1500008. … 20 …description of error codes 201, 202, 1600001, 1600002, 1600003, 1600004, 1600005, 1600007, 1600008… 21 …e | Added the description of error codes 201, 202, 1600001, 1600002, 1600003, 1600007, 1600008, an…
|
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/ |
H A D | link_test.cpp | 80 Link link(url, description); 83 EXPECT_NE(link.description_, description); 96 const std::string description(20, 'a'); variable 97 Link link(url, description); 100 EXPECT_NE(link.description_, description); 114 Link link(url, description); 117 EXPECT_NE(link.description_, description); 146 link.SetDescription(description); 147 EXPECT_NE(link.description_, description); 161 link.SetDescription(description); [all …]
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/mock/ |
H A D | key_control_mock.cpp | 31 long KeyCtrlSearch(key_serial_t ringId, const char *type, const char *description, in KeyCtrlSearch() argument 38 return IKeyControlMoc::keyControlMoc->KeyCtrlSearch(ringId, type, description, destRingId); in KeyCtrlSearch() 41 key_serial_t KeyCtrlAddKey(const char *type, const char *description, in KeyCtrlAddKey() argument 48 return IKeyControlMoc::keyControlMoc->KeyCtrlAddKey(type, description, ringId); in KeyCtrlAddKey() 51 key_serial_t KeyCtrlAddKeyEx(const char *type, const char *description, in KeyCtrlAddKeyEx() argument 58 return IKeyControlMoc::keyControlMoc->KeyCtrlAddKeyEx(type, description, fsKey, ringId); in KeyCtrlAddKeyEx() 61 key_serial_t KeyCtrlAddKeySdp(const char *type, const char *description, in KeyCtrlAddKeySdp() argument 68 return IKeyControlMoc::keyControlMoc->KeyCtrlAddKeySdp(type, description, fsKey, ringId); in KeyCtrlAddKeySdp() 81 const char *description, in KeyCtrlAddAppAsdpKey() argument 89 return IKeyControlMoc::keyControlMoc->KeyCtrlAddAppAsdpKey(type, description, fsKey, ringId); in KeyCtrlAddAppAsdpKey()
|
/ohos5.0/foundation/multimedia/av_session/services/session/server/test/ |
H A D | hw_cast_stream_player_test.cpp | 74 description->Reset(); in CreateAVMediaDescription() 75 description->SetMediaId("123"); in CreateAVMediaDescription() 76 description->SetTitle("Title"); in CreateAVMediaDescription() 79 description->SetIcon(nullptr); in CreateAVMediaDescription() 80 description->SetIconUri("xxxxx"); in CreateAVMediaDescription() 81 description->SetExtras(nullptr); in CreateAVMediaDescription() 82 return description; in CreateAVMediaDescription() 181 description->SetMediaUri(""); 199 description->SetMediaUri(""); 239 description->SetMediaUri(""); [all …]
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-distributedservice-kit/ |
H A D | js-apis-distributedHardwareManager-sys.md | 57 pauseDistributedHardware(description: HardwareDescriptor): Promise<void> 69 | description | [HardwareDescriptor](#hardwaredescriptor) | 是 | 硬件描述信息。 | 94 let description: hardwareManager.HardwareDescriptor = { 98 hardwareManager.pauseDistributedHardware(description).then(() => { 123 | description | [HardwareDescriptor](#hardwaredescriptor) | 是 | 硬件描述信息。 | 148 let description: hardwareManager.HardwareDescriptor = { 152 hardwareManager.resumeDistributedHardware(description).then(() => { 167 stopDistributedHardware(description: HardwareDescriptor): Promise<void> 179 | description | [HardwareDescriptor](#hardwaredescriptor) | 是 | 硬件描述信息。 | 204 let description: hardwareManager.HardwareDescriptor = { [all …]
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/libfscrypt/src/ |
H A D | key_control.c | 39 key_serial_t KeyCtrlAddKey(const char *type, const char *description, in KeyCtrlAddKey() argument 42 return syscall(__NR_add_key, type, description, NULL, 0, ringId); in KeyCtrlAddKey() 45 key_serial_t KeyCtrlAddKeyEx(const char *type, const char *description, in KeyCtrlAddKeyEx() argument 48 return syscall(__NR_add_key, type, description, in KeyCtrlAddKeyEx() 53 key_serial_t KeyCtrlAddKeySdp(const char *type, const char *description, in KeyCtrlAddKeySdp() argument 56 return syscall(__NR_add_key, type, description, in KeyCtrlAddKeySdp() 62 const char *description, in KeyCtrlAddAppAsdpKey() argument 66 return syscall(__NR_add_key, type, description, in KeyCtrlAddAppAsdpKey() 71 long KeyCtrlSearch(key_serial_t ringId, const char *type, const char *description, in KeyCtrlSearch() argument 75 description, destRingId); in KeyCtrlSearch()
|
/ohos5.0/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; 85 packageInfo.description.notify.installTipsDetail = TEST_INSTALL_TIPS_DEATIL; 92 ASSERT_TRUE(packageInfo2.description.notify.installTips.empty()); 93 ASSERT_TRUE(packageInfo2.description.notify.installTipsDetail.empty()); 109 packageInfo.description.notify.installTips = TEST_INSTALL_TIPS; 110 packageInfo.description.notify.installTipsDetail = TEST_INSTALL_TIPS_DEATIL; 117 ASSERT_TRUE(packageInfo2.description.notify.installTips == TEST_INSTALL_TIPS); 118 ASSERT_TRUE(packageInfo2.description.notify.installTipsDetail == TEST_INSTALL_TIPS_DEATIL);
|
/ohos5.0/foundation/ability/ability_base/test/unittest/want/ |
H A D | extra_params_test.cpp | 85 string description; variable 87 extraParams.SetDescription(description); 89 EXPECT_EQ(result, description); 106 string description; variable 107 extraParams.SetDescription(description); 126 string description = "Description"; variable 128 ExtraParams extraParams(devType, targetBundleName, description, jsonParams);
|
/ohos5.0/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()
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_manager/innerkits_impl/test/ |
H A D | volume_external_test.cpp | 49 std::string description = ""; variable 54 volumeexternal.SetDescription(description); 63 EXPECT_EQ(result4, description); 99 std::string description = ""; variable 105 volumeexternal.SetDescription(description); 117 EXPECT_EQ(parcel.ReadString(), description); 143 std::string description = ""; variable 154 parcel.WriteString(description); 167 EXPECT_EQ(result->GetDescription(), description);
|
/ohos5.0/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",
|
/ohos5.0/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",
|
/ohos5.0/build/toolchain/ |
H A D | gcc_toolchain.gni | 292 description = "CC {{output}}" 300 description = "CXX {{output}}" 309 description = "ASM {{output}}" 336 description = "AR {{output}}" 417 description = "SOLINK $sofile" 479 description = "SOLINK_MODULE $sofile" 587 description = "LINK $outfile" 610 description = stamp_description 614 description = copy_description 666 description = "RUST rlib $outfile" [all …]
|
/ohos5.0/foundation/multimedia/av_session/frameworks/native/session/test/unittest/ |
H A D | avcast_controller_test.cpp | 71 .description = "test", 399 description->SetMediaId("123"); 400 description->SetTitle("Title"); 403 description->SetIcon(nullptr); 404 description->SetIconUri("xxxxx"); 405 description->SetExtras(nullptr); 421 description->SetMediaId("123"); 422 description->SetTitle("Title"); 425 description->SetIcon(nullptr); 426 description->SetIconUri("xxxxx"); [all …]
|
/ohos5.0/docs/en/device-dev/driver/ |
H A D | driver-platform-pin-des.md | 11 - Obtaining or releasing a pin description handle 98 Example: Obtain the pin description handle of P18. 123 | handle | Pin description handle. | 156 | handle | Pin description handle. | 188 | handle | Pin description handle. | 254 | handle | Pin description handle. | 286 | handle | Pin description handle. | 318 | handle | Pin description handle. | 322 Example: Release a pin description handle. 356 /* Obtain the pin description handle. */ [all …]
|
/ohos5.0/foundation/communication/netmanager_base/test/security/ |
H A D | netmanager_base_test_security.cpp | 56 .description = "Test ethernet maneger network info", 75 .description = "Test net connect manager internet", 94 .description = "Test net connect manager internet", 113 .description = "Test net policy manager", 132 .description = "Test netsys_native_manager_test", 150 .description = "Test net data share", 170 .description = "Test net stats manager", 198 .description = "Test no permission",
|
/ohos5.0/docs/en/application-dev/reference/apis-distributedservice-kit/ |
H A D | js-apis-distributedHardwareManager-sys.md | 57 pauseDistributedHardware(description: HardwareDescriptor): Promise<void> 69 | description | [HardwareDescriptor](#hardwaredescriptor) | Yes | Hardware information. | 94 let description: hardwareManager.HardwareDescriptor = { 98 hardwareManager.pauseDistributedHardware(description).then(() => { 111 resumeDistributedHardware(description: HardwareDescriptor): Promise<void> 123 | description | [HardwareDescriptor](#hardwaredescriptor) | Yes | Hardware information. | 148 let description: hardwareManager.HardwareDescriptor = { 152 hardwareManager.resumeDistributedHardware(description).then(() => { 167 stopDistributedHardware(description: HardwareDescriptor): Promise<void> 204 let description: hardwareManager.HardwareDescriptor = { [all …]
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/benchmarktest/ability_info_test/ |
H A D | ability_info_test.cpp | 35 info.description = "dataability_description"; in BenchmarkTestForReadFromParcel() 53 info.applicationInfo.description = "dataability_description"; in BenchmarkTestForReadFromParcel() 73 info.description = "dataability_description"; in BenchmarkTestForMarshalling() 91 info.applicationInfo.description = "dataability_description"; in BenchmarkTestForMarshalling() 110 info.description = "dataability_description"; in BenchmarkTestForUnmarshalling() 128 info.applicationInfo.description = "dataability_description"; in BenchmarkTestForUnmarshalling()
|
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/intelligentvoice/ |
H A D | _intell_voice_trigger_properties.md | 21 | String [description](#description) | 触发器描述 | 29 ### description subsection 32 String IntellVoiceTriggerProperties::description
|
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/ |
H A D | module_info_utils.cpp | 29 SetModuleInfoDescription(des, src.description); in CopyModuleInfo() 60 AdapterFree(moduleInfo->description); in ClearModuleInfo() 90 bool ModuleInfoUtils::SetModuleInfoDescription(ModuleInfo *moduleInfo, const char *description) in SetModuleInfoDescription() argument 92 if (moduleInfo == nullptr || description == nullptr) { in SetModuleInfoDescription() 96 AdapterFree(moduleInfo->description); in SetModuleInfoDescription() 97 moduleInfo->description = Utils::Strdup(description); in SetModuleInfoDescription() 98 return moduleInfo->description != nullptr; in SetModuleInfoDescription()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/benchmarktest/extension_ability_info_test/ |
H A D | extension_ability_info_test.cpp | 37 info.description = "dataability_description"; in BenchmarkTestForReadFromParcel() 47 info.applicationInfo.description = "dataability_description"; in BenchmarkTestForReadFromParcel() 75 info.description = "dataability_description"; in BenchmarkTestForMarshalling() 85 info.applicationInfo.description = "dataability_description"; in BenchmarkTestForMarshalling() 112 info.description = "dataability_description"; in BenchmarkTestForUnmarshalling() 122 info.applicationInfo.description = "dataability_description"; in BenchmarkTestForUnmarshalling()
|
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/ |
H A D | link.cpp | 45 Link::Link(const std::string &url, const std::string &description) in Link() argument 47 if (url.length() >= MAX_TEXT_LEN || description.length() >= MAX_TEXT_LEN) { in Link() 52 this->description_ = description; in Link() 81 void Link::SetDescription(const std::string &description) in SetDescription() argument 83 if (description.length() >= MAX_TEXT_LEN) { in SetDescription() 86 this->description_ = description; in SetDescription()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/loader/ |
H A D | render_node_graph_loader.cpp | 53 FromJson(*typeNames, data.description.gpuQueueWaitForSignals.typeNames); in ParseQueueWaitSignals() 58 FromJson(*nodeNames, data.description.gpuQueueWaitForSignals.nodeNames); in ParseQueueWaitSignals() 62 if (data.description.gpuQueueWaitForSignals.nodeNames.size() > in ParseQueueWaitSignals() 67 if (data.description.gpuQueueWaitForSignals.typeNames.size() > in ParseQueueWaitSignals() 84 … SafeGetJsonValue(node, "nodeDataStoreName", nodeResult.error, data.description.nodeDataStoreName); in ParseRenderNode() 87 SafeGetJsonEnum(*queue, "type", nodeResult.error, data.description.queue.type); in ParseRenderNode() 88 SafeGetJsonValue(*queue, "index", nodeResult.error, data.description.queue.index); in ParseRenderNode() 94 FromJson(*typeNames, data.description.cpuDependencies.typeNames); in ParseRenderNode() 99 FromJson(*nodeNames, data.description.cpuDependencies.nodeNames); in ParseRenderNode()
|