/ohos5.0/base/powermgr/battery_manager/test/systemtest/src/ |
H A D | battery_event_system_test.cpp | 261 bool succeed = false; in RegisterEvent() local 269 if (!succeed) { in RegisterEvent() 277 bool succeed = false; in RegisterEvent() local 285 if (!succeed) { in RegisterEvent() 301 if (!succeed) { in RegisterEvent() 317 if (!succeed) { in RegisterEvent() 333 if (!succeed) { in RegisterEvent() 349 if (!succeed) { in RegisterEvent() 365 if (!succeed) { in RegisterEvent() 381 if (!succeed) { in RegisterEvent() [all …]
|
/ohos5.0/base/powermgr/thermal_manager/test/systemtest/src/ |
H A D | thermal_level_event_system_test.cpp | 248 bool succeed = false; in RegisterEvent() local 254 succeed = CommonEventManager::SubscribeCommonEvent(subscriberPtr); in RegisterEvent() 256 if (!succeed) { in RegisterEvent() 267 bool succeed = false; in RegisterEvent() local 275 if (!succeed) { in RegisterEvent() 286 bool succeed = false; in RegisterEvent() local 294 if (!succeed) { in RegisterEvent() 305 bool succeed = false; in RegisterEvent() local 313 if (!succeed) { in RegisterEvent() 324 bool succeed = false; in RegisterEvent() local [all …]
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
H A D | reminder_store_test.cpp | 357 bool succeed = false; variable 378 succeed = true; 418 bool succeed = false; variable 437 succeed = true; 473 bool succeed = false; variable 485 succeed = true; 514 bool succeed = false; variable 524 succeed = true; 563 bool succeed = false; variable 580 succeed = true; [all …]
|
/ohos5.0/base/powermgr/thermal_manager/services/native/src/thermal_observer/ |
H A D | thermal_common_event_receiver.cpp | 72 auto succeed = false; in RegisterSubscriber() local 76 succeed = CommonEventManager::SubscribeCommonEvent(s); in RegisterSubscriber() 77 if (succeed) { in RegisterSubscriber() 83 if (!succeed) { in RegisterSubscriber()
|
/ohos5.0/drivers/interface/nfc/v1_0/ |
H A D | INfcInterface.idl | 49 * @return Returns <b>0</b> if the operation is succeed, otherwise marks the reason of failure. 61 * @return Returns <b>0</b> if the operation is succeed, otherwise marks the reason of failure. 72 * @return Returns <b>0</b> if the operation is succeed, otherwise marks the reason of failure. 84 * @return Returns <b>0</b> if the operation is succeed, otherwise marks the reason of failure. 95 * @return Returns <b>0</b> if the operation is succeed, otherwise marks the reason of failure. 106 * @return Returns <b>0</b>if the operation is succeed, otherwise marks the reason of failure. 117 * @return Returns <b>0</b> if the operation is succeed, otherwise marks the reason of failure. 130 * @return Returns <b>0</b> if the operation is succeed, otherwise marks the reason of failure.
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/nfc_v1_0/foo/nfc/v1_0/ |
H A D | INfcInterface.idl | 49 * @return Returns <b>0</b> if the operation is succeed, otherwise marks the reason of failure. 61 * @return Returns <b>0</b> if the operation is succeed, otherwise marks the reason of failure. 72 * @return Returns <b>0</b> if the operation is succeed, otherwise marks the reason of failure. 84 * @return Returns <b>0</b> if the operation is succeed, otherwise marks the reason of failure. 95 * @return Returns <b>0</b> if the operation is succeed, otherwise marks the reason of failure. 106 * @return Returns <b>0</b>if the operation is succeed, otherwise marks the reason of failure. 117 * @return Returns <b>0</b> if the operation is succeed, otherwise marks the reason of failure. 130 * @return Returns <b>0</b> if the operation is succeed, otherwise marks the reason of failure.
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/nfc_v1_1/foo/nfc/v1_0/ |
H A D | INfcInterface.idl | 49 * @return Returns <b>0</b> if the operation is succeed, otherwise marks the reason of failure. 61 * @return Returns <b>0</b> if the operation is succeed, otherwise marks the reason of failure. 72 * @return Returns <b>0</b> if the operation is succeed, otherwise marks the reason of failure. 84 * @return Returns <b>0</b> if the operation is succeed, otherwise marks the reason of failure. 95 * @return Returns <b>0</b> if the operation is succeed, otherwise marks the reason of failure. 106 * @return Returns <b>0</b>if the operation is succeed, otherwise marks the reason of failure. 117 * @return Returns <b>0</b> if the operation is succeed, otherwise marks the reason of failure. 130 * @return Returns <b>0</b> if the operation is succeed, otherwise marks the reason of failure.
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-core-file-kit/ |
H A D | js-apis-file-statvfs.md | 48 console.info("getFreeSize succeed, Size: " + number); 85 console.info("getFreeSize succeed, Size: " + number); 122 console.info("getFreeSizeSync succeed, Size: " + number); 158 console.info("getTotalSize succeed, Size: " + number); 195 console.info("getTotalSize succeed, Size: " + number); 232 console.info("getTotalSizeSync succeed, Size: " + number);
|
H A D | js-apis-file-fs.md | 1271 console.info("mkdir succeed"); 1310 console.info("mkdir succeed"); 1346 console.info("mkdir succeed"); 1382 console.info("mkdir succeed"); 1754 console.info("rmdir succeed"); 1790 console.info("rmdir succeed"); 2593 console.info("rename succeed"); 2739 console.info("fsync succeed"); 3115 console.info("listFile succeed"); 4667 console.info("flush succeed"); [all …]
|
H A D | js-apis-fileio.md | 165 console.info("opendir succeed"); 266 console.info("access succeed"); 566 console.info("mkdir succeed"); 599 console.info("mkdir succeed"); 904 console.info("rmdir succeed"); 937 console.info("rmdir succeed"); 1273 console.info("chmod succeed"); 2278 console.info("chown succeed"); 2475 console.info("chmod succeed"); 2785 console.info("chown succeed"); [all …]
|
/ohos5.0/base/powermgr/power_manager/test/systemtest/src/ |
H A D | power_level_event_system_test_off.cpp | 79 bool succeed = false; in RegisterEvent() local 85 succeed = CommonEventManager::SubscribeCommonEvent(subscriberPtr); in RegisterEvent() 87 if (!succeed) { in RegisterEvent()
|
H A D | power_level_event_system_test_on.cpp | 80 bool succeed = false; in RegisterEvent() local 86 succeed = CommonEventManager::SubscribeCommonEvent(subscriberPtr); in RegisterEvent() 88 if (!succeed) { in RegisterEvent()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-app-ability-insightIntentExecutor.md | 92 message: 'Execute insight intent succeed.', 111 message: 'Execute insight intent succeed.', 177 message: 'Execute insight intent succeed.', 194 message: 'Execute insight intent succeed.', 263 message: 'Execute insight intent succeed.', 281 message: 'Execute insight intent succeed.', 359 message: 'Execute insight intent succeed.', 377 message: 'Execute insight intent succeed.',
|
H A D | js-apis-freeInstall-sys.md | 96 console.info('Operation succeed'); 153 console.info('Operation succeed') 206 console.info('Operation succeed:' + JSON.stringify(data)); 261 console.info('Operation succeed:' + JSON.stringify(data)); 313 console.info('Operation succeed:' + JSON.stringify(data)); 366 console.info('Operation succeed:' + JSON.stringify(data)); 412 console.info('Operation succeed:' + JSON.stringify(data)); 455 console.info('Operation succeed:' + JSON.stringify(data));
|
H A D | js-apis-distributedBundleManager-sys.md | 79 console.info('Operation succeed:' + JSON.stringify(data)); 141 console.info('Operation succeed:' + JSON.stringify(data)); 209 console.info('Operation succeed:' + JSON.stringify(data)); 278 console.info('Operation succeed:' + JSON.stringify(data)); 340 console.info('Operation succeed:' + JSON.stringify(data)); 403 console.info('Operation succeed:' + JSON.stringify(data)); 472 console.info('Operation succeed:' + JSON.stringify(data)); 542 console.info('Operation succeed:' + JSON.stringify(data));
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-basic-services-kit/ |
H A D | js-apis-print.md | 93 printTask.on('succeed', () => { 94 console.log('print state is succeed'); 261 printTask.off('succeed', () => { 504 printTask.on('succeed', () => { 552 printTask.on('succeed', () => { 553 console.log('print state is succeed'); 602 printTask.on('succeed', () => { 652 printTask.on('succeed', () => { 653 console.log('print state is succeed'); 716 printTask.on('succeed', () => { [all …]
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | clean_cache_callback_host.cpp | 49 bool succeed = data.ReadBool(); in OnRemoteRequest() local 50 OnCleanCacheFinished(succeed); in OnRemoteRequest()
|
/ohos5.0/docs/zh-cn/application-dev/file-management/ |
H A D | save-user-file.md | 50 console.info('documentViewPicker.save to file succeed and uris are:' + uris); 76 console.info('write data to file succeed and size is:' + writeLen); 110 console.info('audioViewPicker.save to file succeed and uri is:' + uri); 134 console.info('write data to file succeed and size is:' + writeLen); 172 console.info('documentViewPicker.save succeed and uri is:' + uri);
|
/ohos5.0/drivers/interface/nfc/v1_1/ |
H A D | INfcInterface.idl | 49 * @return Returns <b>0</b> if the operation is succeed, otherwise marks the reason of failure. 60 * @return Returns <b>0</b> if the operation is succeed, otherwise marks the reason of failure. 71 * @return Returns <b>0</b> if the operation is succeed, otherwise marks the reason of failure. 85 …* @return NfcStatus Returns <b>0</b> if the operation is succeed, otherwise marks the reason of fa…
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/nfc_v1_1/foo/nfc/v1_1/ |
H A D | INfcInterface.idl | 49 * @return Returns <b>0</b> if the operation is succeed, otherwise marks the reason of failure. 60 * @return Returns <b>0</b> if the operation is succeed, otherwise marks the reason of failure. 71 * @return Returns <b>0</b> if the operation is succeed, otherwise marks the reason of failure. 85 …* @return NfcStatus Returns <b>0</b> if the operation is succeed, otherwise marks the reason of fa…
|
/ohos5.0/docs/en/application-dev/reference/apis-core-file-kit/ |
H A D | js-apis-file-statvfs.md | 48 console.info("getFreeSize succeed, Size: " + number); 85 console.info("getFreeSize succeed, Size: " + number); 122 console.info("getFreeSizeSync succeed, Size: " + number); 158 console.info("getTotalSize succeed, Size: " + number); 195 console.info("getTotalSize succeed, Size: " + number); 232 console.info("getTotalSizeSync succeed, Size: " + number);
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/connected_nfc_tag_v1_0/foo/connected_nfc_tag/v1_0/ |
H A D | IConnectedNfcTag.idl | 43 * @return Returns <b>0</b> if the operation is succeed, otherwise marks the reason of failure. 53 * @return Returns <b>0</b> if the operation is succeed, otherwise marks the reason of failure. 74 * @return Returns <b>0</b> if the operation is succeed, otherwise marks the reason of failure.
|
/ohos5.0/drivers/interface/connected_nfc_tag/v1_0/ |
H A D | IConnectedNfcTag.idl | 43 * @return Returns <b>0</b> if the operation is succeed, otherwise marks the reason of failure. 53 * @return Returns <b>0</b> if the operation is succeed, otherwise marks the reason of failure. 76 * @return Returns <b>0</b> if the operation is succeed, otherwise marks the reason of failure.
|
/ohos5.0/docs/zh-cn/device-dev/kernel/ |
H A D | kernel-mini-extend-file.md | 142 printf("%s: DiskPartition %s\n", __func__, (ret == 0) ? "succeed" : "failed"); 148 printf("%s: PartitionFormat %s\n", __func__, (ret == 0) ? "succeed" : "failed"); 154 … printf("%s: mount fs on '%s' %s\n", __func__, pathName[0], (ret == 0) ? "succeed" : "failed"); 381 printf("%s: DiskPartition %s\n", __func__, (ret == 0) ? "succeed" : "failed"); 400 printf("%s: PartitionFormat %s\n", __func__, (ret == 0) ? "succeed" : "failed"); 405 …printf("%s: mount fs on '%s' %s\n", __func__, fs[0].mount_point, (ret == 0) ? "succeed" : "failed"…
|
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-app-ability-insightIntentExecutor.md | 92 message: 'Execute insight intent succeed.', 111 message: 'Execute insight intent succeed.', 177 message: 'Execute insight intent succeed.', 194 message: 'Execute insight intent succeed.', 263 message: 'Execute insight intent succeed.', 281 message: 'Execute insight intent succeed.', 359 message: 'Execute insight intent succeed.', 377 message: 'Execute insight intent succeed.',
|