Home
last modified time | relevance | path

Searched refs:queryLocalInterface (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/samples/continuationManagerTestSuite/eTSContinuationManager/entry/src/main/ets/ServiceExtAbility/
H A DServiceExtAbility.ts36 queryLocalInterface(descriptor) {
/ohos5.0/foundation/communication/ipc/ipc/native/src/napi_common/include/
H A Dnapi_remote_object_holder.h34 napi_value queryLocalInterface(std::string &descriptor);
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/test/samples/StageManualTestSuite/entry/src/main/ets/MyServiceExtensionAbility/
H A DMyServiceExtensionAbility.ts39 queryLocalInterface(descriptor) {
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_3.2.8.1/
H A Dchangelogs-dsoftbus.md99 | IRemoteObject | queryLocalInterface(descriptor: string): IRemoteBroker | NA | getLocalInterface(d…
108 | RemoteObject | queryLocalInterface(descriptor: string): IRemoteBroker | NA | getLocalInterface(de…
114 | RemoteProxy | queryLocalInterface(interface: string): IRemoteBroker | NA | getLocalInterface(desc…
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_3.2.8.1/
H A Dchangelogs-dsoftbus.md99 | IRemoteObject | queryLocalInterface(descriptor: string): IRemoteBroker | NA | getLocalInterface(d…
108 | RemoteObject | queryLocalInterface(descriptor: string): IRemoteBroker | NA | getLocalInterface(de…
114 | RemoteProxy | queryLocalInterface(interface: string): IRemoteBroker | NA | getLocalInterface(desc…
/ohos5.0/foundation/communication/ipc/ipc/native/src/napi_common/source/
H A Dnapi_remote_object_holder.cpp199 napi_value NAPIRemoteObjectHolder::queryLocalInterface(std::string &descriptor) in queryLocalInterface() function in OHOS::NAPIRemoteObjectHolder
H A Dnapi_remote_object.cpp950 napi_value ret = holder->queryLocalInterface(descriptor); in NAPI_RemoteObject_queryLocalInterface()
992 napi_value ret = holder->queryLocalInterface(descriptor); in NAPI_RemoteObject_getLocalInterface()
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-beta/
H A Djs-apidiff-v3.1-beta.md120 | 分布式软总线-rpc.RemoteObject | queryLocalInterface(descriptor: string): IRemoteBroker | 修改 | API 7有误,返…
126 | 分布式软总线-rpc.Proxy | queryLocalInterface(interface: string): IRemoteBroker | 修改 | API 7有误,返回类型更正为IR…
/ohos5.0/docs/zh-cn/release-notes/api-diff/monthly-202210/
H A Djs-apidiff-communication.md673 |废弃版本有变化|方法名 or 属性名:queryLocalInterface<br>废弃版本:N/A|方法名 or 属性名:queryLocalInterface<br>废弃版本:9<br>代替接…
679 |废弃版本有变化|方法名 or 属性名:queryLocalInterface<br>废弃版本:N/A|方法名 or 属性名:queryLocalInterface<br>废弃版本:9<br>代替接…
684 |废弃版本有变化|方法名 or 属性名:queryLocalInterface<br>废弃版本:N/A|方法名 or 属性名:queryLocalInterface<br>废弃版本:9<br>代替接…
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta4/
H A Djs-apidiff-communication.md690 |废弃版本有变化|方法名 or 属性名:queryLocalInterface<br>废弃版本:N/A|方法名 or 属性名:queryLocalInterface<br>废弃版本:9<br>代替接…
696 |废弃版本有变化|方法名 or 属性名:queryLocalInterface<br>废弃版本:N/A|方法名 or 属性名:queryLocalInterface<br>废弃版本:9<br>代替接…
700 |废弃版本有变化|方法名 or 属性名:queryLocalInterface<br>废弃版本:N/A|方法名 or 属性名:queryLocalInterface<br>废弃版本:9<br>代替接…
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ipc-kit/
H A Djs-apis-rpc.md6634 ### queryLocalInterface<sup>(deprecated)</sup>
6636 queryLocalInterface(descriptor: string): IRemoteBroker
7507 ### queryLocalInterface<sup>(deprecated)</sup>
7509 queryLocalInterface(interface: string): IRemoteBroker
7566 上述onConnect回调函数中的proxy对象需要等ability异步连接成功后才会被赋值,然后才可调用proxy对象的queryLocalInterface接口获取接口对象
7572 let broker: rpc.IRemoteBroker = proxy.queryLocalInterface("testObject");
7573 hilog.info(0x0000, 'testTag', 'RpcClient: queryLocalInterface is ' + broker);
9412 ### queryLocalInterface<sup>(deprecated)</sup>
9414 queryLocalInterface(descriptor: string): IRemoteBroker
9465 testRemoteObject.queryLocalInterface("testObject");
/ohos5.0/docs/en/release-notes/api-diff/monthly-202210/
H A Djs-apidiff-communication.md673 …ged|Method or attribute name: queryLocalInterface<br>Deprecated version: N/A|Method or attribute n…
679 …ged|Method or attribute name: queryLocalInterface<br>Deprecated version: N/A|Method or attribute n…
684 …ged|Method or attribute name: queryLocalInterface<br>Deprecated version: N/A|Method or attribute n…
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta4/
H A Djs-apidiff-communication.md690 …ged|Method or attribute name: queryLocalInterface<br>Deprecated version: N/A|Method or attribute n…
696 …ged|Method or attribute name: queryLocalInterface<br>Deprecated version: N/A|Method or attribute n…
700 …ged|Method or attribute name: queryLocalInterface<br>Deprecated version: N/A|Method or attribute n…
/ohos5.0/docs/en/release-notes/api-diff/v3.1-beta/
H A Djs-apidiff-v3.1-beta.md120 | DSoftBus - rpc.RemoteObject| queryLocalInterface(descriptor: string): IRemoteBroker | Modified| C…
126 | DSoftBus - rpc.Proxy| queryLocalInterface(interface: string): IRemoteBroker | Modified| Corrected…
/ohos5.0/docs/en/application-dev/reference/apis-ipc-kit/
H A Djs-apis-rpc.md6609 ### queryLocalInterface<sup>(deprecated)</sup>
6613 queryLocalInterface(descriptor: string): IRemoteBroker
7459 ### queryLocalInterface<sup>(deprecated)</sup>
7463 queryLocalInterface(interface: string): IRemoteBroker
7516 … value only after the ability is connected asynchronously. Then, **queryLocalInterface()** of the …
7522 let broker: rpc.IRemoteBroker = proxy.queryLocalInterface("testObject");
7523 hilog.info(0x0000, 'testTag', 'RpcClient: queryLocalInterface is ' + broker);
9342 ### queryLocalInterface<sup>(deprecated)</sup>
9346 queryLocalInterface(descriptor: string): IRemoteBroker
9393 testRemoteObject.queryLocalInterface("testObject");
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/
H A Djs-apidiff-communication.md1416 …teObject;<br>方法or属性:queryLocalInterface(descriptor: string): IRemoteBroker;<br>旧版本信息:|类名:IRemoteOb…
1417 …teObject;<br>方法or属性:queryLocalInterface(descriptor: string): IRemoteBroker;<br>旧版本信息:|类名:RemoteObj…
1434 …moteProxy;<br>方法or属性:queryLocalInterface(interface: string): IRemoteBroker;<br>旧版本信息:|类名:RemotePro…
/ohos5.0/docs/en/release-notes/api-diff/v3.2-Release/
H A Djs-apidiff-communication.md1416 …: queryLocalInterface(descriptor: string): IRemoteBroker;<br>Old version: |Class name: IRemoteObje…
1417 …e: queryLocalInterface(descriptor: string): IRemoteBroker;<br>Old version: |Class name: RemoteObje…
1434 …me: queryLocalInterface(interface: string): IRemoteBroker;<br>Old version: |Class name: RemoteProx…