Home
last modified time | relevance | path

Searched defs:object (Results 1 – 25 of 901) sorted by relevance

12345678910>>...37

/foundation/communication/ipc/ipc/native/test/unittest/common/
Dbuffer_object_unittest.cpp60 BufferObject object; variable
75 BufferObject object; variable
92 BufferObject object; variable
108 BufferObject object; variable
123 BufferObject object; variable
140 BufferObject object; variable
156 BufferObject object; variable
170 BufferObject object; variable
185 BufferObject object; variable
200 BufferObject object; variable
[all …]
Dipc_object_proxy_unittest.cpp67 IPCObjectProxy object(1); variable
80 IPCObjectProxy object(1); variable
97 IPCObjectProxy object(1); variable
127 IPCObjectProxy object(1); variable
140 IPCObjectProxy object(1); variable
153 IPCObjectProxy object(1); variable
166 IPCObjectProxy object(1); variable
179 IPCObjectProxy object(1); variable
192 IPCObjectProxy object(0); variable
205 IPCObjectProxy object(1); variable
[all …]
Ddbinder_session_object_unittest.cpp66 DBinderSessionObject object(nullptr, serviceName, serverDeviceId, 1, nullptr, 1); variable
83 DBinderSessionObject object(sessionMock, serviceName, serverDeviceId, 1, nullptr, 1); variable
106 DBinderSessionObject object(sessionMock, serviceName, serverDeviceId, 1, nullptr, 1); variable
122 DBinderSessionObject object(session, serviceName, serverDeviceId, 1, nullptr, 1); variable
139 DBinderSessionObject object(session, serviceName, serverDeviceId, 1, nullptr, 1); variable
157 DBinderSessionObject object(session, serviceName, serverDeviceId, 1, nullptr, 1); variable
173 DBinderSessionObject object(session, serviceName, serverDeviceId, 1, nullptr, 1); variable
189 DBinderSessionObject object(sessionMock, serviceName, serverDeviceId, 1, nullptr, 1); variable
Diremote_object_unitest.cpp57 IPCObjectProxy object(1); variable
70 sptr<IRemoteObject> object = new IPCObjectProxy(16); variable
83 sptr<IRemoteObject> object = new IPCObjectProxy(0); variable
/foundation/ability/ability_base/interfaces/inner_api/base/include/
Dbase_interfaces.h31 inline static IInterface *Query(IInterface * object) /* [in] */ in Query()
52 inline static IBoolean *Query(IInterface * object) /* [in] */ in Query()
65 inline static IChar *Query(IInterface * object) /* [in] */ in Query()
78 inline static IByte *Query(IInterface * object) /* [in] */ in Query()
91 inline static IShort *Query(IInterface * object) /* [in] */ in Query()
104 inline static IInteger *Query(IInterface * object) /* [in] */ in Query()
117 inline static ILong *Query(IInterface * object) /* [in] */ in Query()
130 inline static IFloat *Query(IInterface * object) /* [in] */ in Query()
143 inline static IDouble *Query(IInterface * object) /* [in] */ in Query()
156 inline static IString *Query(IInterface * object) /* [in] */ in Query()
[all …]
Dbase_object.h25 inline static IObject *Query(IInterface & object) /* [in] */ in Query()
41 inline static IWeakReference *Query(IInterface * object) /* [in] */ in Query()
55 inline static IWeakReferenceSource *Query(IInterface * object) /* [in] */ in Query()
/foundation/ability/ability_base/test/unittest/base/
Dbase_object_test.cpp65 Object object; variable
79 Object object; variable
93 Object object; variable
107 Object object; variable
121 Object object; variable
136 Object object; variable
148 std::shared_ptr<Object> object = std::make_shared<Object>(); variable
160 Object object; variable
171 std::shared_ptr<Object> object = std::make_shared<Object>(); variable
187 std::shared_ptr<Object> object = std::make_shared<Object>(); variable
/foundation/communication/ipc/ipc/native/test/fuzztest/core/bufferobject_fuzzer/
Dbufferobject_fuzzer.cpp30 BufferObject object; in GetSendBufferAndLockTest() local
45 BufferObject object; in GetReceiveBufferAndLockTest() local
59 BufferObject object; in ReleaseSendBufferLockTest() local
69 BufferObject object; in ReleaseReceiveBufferLockTest() local
79 BufferObject object; in GetReceiveBufferWriteCursorTest() local
93 BufferObject object; in SetReceiveBufferWriteCursorTest() local
103 BufferObject object; in GetReceiveBufferReadCursorTest() local
116 BufferObject object; in SetReceiveBufferReadCursorTest() local
127 BufferObject object; in GetSendBufferWriteCursorTest() local
140 BufferObject object; in SetSendBufferWriteCursorTest() local
[all …]
/foundation/ability/form_fwk/frameworks/js/napi/form_info/
Djs_form_info.cpp28 NativeObject* object = ConvertNativeValueTo<NativeObject>(objValue); in CreateJsFormType() local
38 NativeObject* object = ConvertNativeValueTo<NativeObject>(objValue); in CreateJsColorMode() local
48 NativeObject* object = ConvertNativeValueTo<NativeObject>(objValue); in CreateJsFormState() local
58 NativeObject* object = ConvertNativeValueTo<NativeObject>(objValue); in CreateJsFormParam() local
78 NativeObject* object = ConvertNativeValueTo<NativeObject>(objValue); in CreateJsFormDimension() local
90 NativeObject* object = ConvertNativeValueTo<NativeObject>(objValue); in CreateJsFormVisibilityType() local
100 NativeObject* object = ConvertNativeValueTo<NativeObject>(objValue); in CreateJsFormLaunchReason() local
114 NativeObject* object = ConvertNativeValueTo<NativeObject>(exportObj); in FormInfoInit() local
/foundation/communication/ipc/ipc/native/src/jni/source/
Dohos_rpc_message_parcel.cpp63 MessageParcel *JavaOhosRpcMessageParcelGetNative(JNIEnv *env, jobject object) in JavaOhosRpcMessageParcelGetNative()
70 sptr<Ashmem> Java_ohos_rpc_Ashmem_getSptrAshmem(JNIEnv *env, jobject object, jlong id) in Java_ohos_rpc_Ashmem_getSptrAshmem()
147 …LL Java_ohos_rpc_MessageParcel_nativeWriteRemoteObject(JNIEnv *env, jobject parcel, jobject object) in Java_ohos_rpc_MessageParcel_nativeWriteRemoteObject()
170 jobject JNICALL Java_ohos_rpc_MessageParcel_nativeReadRemoteObject(JNIEnv *env, jobject object) in Java_ohos_rpc_MessageParcel_nativeReadRemoteObject()
187 jboolean JNICALL Java_ohos_rpc_MessageParcel_nativeWriteFileDescriptor(JNIEnv *env, jobject object,… in Java_ohos_rpc_MessageParcel_nativeWriteFileDescriptor()
205 jobject JNICALL Java_ohos_rpc_MessageParcel_nativeReadFileDescriptor(JNIEnv *env, jobject object) in Java_ohos_rpc_MessageParcel_nativeReadFileDescriptor()
228 …olean JNICALL Java_ohos_rpc_MessageParcel_nativeContainFileDescriptors(JNIEnv *env, jobject object) in Java_ohos_rpc_MessageParcel_nativeContainFileDescriptors()
246 jboolean JNICALL Java_ohos_rpc_MessageParcel_nativeWriteInterfaceToken(JNIEnv *env, jobject object,… in Java_ohos_rpc_MessageParcel_nativeWriteInterfaceToken()
272 jobject JNICALL Java_ohos_rpc_MessageParcel_nativeReadInterfaceToken(JNIEnv *env, jobject object) in Java_ohos_rpc_MessageParcel_nativeReadInterfaceToken()
290 jboolean JNICALL Java_ohos_rpc_MessageParcel_nativeWriteRawData(JNIEnv *env, jobject object, jobjec… in Java_ohos_rpc_MessageParcel_nativeWriteRawData()
[all …]
/foundation/communication/ipc/services/dbinder/test/unittest/
Ddbinder_service_stub_unittest.cpp64 binder_uintptr_t object = 11; variable
79 binder_uintptr_t object = 11; variable
94 binder_uintptr_t object = 11; variable
109 binder_uintptr_t object = 11; variable
124 binder_uintptr_t object = 11; variable
143 binder_uintptr_t object = 11; variable
166 binder_uintptr_t object = 11; variable
185 binder_uintptr_t object = 11; variable
205 binder_uintptr_t object = 11; variable
225 binder_uintptr_t object = 11; variable
[all …]
/foundation/ability/ability_runtime/test/unittest/continuation_test/remote_register_service_test/remote_register_service_proxy_test/
Dremote_register_service_proxy_test.cpp120 sptr<MockRegisterService> object = new (std::nothrow) MockRegisterService(); variable
142 sptr<MockRegisterService> object = new (std::nothrow) MockRegisterService(); variable
164 sptr<MockRegisterService> object = nullptr; variable
186 sptr<MockRegisterService> object = new (std::nothrow) MockRegisterService(); variable
208 sptr<MockRegisterService> object = new (std::nothrow) MockRegisterService(); variable
232 sptr<MockRegisterService> object = new (std::nothrow) MockRegisterService(); variable
255 sptr<MockRegisterService> object = new (std::nothrow) MockRegisterService(); variable
277 sptr<MockRegisterService> object = new (std::nothrow) MockRegisterService(); variable
296 sptr<MockRegisterService> object = nullptr; variable
315 sptr<MockRegisterService> object = new (std::nothrow) MockRegisterService(); variable
[all …]
/foundation/ability/ability_runtime/frameworks/js/napi/ability_constant/
Dability_constant_module.cpp32 static napi_status SetEnumItem(napi_env env, napi_value object, const char* name, int32_t value) in SetEnumItem()
49 napi_value object; in InitLaunchReasonObject() local
64 napi_value object; in InitLastExitReasonObject() local
82 napi_value object; in InitOnContinueResultObject() local
94 napi_value object; in InitContinueStateObject() local
105 napi_value object; in InitWindowModeObject() local
120 napi_value object; in InitOnSaveResultEnum() local
134 napi_value object; in InitStateTypeEnum() local
143 napi_value object; in InitMemoryLevelObject() local
/foundation/ability/ability_runtime/frameworks/simulator/napi_module/ability_constant/
Dability_constant_module.cpp31 static napi_status SetEnumItem(napi_env env, napi_value object, const char* name, int32_t value) in SetEnumItem()
48 napi_value object; in InitLaunchReasonObject() local
63 napi_value object; in InitLastExitReasonObject() local
81 napi_value object; in InitOnContinueResultObject() local
93 napi_value object; in InitWindowModeObject() local
108 napi_value object; in InitOnSaveResultEnum() local
122 napi_value object; in InitStateTypeEnum() local
131 napi_value object; in InitMemoryLevelObject() local
/foundation/barrierfree/accessibility/services/aams/test/mock/include/
Dmock_accessible_ability_manager_service_config_observer_proxy.h54 const sptr<IRemoteObject>& object) in MockAccessibleAbilityManagerCaptionObserverProxy()
63 const sptr<IRemoteObject>& object) in MockAccessibleAbilityManagerConfigObserverProxy()
72 const sptr<IRemoteObject>& object) in MockAccessibilityEnableAbilityListsObserverProxy()
/foundation/communication/ipc/services/dbinder/test/distributedtest/src/
Ddbinder_distributed_test.cpp140 sptr<IRemoteObject> object = manager_->GetSystemAbility(RPC_TEST_SERVICE, serverId_); variable
172 … sptr<IRemoteObject> object = manager_->GetSystemAbility(RPC_UNREGISTERED_TEST_SERVICE, serverId_); variable
193 sptr<IRemoteObject> object = manager_->GetSystemAbility(RPC_TEST_SERVICE, serverId_); variable
260 sptr<IRemoteObject> object = manager_->GetSystemAbility(RPC_TEST_SERVICE, serverId_); variable
295 sptr<IRemoteObject> object = manager_->GetSystemAbility(RPC_TEST_SERVICE, serverId_); variable
366 sptr<IRemoteObject> object = manager_->GetSystemAbility(RPC_TEST_SERVICE); variable
404 sptr<IRemoteObject> object = manager_->GetSystemAbility(RPC_TEST_SERVICE); variable
450 sptr<IRemoteObject> object = manager_->GetSystemAbility(RPC_TEST_SERVICE); variable
492 sptr<IRemoteObject> object = manager_->GetSystemAbility(RPC_TEST_SERVICE); variable
531 sptr<IRemoteObject> object = manager_->GetSystemAbility(RPC_TEST_SERVICE); variable
[all …]
/foundation/multimodalinput/input/util/common/src/
Dutil_napi_value.cpp28 napi_status SetNameProperty(const napi_env &env, napi_value &object, const std::string &name, bool … in SetNameProperty()
38 napi_status SetNameProperty(const napi_env &env, napi_value &object, const std::string &name, uint1… in SetNameProperty()
48 napi_status SetNameProperty(const napi_env &env, napi_value &object, const std::string &name, uint3… in SetNameProperty()
58 napi_status SetNameProperty(const napi_env &env, napi_value &object, const std::string &name, int32… in SetNameProperty()
68 napi_status SetNameProperty(const napi_env &env, napi_value &object, const std::string &name, float… in SetNameProperty()
78 napi_status SetNameProperty(const napi_env &env, napi_value &object, const std::string &name, doubl… in SetNameProperty()
88 napi_status SetNameProperty(const napi_env &env, napi_value &object, const std::string &name, int64… in SetNameProperty()
98 napi_status SetNameProperty(const napi_env &env, napi_value &object, const std::string &name, std::… in SetNameProperty()
109 …const napi_env &env, napi_value &object, const std::string &name, std::optional<KeyEvent::KeyItem>… in SetNameProperty()
123 …const napi_env &env, napi_value &object, const std::string &name, std::vector<KeyEvent::KeyItem> &… in SetNameProperty()
[all …]
/foundation/communication/ipc/ipc/test/auxiliary/native/src/
Dohos_rpc_test_testhelper.cpp51 JNIEnv *env, jobject object, jlong instance) in Java_ohos_rpc_test_TestHelper_nativeFreeInstance()
63 JNIEnv *env, jobject object) in Java_ohos_rpc_test_TestHelper_nativePrepareTestSuite()
81 JNIEnv *env, jobject object) in Java_ohos_rpc_test_TestHelper_nativeTearDownTestSuite()
99 JNIEnv *env, jobject object, jint appId, jint commandId) in Java_ohos_rpc_test_TestHelper_nativeStartTestApp()
117 JNIEnv *env, jobject object, jlong appId) in Java_ohos_rpc_test_TestHelper_nativeStopTestApp()
135 JNIEnv *env, jobject object, jint appId) in Java_ohos_rpc_test_TestHelper_nativeGetTestAppPid()
155 JNIEnv *env, jobject object) in Java_ohos_rpc_test_TestHelper_nativeGetUid()
176 JNIEnv *env, jobject object) in Java_ohos_rpc_test_TestHelper_nativeGetPid()
195 JNIEnv *env, jobject object, jstring string, jint length) in Java_ohos_rpc_test_TestHelper_nativeStartExecutable()
219 JNIEnv *env, jobject object, jstring string, jint length) in Java_ohos_rpc_test_TestHelper_nativeStopExecutable()
[all …]
/foundation/communication/ipc/ipc/native/src/c_wrapper/source/
Dc_remote_object.cpp85 void CDeathRecipient::OnRemoteDied(const wptr<IRemoteObject> &object) in OnRemoteDied()
93 bool IsValidRemoteObject(const CRemoteObject *object, const char *promot) in IsValidRemoteObject()
129 void RemoteObjectIncStrongRef(CRemoteObject *object) in RemoteObjectIncStrongRef()
138 void RemoteObjectDecStrongRef(CRemoteObject *object) in RemoteObjectDecStrongRef()
155 int RemoteObjectSendRequest(const CRemoteObject *object, uint32_t code, in RemoteObjectSendRequest()
201 bool AddDeathRecipient(CRemoteObject *object, CDeathRecipient *recipient) in AddDeathRecipient()
214 bool RemoveDeathRecipient(CRemoteObject *object, CDeathRecipient *recipient) in RemoveDeathRecipient()
229 bool IsProxyObject(CRemoteObject *object) in IsProxyObject()
238 int Dump(CRemoteObject *object, int fd, CParcel *parcel) in Dump()
254 bool IsObjectDead(CRemoteObject *object) in IsObjectDead()
[all …]
/foundation/arkui/ace_engine/test/unittest/core/common/rosen/
Drosen_test.cpp63 Platform::RSWindow object; variable
89 Platform::RSWindow object; variable
116 Platform::RSWindow object; variable
152 Platform::RSWindow object; variable
331 RSAssetManager object; variable
355 RSAssetManager object; variable
385 RSAssetManager object; variable
408 RSAssetManager object; variable
433 RSAssetManager object; variable
458 RSAssetManager object; variable
/foundation/ability/ability_runtime/test/unittest/continuation_test/remote_register_service_test/connect_callback_stub_test/
Dconnect_callback_stub_test.cpp87 sptr<MockConnectCallback> object = new (std::nothrow) MockConnectCallback(); variable
103 sptr<MockConnectCallback> object = new (std::nothrow) MockConnectCallback(); variable
119 sptr<MockConnectCallback> object = new (std::nothrow) MockConnectCallback(); variable
137 sptr<MockConnectCallback> object = new (std::nothrow) MockConnectCallback(); variable
156 sptr<MockConnectCallback> object = new (std::nothrow) MockConnectCallback(); variable
176 sptr<MockConnectCallback> object = new (std::nothrow) MockConnectCallback(); variable
195 sptr<MockConnectCallback> object = new (std::nothrow) MockConnectCallback(); variable
/foundation/communication/bluetooth/frameworks/js/napi/src/parser/
Dnapi_parser_utils.cpp28 static bool NapiIsObjectPropertyExist(napi_env env, napi_value object, const char *name) in NapiIsObjectPropertyExist()
44 napi_status NapiParseGattService(napi_env env, napi_value object, NapiGattService &outService) in NapiParseGattService()
116 napi_status NapiParseGattCharacteristic(napi_env env, napi_value object, NapiBleCharacteristic &out… in NapiParseGattCharacteristic()
149 napi_status NapiParseGattDescriptor(napi_env env, napi_value object, NapiBleDescriptor &outDescript… in NapiParseGattDescriptor()
177 napi_status NapiParseNotifyCharacteristic(napi_env env, napi_value object, NapiNotifyCharacteristic… in NapiParseNotifyCharacteristic()
199 napi_status NapiParseGattsServerResponse(napi_env env, napi_value object, NapiGattsServerResponse &… in NapiParseGattsServerResponse()
224 napi_status NapiParseObjectGattPermissions(napi_env env, napi_value object, const char *name, in NapiParseObjectGattPermissions()
248 napi_status NapiParseObjectGattProperties(napi_env env, napi_value object, const char *name, in NapiParseObjectGattProperties()
387 static napi_status NapiGetObjectProperty(napi_env env, napi_value object, const char *name, napi_va… in NapiGetObjectProperty()
401 napi_status NapiGetObjectProperty(napi_env env, napi_value object, const char *name, napi_value &ou… in NapiGetObjectProperty()
[all …]
/foundation/multimedia/av_codec/frameworks/native/capi/avmuxer/
Dnative_avmuxer.cpp40 struct AVMuxerObject *object = new(std::nothrow) AVMuxerObject(avmuxer); in OH_AVMuxer_Create() local
49 struct AVMuxerObject *object = reinterpret_cast<AVMuxerObject *>(muxer); in OH_AVMuxer_SetRotation() local
67 struct AVMuxerObject *object = reinterpret_cast<AVMuxerObject *>(muxer); in OH_AVMuxer_AddTrack() local
82 struct AVMuxerObject *object = reinterpret_cast<AVMuxerObject *>(muxer); in OH_AVMuxer_Start() local
102 struct AVMuxerObject *object = reinterpret_cast<AVMuxerObject *>(muxer); in OH_AVMuxer_WriteSample() local
123 struct AVMuxerObject *object = reinterpret_cast<AVMuxerObject *>(muxer); in OH_AVMuxer_Stop() local
/foundation/communication/ipc/ipc/native/src/core/source/
Diremote_broker.cpp48 BrokerDelegatorBase *object = reinterpret_cast<BrokerDelegatorBase *>(*it1); in ~BrokerRegistration() local
55 const BrokerDelegatorBase *object) in Register()
68 const BrokerDelegatorBase *object = reinterpret_cast<BrokerDelegatorBase *>(id); in Register() local
90 const BrokerDelegatorBase *object = reinterpret_cast<BrokerDelegatorBase *>(id); in Unregister() local
99 …rokerRegistration::NewInstance(const std::u16string &descriptor, const sptr<IRemoteObject> &object) in NewInstance()
/foundation/ability/ability_runtime/frameworks/js/napi/app/js_app_manager/
Djs_app_manager_utils.cpp36 NativeObject* object = ConvertNativeValueTo<NativeObject>(objValue); in CreateJsAppStateData() local
59 NativeObject* object = ConvertNativeValueTo<NativeObject>(objValue); in CreateJsAbilityStateData() local
86 NativeObject* object = ConvertNativeValueTo<NativeObject>(objValue); in CreateJsProcessData() local
130 NativeObject* object = ConvertNativeValueTo<NativeObject>(objValue); in CreateJsRunningProcessInfo() local
153 NativeObject *object = ConvertNativeValueTo<NativeObject>(objValue); in ApplicationStateInit() local
184 NativeObject *object = ConvertNativeValueTo<NativeObject>(objValue); in ProcessStateInit() local

12345678910>>...37