Home
last modified time | relevance | path

Searched refs:Operation (Results 1 – 25 of 425) sorted by relevance

12345678910>>...17

/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Doperation.cpp22 Operation::Operation() : flags_(0), uri_("") in Operation() function in OHOS::AAFwk::Operation
26 Operation::Operation(const Operation &other) : flags_(0), uri_(other.uri_.ToString()) in Operation() function in OHOS::AAFwk::Operation
37 Operation::~Operation() in ~Operation()
53 std::string Operation::GetAction() const in GetAction()
142 int Operation::CountEntities() const in CountEntities()
188 Uri Operation::GetUri() const in GetUri()
193 bool Operation::operator==(const Operation &other) const in operator ==()
231 Operation &Operation::operator=(const Operation &other) in operator =()
269 Operation *Operation::Unmarshalling(Parcel &parcel) in Unmarshalling()
271 Operation *operation = new (std::nothrow) Operation(); in Unmarshalling()
[all …]
/ohos5.0/foundation/multimedia/av_session/utils/src/
H A Davsession_sysevent.cpp31 void AVSessionSysEvent::AddOperationCount(Operation operation) in AddOperationCount()
59 … "PAUSE_COUNT", optCounts_[Operation::OPT_PAUSE], "STOP_COUNT", optCounts_[Operation::OPT_STOP], in Regiter()
60 "PLAY_NEXT_COUNT", optCounts_[Operation::OPT_PLAY_NEXT], in Regiter()
61 "PLAY_PREVIOUS_COUNT", optCounts_[Operation::OPT_PLAY_PREVIOUS], in Regiter()
62 "FAST_FORWARD_COUNT", optCounts_[Operation::OPT_FAST_FORWARD], in Regiter()
63 "REWIND_COUNT", optCounts_[Operation::OPT_REWIND], in Regiter()
64 "SEEK_COUNT", optCounts_[Operation::OPT_SEEK], in Regiter()
65 "SET_SPEED_COUNT", optCounts_[Operation::OPT_SET_SPEED], in Regiter()
66 "SET_LOOP_MODE_COUNT", optCounts_[Operation::OPT_SET_LOOP_MODE], in Regiter()
82 "CREATE_SESSION_COUNT", optCounts_[Operation::OPT_CREATE_SESSION], in Regiter()
[all …]
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/
H A Djs-apis-defaultAppManager-sys.md346 console.info('Operation successful.');
357 console.info('Operation successful.');
367 console.info('Operation successful.');
377 console.info('Operation successful.');
435 console.info('Operation successful.');
447 console.info('Operation successful.');
459 console.info('Operation successful.');
512 console.info('Operation successful.');
524 console.info('Operation successful.');
536 console.info('Operation successful.');
[all …]
H A Djs-apis-Bundle.md68 console.info('Operation successful. Data: ' + JSON.stringify(data));
70 console.error('Operation failed. Cause: ' + JSON.stringify(error));
112 console.error('Operation failed. Cause: ' + JSON.stringify(err));
115 console.info('Operation successful. Data:' + JSON.stringify(data));
156 console.error('Operation failed. Cause: ' + JSON.stringify(err));
159 console.info('Operation successful. Data:' + JSON.stringify(data));
243 console.error('Operation failed. Cause: ' + JSON.stringify(err));
246 console.info('Operation successful. Data:' + JSON.stringify(data));
286 console.error('Operation failed. Cause: ' + JSON.stringify(err));
289 console.info('Operation successful. Data:' + JSON.stringify(data));
[all …]
H A Djs-apis-freeInstall-sys.md96 console.info('Operation succeed');
100 console.error('Operation failed:' + JSON.stringify(err));
153 console.info('Operation succeed')
155 console.error('Operation failed:' + JSON.stringify(err));
158 console.error('Operation failed:' + JSON.stringify(err));
210 console.error('Operation failed:' + JSON.stringify(err));
266 console.error('Operation failed:' + JSON.stringify(err));
317 console.error('Operation failed:' + JSON.stringify(err));
371 console.error('Operation failed:' + JSON.stringify(err));
416 console.error('Operation failed:' + JSON.stringify(err));
[all …]
H A Djs-apis-distributedBundleManager-sys.md79 console.info('Operation succeed:' + JSON.stringify(data));
85 console.log(`Operation failed: error code is ${code} and error message is ${message}`);
141 console.info('Operation succeed:' + JSON.stringify(data));
148 console.log(`Operation failed: error code is ${code} and error message is ${message}`);
209 console.info('Operation succeed:' + JSON.stringify(data));
215 console.log(`Operation failed: error code is ${code} and error message is ${message}`);
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));
[all …]
/ohos5.0/foundation/ability/ability_base/test/unittest/want/
H A Doperation_test.cpp68 std::shared_ptr<Operation> operation = operationbuilder_->build();
83 std::shared_ptr<Operation> operation = operationbuilder_->build();
97 std::shared_ptr<Operation> operation = operationbuilder_->build();
110 std::shared_ptr<Operation> operation = operationbuilder_->build();
123 std::shared_ptr<Operation> operation = operationbuilder_->build();
136 std::shared_ptr<Operation> operation = operationbuilder_->build();
149 std::shared_ptr<Operation> operation = operationbuilder_->build();
162 std::shared_ptr<Operation> operation = operationbuilder_->build();
176 std::shared_ptr<Operation> operation = operationbuilder_->build();
312 Operation *pOperation = operation->Unmarshalling(in);
[all …]
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/include/
H A Doperation.h28 class Operation : public Parcelable {
33 Operation();
34 ~Operation();
35 Operation(const Operation &other);
84 bool operator==(const Operation &other) const;
85 Operation &operator=(const Operation &other);
88 static Operation *Unmarshalling(Parcel &parcel);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stack/
H A Dstack_element.cpp178 case Operation::TOAST_PUSH: in PerformPopupChild()
181 case Operation::DIRECT_PUSH: in PerformPopupChild()
182 case Operation::DIALOG_PUSH: in PerformPopupChild()
183 case Operation::PANEL_PUSH: in PerformPopupChild()
186 case Operation::TOAST_POP: in PerformPopupChild()
189 case Operation::DIALOG_POP: in PerformPopupChild()
192 case Operation::TEXT_OVERLAY_POP: in PerformPopupChild()
195 case Operation::POPUP_POP: in PerformPopupChild()
198 case Operation::MENU_POP: in PerformPopupChild()
201 case Operation::VIDEO_POP: in PerformPopupChild()
[all …]
/ohos5.0/docs/zh-cn/application-dev/reference/apis-connectivity-kit/
H A Derrorcode-wifi.md11 Operation failed.
32 Operation failed.
71 Operation failed.
92 Operation failed.
113 Operation failed.
134 Operation failed because the service is being closed.
152 Operation failed because the service is being opened.
H A Djs-apis-wifiManager-sys.md35 | 2501000 | Operation failed.|
71 | 2501000 | Operation failed.|
107 | 2501000 | Operation failed.|
143 | 2501000 | Operation failed.|
185 | 2501000 | Operation failed.|
225 | 2501000 | Operation failed.|
274 | 2501000 | Operation failed.|
409 | 2501000 | Operation failed.|
460 | 2501000 | Operation failed.|
505 | 2501000 | Operation failed.|
[all …]
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_testapp/doc/ApiDoc/P2PManagerDoc/
H A DP2PManager功能界面使用说明文档.md146 * @throws {BusinessError} 2801000 - Operation failed.
161 - @throws {BusinessError} 2801000 - Operation failed.
176 - @throws {BusinessError} 2801000 - Operation failed.
191 - @throws {BusinessError} 2801000 - Operation failed.
208 - @throws {BusinessError} 2801000 - Operation failed.
241 * @throws {BusinessError} 2801000 - Operation failed.
257 - @throws {BusinessError} 2801000 - Operation failed.
272 * @throws {BusinessError} 2801000 - Operation failed.
287 * @throws {BusinessError} 2801000 - Operation failed.
304 * @throws {BusinessError} 2801000 - Operation failed.
[all …]
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/
H A Djs-apis-defaultAppManager-sys.md346 console.info('Operation successful.');
357 console.info('Operation successful.');
367 console.info('Operation successful.');
377 console.info('Operation successful.');
435 console.info('Operation successful.');
447 console.info('Operation successful.');
459 console.info('Operation successful.');
512 console.info('Operation successful.');
524 console.info('Operation successful.');
536 console.info('Operation successful.');
[all …]
H A Djs-apis-freeInstall-sys.md96 console.info('Operation succeed');
100 console.error('Operation failed:' + JSON.stringify(err));
153 console.info('Operation succeed')
155 console.error('Operation failed:' + JSON.stringify(err));
158 console.error('Operation failed:' + JSON.stringify(err));
210 console.error('Operation failed:' + JSON.stringify(err));
266 console.error('Operation failed:' + JSON.stringify(err));
317 console.error('Operation failed:' + JSON.stringify(err));
371 console.error('Operation failed:' + JSON.stringify(err));
416 console.error('Operation failed:' + JSON.stringify(err));
[all …]
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_testapp/doc/ApiDoc/WIFIManagerDoc/
H A DWIFIManager功能界面使用说明文档.md296 * @throws {BusinessError} 2501000 - Operation failed.
313 - @throws {BusinessError} 2501000 - Operation failed.
328 - @throws {BusinessError} 2501000 - Operation failed.
343 * @throws {BusinessError} 2501000 - Operation failed.
361 * @throws {BusinessError} 2501000 - Operation failed.
378 - @throws {BusinessError} 2501000 - Operation failed.
395 - @throws {BusinessError} 2501000 - Operation failed.
411 - @throws {BusinessError} 2501000 - Operation failed.
428 - @throws {BusinessError} 2501000 - Operation failed.
447 - @throws {BusinessError} 2501000 - Operation failed.
[all …]
/ohos5.0/base/print/print_fwk/test/unittest/others/
H A Dprint_http_request_process_other_test.cpp39 Operation operation = Operation::Get_Printer_Attributes; in HWTEST_F()
47 Operation operation = Operation::Send_Document; in HWTEST_F()
54 Operation operation = static_cast<Operation>(3); in HWTEST_F()
233 Operation operation = Operation::READ; in HWTEST_F()
242 Operation operation = Operation::WRITE; in HWTEST_F()
251 Operation operation = Operation::READ; in HWTEST_F()
260 Operation operation = Operation::WRITE; in HWTEST_F()
280 Operation operation; in TEST_F()
288 Operation operation; in TEST_F()
296 Operation operation; in TEST_F()
[all …]
/ohos5.0/docs/zh-cn/application-dev/reference/apis-backgroundtasks-kit/
H A Djs-apis-backgroundTaskManager.md189 console.error("Operation startBackgroundRunning failed Cause: " + err);
191 console.info("Operation startBackgroundRunning succeeded");
226 console.error("Operation startBackgroundRunning failed Cause: " + err);
228 console.info("Operation startBackgroundRunning succeeded");
303 console.info("Operation startBackgroundRunning succeeded");
339 console.info("Operation startBackgroundRunning succeeded");
376 console.info("Operation stopBackgroundRunning succeeded");
397 console.info("Operation stopBackgroundRunning succeeded");
439 console.info("Operation stopBackgroundRunning succeeded");
441 console.error("Operation stopBackgroundRunning failed Cause: " + err);
[all …]
H A Djs-apis-resourceschedule-backgroundTaskManager.md117 …console.log('callback => Operation getRemainingDelayTime succeeded. Data: ' + JSON.stringify(res));
164 … console.log('promise => Operation getRemainingDelayTime succeeded. Data: ' + JSON.stringify(res));
166 …console.error(`promise => Operation getRemainingDelayTime failed. code is ${error.code} message is…
260 …console.error(`Operation startBackgroundRunning failed. code is ${error.code} message is ${error.m…
262 console.info("Operation startBackgroundRunning succeeded");
376 console.info("Operation startBackgroundRunning succeeded");
433 …console.error(`Operation stopBackgroundRunning failed. code is ${error.code} message is ${error.me…
435 console.info("Operation stopBackgroundRunning succeeded");
499 console.info("Operation stopBackgroundRunning succeeded");
588 console.info("Operation startBackgroundRunning succeeded");
[all …]
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_testapp/doc/ApiDoc/HotspotManagerDoc/
H A DHotspotManager功能界面使用说明文档.md104 * @throws {BusinessError} 2601000 - Operation failed.
120 * @throws {BusinessError} 2601000 - Operation failed.
136 - @throws {BusinessError} 2601000 - Operation failed.
156 * @throws {BusinessError} 2601000 - Operation failed.
172 - @throws {BusinessError} 2601000 - Operation failed.
188 * @throws {BusinessError} 2601000 - Operation failed.
217 - @throws {BusinessError} 2601000 - Operation failed.
243 * @throws {BusinessError} 2601000 - Operation failed.
269 - @throws {BusinessError} 2601000 - Operation failed.
/ohos5.0/base/print/print_fwk/services/print_service/include/
H A Dprint_http_request_process.h72 std::string PrintOperation(Operation operation);
74 …void RecordBufByOperation(Operation operation, size_t requestId, const std::vector<uint8_t> &tmVec…
77 …void DumpRespIdCode(const std::vector<uint8_t> &readTempBuffer, Operation operation, size_t begin,…
78 bool ProcessDataFromDevice(Operation operation);
92 …size_t CalculateRequestId(std::vector<uint8_t> &readTempBuffer, size_t index, Operation operation);
93 size_t CalculateFileDataBeginIndex(size_t index, Operation operation);
97 void GetAttrAgain(Operation operation, std::vector<uint8_t> &tmVector);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/syntax/
H A Dlazy_for_each_builder_syntax_test_ng.cpp223 std::list<V2::Operation> DataOperations;
399 std::list<V2::Operation> DataOperations;
431 std::list<V2::Operation> DataOperations;
436 std::list<V2::Operation> DataOperations1;
441 std::list<V2::Operation> DataOperations2;
473 std::list<V2::Operation> DataOperations;
479 std::list<V2::Operation> DataOperations1;
485 std::list<V2::Operation> DataOperations2;
524 std::list<V2::Operation> DataOperations;
585 std::list<V2::Operation> DataOperations;
[all …]
/ohos5.0/foundation/communication/bluetooth_service/test/example/bluetoothtest/doc/ApiDoc/GattManagerDoc/
H A DGattManager测试使用说明文档.md138 - @throws { BusinessError } 2900099 - Operation failed.
166 - @throws { BusinessError } 2900099 - Operation failed.
178 - @throws { BusinessError } 2900099 - Operation failed.
191 - @throws { BusinessError } 2900099 - Operation failed.
204 * @throws { BusinessError } 2900099 - Operation failed.
217 * @throws { BusinessError } 2900099 - Operation failed.
230 - @throws { BusinessError } 2900099 - Operation failed.
260 - @throws { BusinessError } 2900099 - Operation failed.
402 - @throws { BusinessError } 2900099 - Operation failed.
428 - @throws { BusinessError } 2900099 - Operation failed.
[all …]
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/
H A Dc-apis-scan.md123 | SCAN_ERROR_NONE | Operation succeeded.|
130 | SCAN_ERROR_CANCELED | Operation canceled.|
159 **Scan_ERROR_NONE**: Operation is succeeded.
189 **Scan_ERROR_NONE**: Operation is succeeded.
219 **Scan_ERROR_NONE**: Operation is succeeded.
257 **Scan_ERROR_NONE**: Operation is succeeded.
290 **Scan_ERROR_NONE**: Operation is succeeded.
322 **Scan_ERROR_NONE**: Operation is succeeded.
355 **Scan_ERROR_NONE**: Operation is succeeded.
399 **Scan_ERROR_NONE**: Operation is succeeded.
[all …]
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_http_request_process.cpp36 std::string PrintHttpRequestProcess::PrintOperation(Operation operation) in PrintOperation()
38 if (operation == Operation::Get_Printer_Attributes) { in PrintOperation()
40 } else if (operation == Operation::Send_Document) { in PrintOperation()
72 if (operation == Operation::Send_Document) { in RecordBufByOperation()
122 Operation operation, size_t begin, size_t maxSize) in DumpRespIdCode()
142 std::vector<uint8_t> &readTempBuffer, size_t index, Operation operation) in CalculateRequestId()
166 bool PrintHttpRequestProcess::ProcessDataFromDevice(Operation operation) in ProcessDataFromDevice()
234 if (ProcessDataFromDevice(Operation::Send_Document)) { in StartReadSendDocDataFromPrinterLooper()
370 devName, Operation::Common, vectorRequestBuffer); in StartWriteDataToPrinterLooper()
389 if (ProcessDataFromDevice(Operation::Common)) { in StartWriteDataToPrinterLooper()
[all …]
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/ecshelper/ComponentTools/
H A Dcomponent_query.cpp49 …const IComponentManager& baseComponentSet, const array_view<const Operation> operations, bool enab… in SetupQuery()
66 operationMethods_.push_back(Operation::REQUIRE); in SetupQuery()
118 case Operation::REQUIRE: { in Execute()
124 case Operation::OPTIONAL: { in Execute()
150 …const IComponentManager& baseComponentSet, const array_view<const Operation> operations, bool enab… in Execute()
228 if (operationMethods_[i] == Operation::OPTIONAL) { in OnEntityEvent()

12345678910>>...17