/ohos5.0/foundation/communication/ipc/ipc/native/test/unittest/common/ |
H A D | buffer_object_unittest.cpp | 62 BufferObject object; variable 77 BufferObject object; variable 98 BufferObject object; variable 114 BufferObject object; variable 134 BufferObject object; variable 149 BufferObject object; variable 170 BufferObject object; variable 186 BufferObject object; variable 216 BufferObject object; variable 230 BufferObject object; variable [all …]
|
H A D | ipc_object_proxy_unittest.cpp | 67 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 …]
|
H A D | dbinder_session_object_unittest.cpp | 127 …DBinderSessionObject object("testserviceName", "testserverDeviceId", STUB_INDEX, nullptr, TOKEN_ID… variable 140 …DBinderSessionObject object("testserviceName", "testserverDeviceId", STUB_INDEX, nullptr, TOKEN_ID… variable 153 …DBinderSessionObject object("testserviceName", "testserverDeviceId", STUB_INDEX, nullptr, TOKEN_ID… variable 166 …DBinderSessionObject object("testserviceName", "testserverDeviceId", STUB_INDEX, nullptr, TOKEN_ID… variable 179 …DBinderSessionObject object("testserviceName", "testserverDeviceId", STUB_INDEX, nullptr, TOKEN_ID… variable 192 …DBinderSessionObject object("testserviceName", "testserverDeviceId", STUB_INDEX, nullptr, TOKEN_ID… variable 205 …DBinderSessionObject object("testserviceName", "testserverDeviceId", STUB_INDEX, nullptr, TOKEN_ID… variable
|
H A D | process_skeleton_unittest.cpp | 59 sptr<IRemoteObject> object = new IPCObjectStub(u"testObject"); variable 75 sptr<IRemoteObject> object = new IPCObjectStub(u"testObject"); variable 93 sptr<IRemoteObject> object = new IPCObjectStub(u"testObject"); variable 111 sptr<IRemoteObject> object = new IPCObjectStub(str); variable 128 sptr<IRemoteObject> object = new IPCObjectStub(str); variable 145 sptr<IRemoteObject> object = new IPCObjectStub(str); variable 162 sptr<IRemoteObject> object = new IPCObjectStub(u"testObject"); variable
|
/ohos5.0/foundation/ability/ability_base/interfaces/inner_api/base/include/ |
H A D | base_interfaces.h | 31 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() 117 inline static ILong *Query(IInterface * object) /* [in] */ in Query() 130 inline static IFloat *Query(IInterface * object) /* [in] */ in Query() 169 inline static IArray *Query(IInterface * object) /* [in] */ in Query() 190 inline static IPacMap *Query(IInterface * object) in Query() 203 inline static IUserObject *Query(IInterface * object) in Query() [all …]
|
H A D | base_obj.h | 25 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()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/ |
H A D | web_object_event.h | 77 virtual void Confirm(void* object, int index) {}; in Confirm() 78 virtual void Cancel(void* object, int index) {}; in Cancel() 79 virtual int AddObject(void* object) in AddObject() 91 virtual void Deny(void* object, int index) {}; in Deny() 92 virtual int AddObject(void* object) in AddObject() 103 virtual int AddObject(void* object) in AddObject() 112 virtual bool IsHttpAuthInfoSaved(void* object, int index) in IsHttpAuthInfoSaved() 116 virtual void Cancel(void* object, int index) {}; in Cancel() 134 virtual int AddObject(void* object) in AddObject() 145 virtual int AddObject(void* object) in AddObject() [all …]
|
/ohos5.0/foundation/ability/ability_base/test/unittest/base/ |
H A D | base_object_test.cpp | 65 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
|
/ohos5.0/foundation/communication/ipc/ipc/native/test/fuzztest/core/bufferobject_fuzzer/ |
H A D | bufferobject_fuzzer.cpp | 30 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 …]
|
/ohos5.0/foundation/communication/ipc/services/dbinder/test/unittest/ |
H A D | dbinder_service_stub_unittest.cpp | 71 binder_uintptr_t object = BINDER_OBJECT; variable 86 binder_uintptr_t object = BINDER_OBJECT; variable 101 binder_uintptr_t object = BINDER_OBJECT; variable 116 binder_uintptr_t object = UINT_MAX; variable 132 binder_uintptr_t object = BINDER_OBJECT; variable 147 binder_uintptr_t object = BINDER_OBJECT; variable 162 binder_uintptr_t object = BINDER_OBJECT; variable 177 binder_uintptr_t object = BINDER_OBJECT; variable 192 binder_uintptr_t object = BINDER_OBJECT; variable 207 binder_uintptr_t object = UINT_MAX; variable [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_api_impl_bridge.cpp | 401 auto object = panda::ObjectRef::New(vm); in GetArkUINativeModule() local 2935 void ArkUINativeModule::RegisterRadioAttributes(Local<panda::ObjectRef> object, EcmaVM *vm) in RegisterRadioAttributes() 3257 void ArkUINativeModule::RegisterGridAttributes(Local<panda::ObjectRef> object, EcmaVM* vm) in RegisterGridAttributes() 3787 void ArkUINativeModule::RegisterLineAttributes(Local<panda::ObjectRef> object, EcmaVM* vm) in RegisterLineAttributes() 3801 void ArkUINativeModule::RegisterPathAttributes(Local<panda::ObjectRef> object, EcmaVM *vm) in RegisterPathAttributes() 3941 void ArkUINativeModule::RegisterMenuAttributes(Local<panda::ObjectRef> object, EcmaVM* vm) in RegisterMenuAttributes() 3975 void ArkUINativeModule::RegisterTabAttributes(Local<panda::ObjectRef> object, EcmaVM* vm) in RegisterTabAttributes() 4142 void ArkUINativeModule::RegisterFormAttributes(Local<panda::ObjectRef> object, EcmaVM* vm) in RegisterFormAttributes() 4769 void ArkUINativeModule::RegisterRectAttributes(Local<panda::ObjectRef> object, EcmaVM* vm) in RegisterRectAttributes() 4923 void ArkUINativeModule::RegisterListAttributes(Local<panda::ObjectRef> object, EcmaVM* vm) in RegisterListAttributes() [all …]
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/extend_resource_manager_proxy_test/ |
H A D | extend_resource_manager_proxy_test.cpp | 62 sptr<IRemoteObject> object; variable 84 sptr<IRemoteObject> object; variable 106 sptr<IRemoteObject> object; variable 124 sptr<IRemoteObject> object; variable 146 sptr<IRemoteObject> object; variable 163 sptr<IRemoteObject> object; variable 181 sptr<IRemoteObject> object; variable 200 sptr<IRemoteObject> object; variable
|
/ohos5.0/commonlibrary/ets_utils/js_sys_module/process/ |
H A D | native_module_process.cpp | 269 Process object; variable 275 Process object; variable 281 Process object; variable 287 Process object; variable 293 Process object; variable 299 Process object; variable 305 Process object; variable 320 Process object; in Chdir() local 329 Process object; variable 338 Process object; variable [all …]
|
/ohos5.0/foundation/communication/ipc/ipc/native/src/jni/source/ |
H A D | ohos_rpc_message_parcel.cpp | 65 MessageParcel *JavaOhosRpcMessageParcelGetNative(JNIEnv *env, jobject object) in JavaOhosRpcMessageParcelGetNative() 76 sptr<Ashmem> Java_ohos_rpc_Ashmem_getSptrAshmem(JNIEnv *env, jobject object, jlong id) in Java_ohos_rpc_Ashmem_getSptrAshmem() 188 jobject JNICALL Java_ohos_rpc_MessageParcel_nativeReadRemoteObject(JNIEnv *env, jobject object) in Java_ohos_rpc_MessageParcel_nativeReadRemoteObject() 227 jobject JNICALL Java_ohos_rpc_MessageParcel_nativeReadFileDescriptor(JNIEnv *env, jobject object) in Java_ohos_rpc_MessageParcel_nativeReadFileDescriptor() 250 …olean JNICALL Java_ohos_rpc_MessageParcel_nativeContainFileDescriptors(JNIEnv *env, jobject object) in Java_ohos_rpc_MessageParcel_nativeContainFileDescriptors() 298 jobject JNICALL Java_ohos_rpc_MessageParcel_nativeReadInterfaceToken(JNIEnv *env, jobject object) in Java_ohos_rpc_MessageParcel_nativeReadInterfaceToken() 375 jint JNICALL Java_ohos_rpc_MessageParcel_nativeGetRawDataCapacity(JNIEnv *env, jobject object) in Java_ohos_rpc_MessageParcel_nativeGetRawDataCapacity() 389 void JavaOhosRpcMessageOptionSetNativeObjectOwner(JNIEnv *env, jobject object, jboolean value) in JavaOhosRpcMessageOptionSetNativeObjectOwner() 488 jboolean JNICALL Java_ohos_rpc_MessageParcel_nativeWriteAshmem(JNIEnv *env, jobject object, jlong i… in Java_ohos_rpc_MessageParcel_nativeWriteAshmem() 512 jlong JNICALL Java_ohos_rpc_MessageParcel_nativeReadAshmem(JNIEnv *env, jobject object) in Java_ohos_rpc_MessageParcel_nativeReadAshmem() [all …]
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/ |
H A D | js_data_struct_converter.cpp | 29 napi_value object = nullptr; in CreateJsWantObject() local 48 napi_value object = nullptr; in CreateJsAbilityInfo() local 60 napi_value object = nullptr; in CreateJsApplicationInfo() local 72 napi_value object = nullptr; in CreateJsLaunchParam() local 86 napi_value object = nullptr; in CreateJsConfiguration() local 133 napi_value object = nullptr; in CreateJsExtensionAbilityInfo() local 145 napi_value object = nullptr; in CreateJsHapModuleInfo() local
|
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/ipc/inc/ |
H A D | user_auth_callback_proxy.h | 28 …explicit UserAuthCallbackProxy(const sptr<IRemoteObject> &object) : IRemoteProxy<UserAuthCallbackI… in UserAuthCallbackProxy() 42 explicit GetExecutorPropertyCallbackProxy(const sptr<IRemoteObject> &object) in GetExecutorPropertyCallbackProxy() 56 explicit SetExecutorPropertyCallbackProxy(const sptr<IRemoteObject> &object) in SetExecutorPropertyCallbackProxy()
|
H A D | user_idm_callback_proxy.h | 29 …explicit IdmCallbackProxy(const sptr<IRemoteObject> &object) : IRemoteProxy<IdmCallbackInterface>(… in IdmCallbackProxy() 43 explicit IdmGetCredentialInfoProxy(const sptr<IRemoteObject> &object) in IdmGetCredentialInfoProxy() 57 explicit IdmGetSecureUserInfoProxy(const sptr<IRemoteObject> &object) in IdmGetSecureUserInfoProxy()
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/continuation_test/remote_register_service_test/remote_register_service_proxy_test/ |
H A D | remote_register_service_proxy_test.cpp | 117 sptr<MockRegisterService> object = new (std::nothrow) MockRegisterService(); variable 139 sptr<MockRegisterService> object = new (std::nothrow) MockRegisterService(); variable 161 sptr<MockRegisterService> object = nullptr; variable 183 sptr<MockRegisterService> object = new (std::nothrow) MockRegisterService(); variable 205 sptr<MockRegisterService> object = new (std::nothrow) MockRegisterService(); variable 229 sptr<MockRegisterService> object = new (std::nothrow) MockRegisterService(); variable 252 sptr<MockRegisterService> object = new (std::nothrow) MockRegisterService(); variable 274 sptr<MockRegisterService> object = new (std::nothrow) MockRegisterService(); variable 293 sptr<MockRegisterService> object = nullptr; variable 374 sptr<MockRegisterService> object = nullptr; variable [all …]
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/ability_constant/ |
H A D | ability_constant_module.cpp | 32 static napi_status SetEnumItem(napi_env env, napi_value object, const char* name, int32_t value) in SetEnumItem() 51 napi_value object; in InitLaunchReasonObject() local 70 napi_value object; in InitLastExitReasonObject() local 89 napi_value object; in InitOnContinueResultObject() local 101 napi_value object; in InitContinueStateObject() local 113 napi_value object; in InitWindowModeObject() local 129 napi_value object; in InitOnSaveResultEnum() local 145 napi_value object; in InitStateTypeEnum() local 156 napi_value object; in InitMemoryLevelObject() local
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/ |
H A D | intf_attachment_container.h | 55 bool Attach(const T& object) in Attach() 64 bool Attach(const T& object, const U& dataContext) in Attach() 79 bool Attach(IContainer::SizeType pos, const T& object, const U& dataContext) in Attach() 88 bool Detach(const T& object) in Detach()
|
/ohos5.0/base/print/print_fwk/interfaces/kits/napi/print_napi/src/ |
H A D | print_module.cpp | 98 napi_value object = nullptr; in NapiCreateDirectionModeEnum() local 112 napi_value object = nullptr; in NapiCreateColorModeEnum() local 125 napi_value object = nullptr; in NapiCreateDuplexModeEnum() local 139 napi_value object = nullptr; in NapiCreateQualityEnum() local 153 napi_value object = nullptr; in NapiCreateOrientationEnum() local 171 napi_value object = nullptr; in NapiCreatePageTypeEnum() local 194 napi_value object = nullptr; in NapiCreateDocumentAdapterStateEnum() local 210 napi_value object = nullptr; in NapiCreateFileCreationStateEnum() local 225 napi_value object = nullptr; in NapiCreatePrinterStateEnum() local 242 napi_value object = nullptr; in NapiCreatePrintJobStateEnum() local [all …]
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/napi_module/ability_constant/ |
H A D | ability_constant_module.cpp | 31 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 65 napi_value object; in InitLastExitReasonObject() local 83 napi_value object; in InitOnContinueResultObject() local 95 napi_value object; in InitWindowModeObject() local 110 napi_value object; in InitOnSaveResultEnum() local 124 napi_value object; in InitStateTypeEnum() local 133 napi_value object; in InitMemoryLevelObject() local
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/interfaces/ |
H A D | native_node_napi_test.cpp | 79 …void* object = OH_ArkUI_QueryModuleInterfaceByName(static_cast<ArkUI_NativeAPIVariantKind>(-1), ""… variable 90 void* object = OH_ArkUI_QueryModuleInterfaceByName(ARKUI_NATIVE_NODE, ""); variable 101 void* object = OH_ArkUI_QueryModuleInterfaceByName(ARKUI_NATIVE_DIALOG, ""); variable 112 void* object = OH_ArkUI_QueryModuleInterfaceByName(ARKUI_NATIVE_GESTURE, ""); variable 123 void* object = OH_ArkUI_QueryModuleInterfaceByName(ARKUI_NATIVE_ANIMATE, ""); variable 134 void* object = OH_ArkUI_QueryModuleInterfaceByName( variable
|
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/data/ |
H A D | file.cpp | 35 auto object = std::get<std::shared_ptr<Object>>(value); in File() local 60 auto object = std::get<std::shared_ptr<Object>>(value_); in SetUri() local 74 auto object = std::get<std::shared_ptr<Object>>(value_); in SetRemoteUri() local 83 auto object = std::get<std::shared_ptr<Object>>(value_); in SetDetails() local 98 auto object = std::get<std::shared_ptr<Object>>(value_); in InitObject() local
|
/ohos5.0/foundation/multimodalinput/input/util/napi/src/ |
H A D | util_napi_value.cpp | 27 napi_status SetNameProperty(const napi_env &env, napi_value &object, const std::string &name, bool … in SetNameProperty() 37 napi_status SetNameProperty(const napi_env &env, napi_value &object, const std::string &name, uint1… in SetNameProperty() 47 napi_status SetNameProperty(const napi_env &env, napi_value &object, const std::string &name, uint3… in SetNameProperty() 57 napi_status SetNameProperty(const napi_env &env, napi_value &object, const std::string &name, int32… in SetNameProperty() 67 napi_status SetNameProperty(const napi_env &env, napi_value &object, const std::string &name, float… in SetNameProperty() 77 napi_status SetNameProperty(const napi_env &env, napi_value &object, const std::string &name, doubl… in SetNameProperty() 152 bool GetNamePropertyBool(const napi_env &env, const napi_value &object, const std::string &name) in GetNamePropertyBool() 193 int32_t GetNamePropertyInt32(const napi_env &env, const napi_value &object, const std::string &name) in GetNamePropertyInt32() 211 int64_t GetNamePropertyInt64(const napi_env &env, const napi_value &object, const std::string &name) in GetNamePropertyInt64() 229 uint32_t GetNamePropertyUint32(const napi_env &env, const napi_value &object, const std::string &na… in GetNamePropertyUint32() [all …]
|