Home
last modified time | relevance | path

Searched refs:REQUEST_CODE (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/
H A Ddata_share_obs_proxy.cpp24 static constexpr int REQUEST_CODE = 0; variable
39 int32_t result = Remote()->SendRequest(REQUEST_CODE, parcel, reply, option); in OnChangeFromRdb()
61 int32_t result = Remote()->SendRequest(REQUEST_CODE, parcel, reply, option); in OnChangeFromPublishedData()
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/proxy/src/
H A Ddata_proxy_observer_stub.cpp23 static constexpr int REQUEST_CODE = 0; variable
32 if (code != REQUEST_CODE) { in OnRemoteRequest()
77 if (code != REQUEST_CODE) { in OnRemoteRequest()
/ohos5.0/base/usb/usb_manager/frameworks/dialog/dialog_ui/usb_right_dialog/src/main/ets/util/
H A DNotificationUtil.ts25 const REQUEST_CODE: number = 0;
47 requestCode: REQUEST_CODE
/ohos5.0/docs/zh-cn/application-dev/device/driver/
H A Ddriverextensionability.md37 const REQUEST_CODE = 99; // 与扩展外设客户端约定请求码
47 if (code === REQUEST_CODE) {
H A Dexternaldevice-guidelines.md89 const REQUEST_CODE: number = 99; // 自定义通信Code,此处仅供参考
169 await this.remote.sendMessageRequest(REQUEST_CODE, data, reply, option);
/ohos5.0/base/usb/usb_manager/services/native/src/
H A Dusb_mass_storage_notification.cpp42 constexpr int32_t REQUEST_CODE = 10; variable
206 REQUEST_CODE, in PublishUsbNotification()
/ohos5.0/docs/en/application-dev/device/driver/
H A Ddriverextensionability.md37 const REQUEST_CODE = 99; // Negotaite the request code with the peripheral client.
47 if (code === REQUEST_CODE) {
H A Dexternaldevice-guidelines.md89 const REQUEST_CODE: number = 99; // Custom communication code, which is for reference only.
169 await this.remote.sendMessageRequest(REQUEST_CODE, data, reply, option);
/ohos5.0/docs/zh-cn/application-dev/application-models/
H A Dserviceextensionability.md530 const REQUEST_CODE = 1;
550 … remote.sendMessageRequest(REQUEST_CODE, data, reply, option).then((ret: rpc.RequestResult) => {
H A Dhop-multi-device-collaboration.md495 const REQUEST_CODE = 1;
515 … remote.sendMessageRequest(REQUEST_CODE, data, reply, option).then((ret: rpc.RequestResult) => {
/ohos5.0/docs/en/application-dev/application-models/
H A Dserviceextensionability.md540 const REQUEST_CODE = 1;
560 … remote.sendMessageRequest(REQUEST_CODE, data, reply, option).then((ret: rpc.RequestResult) => {
H A Dhop-multi-device-collaboration.md496 const REQUEST_CODE = 1;
516 … remote.sendMessageRequest(REQUEST_CODE, data, reply, option).then((ret: rpc.RequestResult) => {
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dui_content_impl.cpp231 const int32_t REQUEST_CODE = -1; variable
1276 abilityContext->StartAbility(want, REQUEST_CODE); in CommonInitializeForm()
1829 abilityContext->StartAbility(want, REQUEST_CODE); in CommonInitialize()
1901 abilityContext->StartAbility(want, REQUEST_CODE); in CommonInitialize()