Home
last modified time | relevance | path

Searched refs:LocationCommand (Results 1 – 25 of 49) sorted by relevance

12

/ohos5.0/base/location/test/location_gnss/source/
H A Dgnss_ability_test.cpp1535 std::unique_ptr<LocationCommand> cmd = std::make_unique<LocationCommand>();
1549 std::unique_ptr<LocationCommand> cmd = std::make_unique<LocationCommand>();
1563 std::unique_ptr<LocationCommand> cmd = std::make_unique<LocationCommand>();
1577 std::unique_ptr<LocationCommand> cmd = std::make_unique<LocationCommand>();
1591 std::unique_ptr<LocationCommand> cmd = std::make_unique<LocationCommand>();
1605 std::unique_ptr<LocationCommand> cmd = std::make_unique<LocationCommand>();
1619 std::unique_ptr<LocationCommand> cmd = std::make_unique<LocationCommand>();
1633 std::unique_ptr<LocationCommand> cmd = std::make_unique<LocationCommand>();
1647 std::unique_ptr<LocationCommand> cmd = std::make_unique<LocationCommand>();
1661 std::unique_ptr<LocationCommand> cmd = std::make_unique<LocationCommand>();
[all …]
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/
H A Djs-apidiff-geolocation.md9 | ohos.geolocation | LocationCommand | command: string; | 新增 |
10 | ohos.geolocation | LocationCommand | scenario: LocationRequestScenario; | 新增 |
94 …ion | sendCommand(command: LocationCommand, callback: AsyncCallback\<boolean>) : void;<br>sendComm…
/ohos5.0/docs/en/release-notes/api-diff/v3.1-Release/
H A Djs-apidiff-geolocation.md9 | ohos.geolocation | LocationCommand | command: string; | Added|
10 | ohos.geolocation | LocationCommand | scenario: LocationRequestScenario; | Added|
94 …ion | sendCommand(command: LocationCommand, callback: AsyncCallback\<boolean>) : void;<br>sendComm…
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta5/
H A Djs-apidiff-geolocation.md30 |新增|NA|类名:geoLocationManager<br>方法or属性:function sendCommand(command: LocationCommand, callback: Asy…
31 |新增|NA|类名:geoLocationManager<br>方法or属性:function sendCommand(command: LocationCommand): Promise<void…
87 …and: LocationCommand, callback: AsyncCallback<boolean>): void;<br>废弃版本:N/A|类名:geolocation<br>方法 or…
88 …ommand(command: LocationCommand): Promise<boolean>;<br>废弃版本:N/A|类名:geolocation<br>方法 or 属性:functio…
103 |废弃版本有变化|类名:LocationCommand<br>废弃版本:N/A|类名:LocationCommand<br>废弃版本:9<br>代替接口:ohos.geoLocationManage…
166 |起始版本有变化|类名:LocationCommand<br>方法 or 属性:scenario: LocationRequestScenario;<br>起始版本:N/A|类名:LocationC…
167 |起始版本有变化|类名:LocationCommand<br>方法 or 属性:command: string;<br>起始版本:N/A|类名:LocationCommand<br>方法 or 属性…
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/
H A Djs-apidiff-geolocation.md42 |新增|NA|类名:geoLocationManager;<br>方法or属性:function sendCommand(command: LocationCommand, callback: As…
43 |新增|NA|类名:geoLocationManager;<br>方法or属性:function sendCommand(command: LocationCommand): Promise\<vo…
67 |新增|NA|类名:LocationCommand;<br>方法or属性:scenario: LocationRequestScenario;|@ohos.geoLocationManager.d.…
136 |新增|NA|类名:LocationCommand;<br>方法or属性:command: string;|@ohos.geoLocationManager.d.ts|
175 …mand: LocationCommand, callback: AsyncCallback\<boolean>): void;<br>旧版本信息:|类名:geolocation;<br>方法or…
176 …Command(command: LocationCommand): Promise\<boolean>;<br>旧版本信息:|类名:geolocation;<br>方法or属性:function…
190LocationCommand;<br>方法or属性:scenario: LocationRequestScenario;<br>旧版本信息:|类名:LocationCommand;<br>方法o…
275LocationCommand;<br>方法or属性:export interface LocationCommand<br>旧版本信息:|类名:LocationCommand;<br>方法or属…
276LocationCommand;<br>方法or属性:command: string;<br>旧版本信息:|类名:LocationCommand;<br>方法or属性:command: strin…
/ohos5.0/docs/zh-cn/release-notes/changelogs/v3.2-beta5/
H A Dchangelogs-ohos-geolocation.md58 |geolocation| method | function sendCommand(command: LocationCommand, callback: AsyncCallback<boole…
59 |geolocation| method | function sendCommand(command: LocationCommand): Promise<boolean>; | 接口迁移到@oh…
74 |geolocation| enum | LocationCommand | 接口迁移到@ohos.geoLocationManager.d.ts |
H A Dchangelogs-ohos-geoLocationManager.md57 |geolocation| method | function sendCommand(command: LocationCommand, callback: AsyncCallback<boole…
58 |geolocation| method | function sendCommand(command: LocationCommand): Promise<boolean>; | 接口迁移到@oh…
89 |geolocation| enum | LocationCommand | 接口迁移到@ohos.geoLocationManager.d.ts |
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_3.2.10.5/
H A Dchangelogs-ohos-geolocation.md58 |geolocation| method | function sendCommand(command: LocationCommand, callback: AsyncCallback<boole…
59 |geolocation| method | function sendCommand(command: LocationCommand): Promise<boolean>; | 接口迁移到@oh…
74 |geolocation| enum | LocationCommand | 接口迁移到@ohos.geoLocationManager.d.ts |
H A Dchangelogs-ohos-geoLocationManager.md57 |geolocation| method | function sendCommand(command: LocationCommand, callback: AsyncCallback<boole…
58 |geolocation| method | function sendCommand(command: LocationCommand): Promise<boolean>; | 接口迁移到@oh…
89 |geolocation| enum | LocationCommand | 接口迁移到@ohos.geoLocationManager.d.ts |
/ohos5.0/base/location/interfaces/inner_api/include/
H A Dlocator_proxy.h68 void SendCommand(std::unique_ptr<LocationCommand>& commands);
107 LocationErrCode SendCommandV9(std::unique_ptr<LocationCommand>& commands);
H A Dlocator.h66 virtual bool SendCommand(std::unique_ptr<LocationCommand>& commands) = 0;
102 virtual LocationErrCode SendCommandV9(std::unique_ptr<LocationCommand>& commands) = 0;
H A Dlocator_impl.h245 bool SendCommand(std::unique_ptr<LocationCommand>& commands);
511 LocationErrCode SendCommandV9(std::unique_ptr<LocationCommand>& commands);
H A Dconstant_definition.h206 } LocationCommand; typedef
/ohos5.0/base/location/test/fuzztest/locator/gnss_fuzzer/
H A Dgnss_fuzzer.cpp117 std::unique_ptr<LocationCommand> command = std::make_unique<LocationCommand>(); in GnssProxyFuzzTest002()
/ohos5.0/docs/en/release-notes/changelogs/v3.2-beta5/
H A Dchangelogs-ohos-geolocation.md58 |geolocation| method | function sendCommand(command: LocationCommand, callback: AsyncCallback<boole…
59 |geolocation| method | function sendCommand(command: LocationCommand): Promise<boolean>; | Migrated…
74 |geolocation| enum | LocationCommand | Migrated to **@ohos.geoLocationManager.d.ts**.|
H A Dchangelogs-ohos-geoLocationManager.md57 |geolocation| method | function sendCommand(command: LocationCommand, callback: AsyncCallback<boole…
58 |geolocation| method | function sendCommand(command: LocationCommand): Promise<boolean>; | Migrated…
89 |geolocation| enum | LocationCommand | Migrated to **@ohos.geoLocationManager.d.ts**.|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_3.2.10.5/
H A Dchangelogs-ohos-geolocation.md58 | geolocation | method | function sendCommand(command: LocationCommand, callback: AsyncCallback<…
59 | geolocation | method | function sendCommand(command: LocationCommand): Promise<boolean>; | Mig…
74 | geolocation | enum | LocationCommand | Migrated…
H A Dchangelogs-ohos-geoLocationManager.md57 | geolocation | method | function sendCommand(command: LocationCommand, callback: AsyncCallback<…
58 | geolocation | method | function sendCommand(command: LocationCommand): Promise<boolean>; | Mig…
89 | geolocation | enum | LocationCommand | Migrated…
/ohos5.0/base/location/services/location_locator/locator/include/
H A Dgnss_ability_proxy.h46 LocationErrCode SendCommand(std::unique_ptr<LocationCommand>& commands) override;
/ohos5.0/base/location/test/location_gnss/mock/include/
H A Dmock_gnss_ability_stub.h54 MOCK_METHOD(LocationErrCode, SendCommand, (std::unique_ptr<LocationCommand>& commands));
/ohos5.0/docs/zh-cn/application-dev/reference/apis-location-kit/
H A Djs-apis-geolocation.md1123 sendCommand(command: LocationCommand, callback: AsyncCallback&lt;boolean&gt;): void
1139 | command | [LocationCommand](#locationcommanddeprecated) | 是 | 指定目标场景,和将要发送的命令(字符串)。 |
1146 let requestInfo:geolocation.LocationCommand = {'scenario': 0x301, 'command': "command_1"};
1160 sendCommand(command: LocationCommand): Promise&lt;boolean&gt;
1176 | command | [LocationCommand](#locationcommanddeprecated) | 是 | 指定目标场景,和将要发送的命令(字符串)。 |
1188 let requestInfo:geolocation.LocationCommand = {'scenario': 0x301, 'command': "command_1"};
1387 ## LocationCommand<sup>(deprecated)</sup>
1393 > 从API version 9开始废弃,建议使用[geoLocationManager.LocationCommand](js-apis-geoLocationManager.md#locatio…
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta5/
H A Djs-apidiff-geolocation.md30 …onManager<br>Method or attribute name: function sendCommand(command: LocationCommand, callback: As…
31 …onManager<br>Method or attribute name: function sendCommand(command: LocationCommand): Promise<voi…
87LocationCommand, callback: AsyncCallback<boolean>): void;<br>Deprecated version: N/A|Class name: g…
88LocationCommand): Promise<boolean>;<br>Deprecated version: N/A|Class name: geolocation<br>Method o…
103LocationCommand<br>Deprecated version: N/A|Class name: LocationCommand<br>Deprecated version: 9<br…
166 …lass name: LocationCommand<br>Method or attribute name: scenario: LocationRequestScenario;<br>Init…
167 …changed|Class name: LocationCommand<br>Method or attribute name: command: string;<br>Initial versi…
/ohos5.0/base/location/services/location_gnss/gnss/include/
H A Dgnss_ability.h172 LocationErrCode SendCommand(std::unique_ptr<LocationCommand>& commands) override;
234 bool GetCommandFlags(std::unique_ptr<LocationCommand>& commands, GnssAuxiliaryDataType& flags);
/ohos5.0/docs/zh-cn/readme/
H A D位置服务子系统.md106 | sendCommand(command:&nbsp;LocationCommand,&nbsp;callback:&nbsp;AsyncCallback&lt;boolean&gt;)&nbsp…
107 | sendCommand(command:&nbsp;LocationCommand)&nbsp;:&nbsp;Promise&lt;boolean&gt;; | 给位置服务子系统发送扩展命令,使…
/ohos5.0/docs/en/release-notes/api-diff/v3.2-Release/
H A Djs-apidiff-geolocation.md42 …nManager;<br>Method or attribute name: function sendCommand(command: LocationCommand, callback: As…
43 …nManager;<br>Method or attribute name: function sendCommand(command: LocationCommand): Promise\<vo…
67 |Added|NA|Class name: LocationCommand;<br>Method or attribute name: scenario: LocationRequestScenar…
136 |Added|NA|Class name: LocationCommand;<br>Method or attribute name: command: string;|@ohos.geoLocat…
175LocationCommand, callback: AsyncCallback\<boolean>): void;<br>Old version: |Class name: geolocatio…
176LocationCommand): Promise\<boolean>;<br>Old version: |Class name: geolocation;<br>Method or attrib…
190LocationCommand;<br>Method or attribute name: scenario: LocationRequestScenario;<br>Old version: |…
275LocationCommand;<br>Method or attribute name: export interface LocationCommand<br>Old version: |Cl…
276LocationCommand;<br>Method or attribute name: command: string;<br>Old version: |Class name: Locati…

12