Home
last modified time | relevance | path

Searched defs:callbackStub (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/base/location/test/fuzztest/locator/locatorbackgroundproxy_fuzzer/
H A Dlocatorbackgroundproxy_fuzzer.cpp63 sptr<ILocatorCallback> callbackStub = in LocatorBackgroundProxyFuzzerTest() local
/ohos5.0/base/location/test/location_locator/source/
H A Dlocation_without_permission_test.cpp108 sptr<ILocatorCallback> callbackStub = new (std::nothrow) LocatorCallbackStub(); variable
207 sptr<ILocatorCallback> callbackStub = new (std::nothrow) LocatorCallbackStub(); variable
H A Dlocator_service_test.cpp1967 sptr<ILocatorCallback> callbackStub = new (std::nothrow) LocatorCallbackStub(); variable
/ohos5.0/foundation/communication/ipc/services/dbinder/test/unittest/
H A Ddbinder_service_stub_unittest.cpp486 sptr<IPCObjectStub> callbackStub = new (std::nothrow) IPCObjectStub(u"testStub"); variable
507 sptr<IPCObjectStub> callbackStub = new (std::nothrow) IPCObjectStub(u"testStub"); variable
629 sptr<IPCObjectStub> callbackStub = new (std::nothrow) IPCObjectStub(u"testStub"); variable
650 sptr<IPCObjectStub> callbackStub = new (std::nothrow) IPCObjectStub(u"testStub"); variable
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/child_process/src/
H A Dnative_child_process.cpp91 …sptr<IRemoteObject> callbackStub(new (std::nothrow) NativeChildCallback(OnNativeChildProcessStarte… in OH_Ability_CreateNativeChildProcess() local
/ohos5.0/base/request/request/services/src/cxx/
H A Dnetwork.cpp191 sptr<RequestNetCallbackStub> callbackStub = sptr<RequestNetCallbackStub>::MakeSptr( in RegisterNetworkChange() local
/ohos5.0/base/print/print_fwk/frameworks/innerkitsimpl/print_impl/src/
H A Dprint_manager_client.cpp720 sptr<PrintExtensionCallbackStub> callbackStub = nullptr; in RegisterExtCallback() local
751 sptr<PrintExtensionCallbackStub> callbackStub = nullptr; in RegisterExtCallback() local
782 sptr<PrintExtensionCallbackStub> callbackStub = nullptr; in RegisterExtCallback() local
813 sptr<PrintExtensionCallbackStub> callbackStub = nullptr; in RegisterExtCallback() local
/ohos5.0/foundation/communication/ipc/ipc/native/src/core/source/
H A Dipc_object_proxy.cpp794 …sptr<IPCObjectStub> callbackStub = new (std::nothrow) IPCObjectStub(u"DbinderDeathRecipient" + rem… in AddDbinderDeathRecipient() local
837 sptr<IPCObjectStub> callbackStub = current->DetachCallbackStub(this); in RemoveDbinderDeathRecipient() local
H A Dipc_process_skeleton.cpp1194 … IPCProcessSkeleton::AttachCallbackStub(IPCObjectProxy *ipcProxy, sptr<IPCObjectStub> callbackStub) in AttachCallbackStub()
1227 sptr<IPCObjectProxy> IPCProcessSkeleton::QueryCallbackProxy(IPCObjectStub *callbackStub) in QueryCallbackProxy()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/child_process_manager/
H A Dchild_process_manager.cpp147 const std::string &libName, const sptr<IRemoteObject> &callbackStub) in StartNativeChildProcessByAppSpawnFork()
/ohos5.0/base/location/test/location_manager/source/
H A Dlocator_ability_test.cpp224 sptr<ILocatorCallback> callbackStub = new (std::nothrow) LocatorCallbackStub(); variable
/ohos5.0/foundation/communication/ipc/ipc/native/test/fuzztest/core/ipcprocessskeleton_fuzzer/
H A Dipcprocessskeleton_fuzzer.cpp731 sptr<IPCObjectStub> callbackStub = new IPCObjectStub(u"stubTest"); in AttachToDetachCallbackStubTest() local