Home
last modified time | relevance | path

Searched defs:object (Results 876 - 900 of 1475) sorted by relevance

1...<<31323334353637383940>>...59

/foundation/communication/ipc/interfaces/innerkits/rust/src/cxx/
H A Dparcel_wrapper.cpp70 bool WriteRemoteObject(MessageParcel &msgParcel, std::unique_ptr<IRemoteObjectWrapper> object) in WriteRemoteObject() argument
H A Dremote_object_wrapper.cpp105 void DeathRecipientWrapper::OnRemoteDied(const OHOS::wptr<OHOS::IRemoteObject> &object) in OnRemoteDied() argument
/foundation/communication/ipc/ipc/test/moduletest/native/common/
H A Dipc_core_module_test.cpp125 sptr<IRemoteObject> object = saMgr->GetSystemAbility(IPC_TEST_SERVICE); in HWTEST_F() local
175 sptr<IRemoteObject> object = smp->GetSystemAbility(IPC_EXTRA_TEST_SERVICE); in HWTEST_F() local
212 sptr<IRemoteObject> object in HWTEST_F() local
249 sptr<IRemoteObject> object = saMgr->GetSystemAbility(IPC_TEST_SERVICE); HWTEST_F() local
283 sptr<IRemoteObject> object = saMgr->GetSystemAbility(IPC_TEST_SERVICE); HWTEST_F() local
319 sptr<IRemoteObject> object = saMgr->GetSystemAbility(IPC_TEST_SERVICE); HWTEST_F() local
350 sptr<IRemoteObject> object = saMgr->GetSystemAbility(IPC_TEST_SERVICE); HWTEST_F() local
384 sptr<IRemoteObject> object = saMgr->GetSystemAbility(IPC_TEST_SERVICE); HWTEST_F() local
425 sptr<IRemoteObject> object = saMgr->GetSystemAbility(IPC_TEST_SERVICE); HWTEST_F() local
462 sptr<IRemoteObject> object = saMgr->GetSystemAbility(IPC_TEST_SERVICE); HWTEST_F() local
492 sptr<IRemoteObject> object = saMgr->GetSystemAbility(IPC_TEST_SERVICE); HWTEST_F() local
521 sptr<IRemoteObject> object = saMgr->GetSystemAbility(IPC_TEST_SERVICE); HWTEST_F() local
544 sptr<IRemoteObject> object = saMgr->GetSystemAbility(IPC_TEST_SERVICE); HWTEST_F() local
615 sptr<IRemoteObject> object = saMgr->GetSystemAbility(IPC_TEST_SERVICE); HWTEST_F() local
647 sptr<IRemoteObject> object = saMgr->GetSystemAbility(IPC_TEST_SERVICE); HWTEST_F() local
713 sptr<IRemoteObject> object = saMgr->GetSystemAbility(IPC_TEST_SERVICE); HWTEST_F() local
758 sptr<IRemoteObject> object = saMgr->GetSystemAbility(IPC_TEST_SERVICE); HWTEST_F() local
811 sptr<IRemoteObject> object = saMgr->GetSystemAbility(IPC_TEST_SERVICE); HWTEST_F() local
846 sptr<IRemoteObject> object = saMgr->GetSystemAbility(IPC_TEST_SERVICE); HWTEST_F() local
[all...]
/foundation/communication/dsoftbus/sdk/bus_center/ipc/standard/src/
H A Dbus_center_server_proxy.cpp70 sptr<IRemoteObject> object = GetSystemAbility(); in BusCenterServerProxyInit() local
/foundation/communication/ipc/ipc/native/src/mock/include/
H A Ddbinder_base_invoker_interface.h181 template <class T> bool DBinderBaseInvoker<T>::SetRegistryObject(sptr<IRemoteObject> &object) in SetRegistryObject() argument
/foundation/communication/ipc/ipc/native/test/unittest/common/
H A Dipc_binder_databus_invoker_unittest.cpp117 IRemoteObject *object = nullptr; in HWTEST_F() local
131 sptr<IRemoteObject> object = testInvoker.UnflattenObject(data); in HWTEST_F() local
515 auto object = std::make_shared<DBinderSessionObject>(serviceName, serverDeviceId, 1, nullptr, 1); in HWTEST_F() local
533 IRemoteObject *object = nullptr; in HWTEST_F() local
H A Dipc_capi_remote_object_unittest.cpp182 sptr<IRemoteObject> object = saMgr->GetSystemAbility(IPC_TEST_SERVICE); in HWTEST_F() local
242 sptr<IRemoteObject> object = saMgr->GetSystemAbility(IPC_TEST_SERVICE); in HWTEST_F() local
H A Dipc_process_skeleton_unittest.cpp67 sptr<IRemoteObject> object = skeleton->GetRegistryObject(); in HWTEST_F() local
96 sptr<IRemoteObject> object = skeleton->FindOrNewObject(0); in HWTEST_F() local
138 sptr<IRemoteObject> object = nullptr; in HWTEST_F() local
153 sptr<IRemoteObject> object = new IPCObjectStub(u"test"); in HWTEST_F() local
219 auto object = skeleton->QueryObject(descriptor); in HWTEST_F() local
234 auto object = skeleton->QueryObject(descriptor); HWTEST_F() local
248 sptr<IRemoteObject> object = new IPCObjectStub(u"testObject"); HWTEST_F() local
361 auto object = std::make_shared<DBinderSessionObject>(name, deviceId, 1, nullptr, 1); HWTEST_F() local
381 auto object = std::make_shared<DBinderSessionObject>(name, deviceId, 1, nullptr, 1); HWTEST_F() local
403 auto object = std::make_shared<DBinderSessionObject>(name, deviceId, 1, nullptr, 1); HWTEST_F() local
428 auto object = std::make_shared<DBinderSessionObject>(name, deviceId, 1, nullptr, 1); HWTEST_F() local
450 auto object = std::make_shared<DBinderSessionObject>(name, deviceId, 1, nullptr, 1); HWTEST_F() local
470 std::shared_ptr<SocketThreadLockInfo> object = HWTEST_F() local
638 std::shared_ptr<SocketThreadLockInfo> object = HWTEST_F() local
705 std::shared_ptr<SocketThreadLockInfo> object = HWTEST_F() local
739 std::shared_ptr<SocketThreadLockInfo> object = nullptr; HWTEST_F() local
789 std::shared_ptr<SocketThreadLockInfo> object = HWTEST_F() local
931 sptr<IRemoteObject> object = new IPCObjectStub(u"bject"); HWTEST_F() local
955 sptr<IRemoteObject> object = new IPCObjectStub(u"bject"); HWTEST_F() local
1647 sptr<IRemoteObject> object = new IPCObjectStub(u"testObject"); HWTEST_F() local
1669 sptr<IRemoteObject> object = new IPCObjectStub(u"testObject"); HWTEST_F() local
1707 auto object = std::make_shared<DBinderSessionObject>(name, deviceId, 1, nullptr, 1); HWTEST_F() local
1731 auto object = std::make_shared<DBinderSessionObject>(name, deviceId, 1, nullptr, 1); HWTEST_F() local
[all...]
/foundation/communication/ipc/ipc/native/src/jni/source/
H A Dohos_rpc_message_parcel.cpp65 MessageParcel *JavaOhosRpcMessageParcelGetNative(JNIEnv *env, jobject object) in JavaOhosRpcMessageParcelGetNative() argument
76 sptr<Ashmem> Java_ohos_rpc_Ashmem_getSptrAshmem(JNIEnv *env, jobject object, jlong id) in Java_ohos_rpc_Ashmem_getSptrAshmem() argument
161 jboolean JNICALL Java_ohos_rpc_MessageParcel_nativeWriteRemoteObject(JNIEnv *env, jobject parcel, jobject object) in Java_ohos_rpc_MessageParcel_nativeWriteRemoteObject() argument
188 jobject JNICALL Java_ohos_rpc_MessageParcel_nativeReadRemoteObject(JNIEnv *env, jobject object) in Java_ohos_rpc_MessageParcel_nativeReadRemoteObject() argument
209 jboolean JNICALL Java_ohos_rpc_MessageParcel_nativeWriteFileDescriptor(JNIEnv *env, jobject object, jobject descriptor) in Java_ohos_rpc_MessageParcel_nativeWriteFileDescriptor() argument
227 jobject JNICALL Java_ohos_rpc_MessageParcel_nativeReadFileDescriptor(JNIEnv *env, jobject object) in Java_ohos_rpc_MessageParcel_nativeReadFileDescriptor() argument
250 Java_ohos_rpc_MessageParcel_nativeContainFileDescriptors(JNIEnv *env, jobject object) Java_ohos_rpc_MessageParcel_nativeContainFileDescriptors() argument
268 Java_ohos_rpc_MessageParcel_nativeWriteInterfaceToken(JNIEnv *env, jobject object, jstring name, jint len) Java_ohos_rpc_MessageParcel_nativeWriteInterfaceToken() argument
298 Java_ohos_rpc_MessageParcel_nativeReadInterfaceToken(JNIEnv *env, jobject object) Java_ohos_rpc_MessageParcel_nativeReadInterfaceToken() argument
316 Java_ohos_rpc_MessageParcel_nativeWriteRawData(JNIEnv *env, jobject object, jobject rawData, jint size) Java_ohos_rpc_MessageParcel_nativeWriteRawData() argument
338 Java_ohos_rpc_MessageParcel_nativeReadRawData(JNIEnv *env, jobject object, jint size) Java_ohos_rpc_MessageParcel_nativeReadRawData() argument
375 Java_ohos_rpc_MessageParcel_nativeGetRawDataCapacity(JNIEnv *env, jobject object) Java_ohos_rpc_MessageParcel_nativeGetRawDataCapacity() argument
389 JavaOhosRpcMessageOptionSetNativeObjectOwner(JNIEnv *env, jobject object, jboolean value) JavaOhosRpcMessageOptionSetNativeObjectOwner() argument
400 Java_ohos_rpc_MessageParcel_nativeNewObject(JNIEnv *env, jobject object, jlong nativeObject) Java_ohos_rpc_MessageParcel_nativeNewObject() argument
439 Java_ohos_rpc_MessageParcel_nativeFreeObject(JNIEnv *env, jobject object, jlong nativeObject) Java_ohos_rpc_MessageParcel_nativeFreeObject() argument
450 Java_ohos_rpc_MessageParcel_nativeCloseFileDescriptor(JNIEnv *env, jobject object, jobject descriptor) Java_ohos_rpc_MessageParcel_nativeCloseFileDescriptor() argument
467 Java_ohos_rpc_MessageParcel_nativeDupFileDescriptor(JNIEnv *env, jobject object, jobject descriptor) Java_ohos_rpc_MessageParcel_nativeDupFileDescriptor() argument
488 Java_ohos_rpc_MessageParcel_nativeWriteAshmem(JNIEnv *env, jobject object, jlong id) Java_ohos_rpc_MessageParcel_nativeWriteAshmem() argument
512 Java_ohos_rpc_MessageParcel_nativeReadAshmem(JNIEnv *env, jobject object) Java_ohos_rpc_MessageParcel_nativeReadAshmem() argument
537 Java_ohos_rpc_MessageParcel_nativeReleaseAshmem(JNIEnv *env, jobject object, jlong id) Java_ohos_rpc_MessageParcel_nativeReleaseAshmem() argument
[all...]
/foundation/communication/ipc/ipc/native/src/core/source/
H A Ddbinder_callback_stub.cpp93 sptr<IRemoteObject> object = IPCProcessSkeleton::GetCurrent()->GetSAMgrObject(); in ProcessProto() local
197 bool DBinderCallbackStub::Marshalling(Parcel &parcel, const sptr<IRemoteObject> &object) in Marshalling() argument
280 sptr<IRemoteObject> object = IPCProcessSkeleton::GetCurrent()->GetSAMgrObject(); in GetAndSaveDBinderData() local
H A Ddatabus_socket_listener.cpp271 sptr<IRemoteObject> object = current->GetSAMgrObject(); in RemoveSessionName() local
H A Dipc_thread_skeleton.cpp253 IRemoteInvoker *IPCThreadSkeleton::GetProxyInvoker(IRemoteObject *object) in GetProxyInvoker() argument
/foundation/communication/ipc/ipc/test/auxiliary/native/src/
H A Dassist_test_service.cpp20 AssistTestServiceProxy::AssistTestServiceProxy(const sptr<IRemoteObject>& object) in AssistTestServiceProxy() argument
/foundation/communication/ipc/services/dbinder/test/unittest/
H A Ddbinder_service_unittest.cpp292 sptr<IRemoteObject> object = nullptr; in HWTEST_F() local
307 sptr<IRemoteObject> object = nullptr; in HWTEST_F() local
881 sptr<IRemoteObject> object = new IPCObjectProxy(16); in HWTEST_F() local
902 sptr<IRemoteObject> object = new IPCObjectProxy(16); HWTEST_F() local
922 sptr<IRemoteObject> object = new IPCObjectProxy(16); HWTEST_F() local
942 sptr<IRemoteObject> object = new IPCObjectProxy(100); HWTEST_F() local
956 sptr<IRemoteObject> object = new IPCObjectProxy(20); HWTEST_F() local
986 sptr<IRemoteObject> object = new IPCObjectProxy(16); HWTEST_F() local
1073 sptr<IRemoteObject> object = new IPCObjectProxy(16); HWTEST_F() local
1409 std::shared_ptr<struct SessionInfo> object = nullptr; HWTEST_F() local
[all...]
/foundation/deviceprofile/device_info_manager/old/interfaces/innerkits/core/src/
H A Ddistributed_device_profile_client.cpp311 auto object = samgrProxy->CheckSystemAbility(DISTRIBUTED_DEVICE_PROFILE_SA_ID); in GetDeviceProfileService() local
/foundation/communication/netmanager_ext/frameworks/native/vpnextension/src/
H A Djs_vpn_extension_context.cpp178 napi_value object = CreateJsExtensionContext(env, context, abilityInfo); in CreateJsVpnExtensionContext() local
/foundation/communication/netstack/frameworks/js/napi/fetch/fetch_exec/src/
H A Dfetch_exec.cpp141 napi_value object = NapiUtils::CreateObject(context->GetEnv()); in MakeResponse() local
/foundation/deviceprofile/device_info_manager/radar/src/
H A Ddp_radar_helper.cpp1087 cJSON* object = cJSON_CreateString(udid.c_str()); in GetPeerUdidList() local
1130 cJSON* object = cJSON_CreateString(udid.c_str()); in GetPeerUdidList() local
1173 cJSON* object = cJSON_CreateString(udid.c_str()); in GetPeerUdidList() local
1216 cJSON* object = cJSON_CreateString(udid.c_str()); GetPeerUdidList() local
[all...]
/foundation/communication/wifi/wifi/frameworks/js/napi/src/
H A Dwifi_napi_p2p.cpp304 static void JsObjToP2pConfig(const napi_env& env, const napi_value& object, WifiP2pConfig& config) in JsObjToP2pConfig() argument
H A Dwifi_napi_hotspot.cpp109 static bool GetHotspotconfigFromJs(const napi_env& env, const napi_value& object, HotspotConfig& config) in GetHotspotconfigFromJs() argument
270 static void JsObjToStationInfo(const napi_env& env, const napi_value& object, StationInf argument
[all...]
/foundation/communication/netmanager_ext/test/vpnmanager/unittest/sys_vpn_manager_test/
H A Dnetworkvpn_service_test.cpp447 IRemoteObject *object = result.GetRefPtr(); in HWTEST_F() local
/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_hotspot_impl.cpp66 sptr<IRemoteObject> object = sa_mgr->GetSystemAbility(systemAbilityId_); in GetWifiHotspotProxy() local
/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/test/fuzztest/objectstore_fuzzer/
H A Dobjectstore_fuzzer.cpp46 DistributedObject *object = nullptr; in SetUpTestCase() local
268 DistributedObject *object = nullptr; in CreateObjectV9Fuzz() local
298 DistributedObject *object in GetFuzz() local
[all...]
/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/src/adaptor/
H A Djs_distributedobjectstore.cpp188 DistributedObject *object = objectInfo->CreateObject(sessionId, result); in JSCreateObjectSync() local
104 NewDistributedObject( napi_env env, DistributedObjectStore *objectStore, DistributedObject *object, const std::string &objectId) NewDistributedObject() argument
[all...]
H A Djs_watcher.cpp28 JSWatcher::JSWatcher(const napi_env env, DistributedObjectStore *objectStore, DistributedObject *object) in JSWatcher() argument
342 ChangeEventListener( std::weak_ptr<JSWatcher> watcher, DistributedObjectStore *objectStore, DistributedObject *object) ChangeEventListener() argument

Completed in 21 milliseconds

1...<<31323334353637383940>>...59