/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | hierarchy_controller.cpp | 121 if (auto object = GetValue(content->Content())) { in IterateHierarchy() local 133 … root, [&add](const IObject::Ptr& object) { return true; }, TraversalType::DEPTH_FIRST_POST_ORDER); in GetAllNodes() 145 IterateHierarchy(root, false, [this](const IObject::Ptr& object) { AttachHierarchy(object); }); in AttachHierarchy() 164 IterateHierarchy(root, true, [this](const IObject::Ptr& object) { DetachHierarchy(object); }); in DetachHierarchy() 180 auto object = operation.root_.lock(); in RunOperation() local
|
/ohos5.0/foundation/communication/ipc/ipc/native/src/jni/source/ |
H A D | ohos_rpc_remote_object.cpp | 246 sptr<JRemoteObject> JRemoteObjectHolder::Get(jobject object) in Get() 271 JDeathRecipient::JDeathRecipient(jobject object) in JDeathRecipient() 281 void JDeathRecipient::OnRemoteDied(const wptr<IRemoteObject> &object) in OnRemoteDied() 303 bool JDeathRecipient::Matches(jobject object) in Matches() 376 JRemoteProxyHolder *Java_ohos_rpc_getRemoteProxyHolder(JNIEnv *env, jobject object) in Java_ohos_rpc_getRemoteProxyHolder() 398 auto object = static_cast<JRemoteObject *>(tmp); in Java_ohos_rpc_getJavaRemoteObject() local 437 sptr<IRemoteObject> Java_ohos_rpc_getNativeRemoteObject(JNIEnv *env, jobject object) in Java_ohos_rpc_getNativeRemoteObject() 472 sptr<IRemoteObject> object = IPCSkeleton::GetContextObject(); in Java_ohos_rpc_IPCSkeleton_nativeGetContextObject() local 620 jint JNICALL Java_ohos_rpc_RemoteObject_nativeGetCallingPid(JNIEnv *env, jclass object) in Java_ohos_rpc_RemoteObject_nativeGetCallingPid() 636 jint JNICALL Java_ohos_rpc_RemoteObject_nativeGetCallingUid(JNIEnv *env, jclass object) in Java_ohos_rpc_RemoteObject_nativeGetCallingUid() [all …]
|
/aosp14/frameworks/base/core/jni/ |
H A D | android_util_FileObserver.cpp | 42 static jint android_os_fileobserver_init(JNIEnv* env, jobject object) in android_os_fileobserver_init() 51 static void android_os_fileobserver_observe(JNIEnv* env, jobject object, jint fd) in android_os_fileobserver_observe() 103 static void android_os_fileobserver_startWatching(JNIEnv* env, jobject object, jint fd, in android_os_fileobserver_startWatching() 129 static void android_os_fileobserver_stopWatching(JNIEnv* env, jobject object, in android_os_fileobserver_stopWatching()
|
H A D | android_net_LocalSocketImpl.cpp | 57 socket_connect_local(JNIEnv *env, jobject object, in socket_connect_local() 95 socket_bind_local (JNIEnv *env, jobject object, jobject fileDescriptor, in socket_bind_local() 185 static int socket_write_all(JNIEnv *env, jobject object, int fd, in socket_write_all() 239 static jint socket_read (JNIEnv *env, jobject object, jobject fileDescriptor) in socket_read() 272 static jint socket_readba (JNIEnv *env, jobject object, in socket_readba() 317 static void socket_write (JNIEnv *env, jobject object, in socket_write() 339 static void socket_writeba (JNIEnv *env, jobject object, in socket_writeba() 378 jobject object, jobject fileDescriptor) in socket_get_peer_credentials()
|
/ohos5.0/base/hiviewdfx/hitrace/interfaces/js/kits/napi/src/ |
H A D | napi_hitrace_util.cpp | 57 napi_status SetNamedProperty(const napi_env env, napi_value& object, in SetNamedProperty() 67 napi_value GetPropertyByName(const napi_env env, const napi_value& object, in GetPropertyByName() 142 void NapiHitraceUtil::SetPropertyInt32(const napi_env env, napi_value& object, in SetPropertyInt32() 149 void NapiHitraceUtil::SetPropertyInt64(const napi_env env, napi_value& object, in SetPropertyInt64() 156 void NapiHitraceUtil::SetPropertyBigInt64(const napi_env env, napi_value& object, in SetPropertyBigInt64() 163 uint32_t NapiHitraceUtil::GetPropertyInt32(const napi_env env, const napi_value& object, in GetPropertyInt32() 187 uint64_t NapiHitraceUtil::GetPropertyInt64(const napi_env env, const napi_value& object, in GetPropertyInt64() 211 uint64_t NapiHitraceUtil::GetPropertyBigInt64(const napi_env env, const napi_value& object, in GetPropertyBigInt64()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/ |
H A D | intf_object_flags.h | 103 void SetObjectFlags(const T& object, ObjectFlagBitsValue value, bool isSet) in SetObjectFlags() 112 ObjectFlagBitsValue GetObjectFlags(const T& object) in GetObjectFlags() 119 bool IsFlagSet(const T& object, ObjectFlagBitsValue value) in IsFlagSet()
|
H A D | intf_container.h | 54 IObject::Ptr object; ///< The object member 64 IObject::Ptr object; ///< The object member 287 bool Add(const T& object) in Add() 295 bool Insert(SizeType index, const T& object) in Insert() 343 if (const auto object = interface_pointer_cast<IObject>(child); container && object) { in ContainsObject() local
|
/ohos5.0/foundation/communication/netmanager_ext/frameworks/js/napi/netfirewall/src/context/ |
H A D | net_firewall_rule_parse.cpp | 118 void NetFirewallRuleParse::ParseRuleParams(napi_env env, napi_value object, const sptr<NetFirewallR… in ParseRuleParams() 146 void NetFirewallRuleParse::SetIpList(napi_env env, napi_value object, const std::string &propertyNa… in SetIpList() 167 void NetFirewallRuleParse::SetPortList(napi_env env, napi_value object, const std::string &property… in SetPortList() 182 void NetFirewallRuleParse::SetDomainList(napi_env env, napi_value object, const std::string &proper… in SetDomainList() 197 void NetFirewallRuleParse::SetRuleParams(napi_env env, napi_value object, const NetFirewallRule &ru… in SetRuleParams() 224 int32_t NetFirewallRuleParse::ParsePageParam(napi_env env, napi_value object, const sptr<RequestPar… in ParsePageParam()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/ |
H A D | attachment_container.cpp | 46 bool AttachmentContainer::Add(const IObject::Ptr& object) in Add() 51 bool AttachmentContainer::Insert(IContainer::SizeType index, const IObject::Ptr& object) in Insert() 103 const auto object = interface_pointer_cast<IObject>(attachment); in Attach() local 152 if (auto object = info.object) { in AddingToContainer() local 193 for (const auto& object : all) { in RemoveAllAttachments() local 207 bool AttachmentContainer::AlreadyAttached(const IObject::Ptr& object) in AlreadyAttached()
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/native_engine/jsi/ |
H A D | jsi.cpp | 48 void JSI::SetProperty(JSIValue object, JSIValue key, JSIValue value) in SetProperty() 328 JSIValue JSI::GetProperty(JSIValue object, JSIValue key) in GetProperty() 373 bool JSI::GetBooleanProperty(JSIValue object, const char * const propName) in GetBooleanProperty() 385 char *JSI::GetStringProperty(JSIValue object, const char * const propName) in GetStringProperty() 773 JSIValue JSI::GetPropertyByIndex(JSIValue object, uint32_t index) in GetPropertyByIndex() 784 JSIValue JSI::GetObjectKeys(JSIValue object) in GetObjectKeys() 848 void JSI::SetOnDestroy(JSIValue object, NativeCallback callback) in SetOnDestroy() 862 void JSI::SetOnDestroy(JSIValue object, JsiCallback callback) in SetOnDestroy() 867 void JSI::SetOnTerminate(JSIValue object, NativeCallback callback) in SetOnTerminate() 879 void JSI::SetOnTerminate(JSIValue object, JsiCallback callback) in SetOnTerminate() [all …]
|
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/ |
H A D | bundle_parser.cpp | 51 char *BundleParser::ParseValue(const cJSON *object, const char *key) in ParseValue() 65 cJSON *BundleParser::ParseValue(const cJSON *object, const char *key, cJSON *defaultValue) in ParseValue() 103 uint8_t BundleParser::ParsePermissions(const cJSON *object, Permissions &permissions) in ParsePermissions() 136 bool BundleParser::SetReqPermission(const cJSON *object, PermissionTrans *permission) in SetReqPermission() 211 cJSON *object = ParseValue(appObject, PROFILE_KEY_VERSION, nullptr); in ParseBundleParam() local 306 cJSON *object = ParseValue(moduleObject, PROFILE_KEY_REQPERMISSIONS, nullptr); in ParseHapProfile() local 338 cJSON *object = ParseValue(appObject, PROFILE_KEY_VERSION, nullptr); in ParseJsonInfo() local 384 cJSON *object = nullptr; in ParseDeviceConfig() local 416 cJSON *object = ParseValue(moduleObject, PROFILE_KEY_MODULE_DISTRO, nullptr); in ParseModuleInfo() local 487 cJSON *object = ParseValue(moduleObject, PROFILE_KEY_MODULE_METADATA, nullptr); in ParseModuleMetaData() local [all …]
|
/ohos5.0/base/telephony/call_manager/frameworks/js/napi/src/ |
H A D | napi_call_manager_utils.cpp | 180 napi_value NapiCallManagerUtils::GetNamedProperty(napi_env env, napi_value object, const std::strin… in GetNamedProperty() 187 std::string NapiCallManagerUtils::GetStringProperty(napi_env env, napi_value object, const std::str… in GetStringProperty() 204 int32_t NapiCallManagerUtils::GetIntProperty(napi_env env, napi_value object, const std::string &pr… in GetIntProperty() 220 napi_env env, napi_value object, const std::string &propertyName, int32_t &result) in GetUssdIntProperty() 235 napi_env env, napi_value object, const std::string &propertyName, std::string &result) in GetUssdStringProperty() 253 bool NapiCallManagerUtils::GetBoolProperty(napi_env env, napi_value object, const std::string &prop… in GetBoolProperty() 268 void NapiCallManagerUtils::SetPropertyInt32(napi_env env, napi_value object, std::string name, int3… in SetPropertyInt32() 275 void NapiCallManagerUtils::SetPropertyStringUtf8(napi_env env, napi_value object, std::string name,… in SetPropertyStringUtf8() 282 void NapiCallManagerUtils::SetPropertyBoolean(napi_env env, napi_value object, std::string name, in… in SetPropertyBoolean()
|
/ohos5.0/base/print/print_fwk/frameworks/helper/scan_helper/src/ |
H A D | napi_scan_utils.cpp | 43 bool NapiScanUtils::HasNamedProperty(napi_env env, napi_value object, const std::string &propertyNa… in HasNamedProperty() 50 napi_value NapiScanUtils::GetNamedProperty(napi_env env, napi_value object, const std::string &prop… in GetNamedProperty() 67 std::vector<std::string> NapiScanUtils::GetPropertyNames(napi_env env, napi_value object) in GetPropertyNames() 104 uint32_t NapiScanUtils::GetUint32Property(napi_env env, napi_value object, const std::string &prope… in GetUint32Property() 140 int32_t NapiScanUtils::GetInt32Property(napi_env env, napi_value object, const std::string &propert… in GetInt32Property() 149 void NapiScanUtils::SetInt32Property(napi_env env, napi_value object, const std::string &name, int3… in SetInt32Property() 191 napi_env env, napi_value object, const std::string &name, const std::string &value) in SetStringPropertyUtf8() 204 napi_value object = nullptr; in CreateArrayBuffer() local 230 napi_value object = nullptr; in CreateObject() local 291 bool NapiScanUtils::GetBooleanProperty(napi_env env, napi_value object, const std::string &property… in GetBooleanProperty() [all …]
|
/ohos5.0/commonlibrary/ets_utils/js_util_module/util/ |
H A D | native_module_util.cpp | 1154 Types* object = nullptr; in IsAnyArrayBuffer() local 1166 Types* object = nullptr; in IsArrayBufferView() local 1178 Types* object = nullptr; in IsArgumentsObject() local 1190 Types* object = nullptr; in IsArrayBuffer() local 1202 Types* object = nullptr; in IsAsyncFunction() local 1214 Types* object = nullptr; in IsBigInt64Array() local 1226 Types* object = nullptr; in IsBigUint64Array() local 1238 Types* object = nullptr; in IsBooleanObject() local 1250 Types* object = nullptr; in IsBoxedPrimitive() local 1262 Types* object = nullptr; in IsDataView() local [all …]
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_mgr_service_death_recipient_test/ |
H A D | bms_bundle_mgr_service_death_recipient_test.cpp | 52 const wptr<IRemoteObject> object; variable 65 const wptr<IRemoteObject> object; variable
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/continuation_test/remote_register_service_test/connect_callback_proxy_test/ |
H A D | connect_callback_proxy_test.cpp | 91 sptr<MockConnectCallback> object = new (std::nothrow) MockConnectCallback(); variable 111 sptr<MockConnectCallback> object = new (std::nothrow) MockConnectCallback(); variable 130 sptr<MockConnectCallback> object = new (std::nothrow) MockConnectCallback(); variable 150 sptr<MockConnectCallback> object = nullptr; variable
|
/ohos5.0/foundation/arkui/napi/interfaces/inner_api/cjffi/ark_interop/ |
H A D | ark_interop_object.cpp | 71 auto object = BIT_CAST(jobj, Local<ObjectRef>); in ARKTS_HasOwnProperty() local 82 auto object = BIT_CAST(jobj, Local<ObjectRef>); in ARKTS_EnumOwnProperties() local 96 auto object = BIT_CAST(jobj, Local<ObjectRef>); in ARKTS_DefineOwnProperty() local 117 auto object = BIT_CAST(jobj, Local<ObjectRef>); in ARKTS_DefineAccessors() local 137 auto object = BIT_CAST(jobj, Local<ObjectRef>); in ARKTS_SetProperty() local 151 auto object = BIT_CAST(jobj, Local<ObjectRef>); in ARKTS_GetProperty() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/ipc_core/ |
H A D | iremote_broker.cpp | 30 const BrokerDelegatorBase *object) in Register() 39 …rokerRegistration::NewInstance(const std::u16string &descriptor, const sptr<IRemoteObject> &object) in NewInstance()
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/color_manager/color_space_object_convertor/ |
H A D | js_color_space_utils.cpp | 28 napi_status BindNativeFunction(napi_env env, napi_value object, const char* name, in BindNativeFunction() 70 napi_value object = nullptr; in ColorSpaceTypeInit() local 91 napi_value object = nullptr; in CMErrorInit() local 116 napi_value object = nullptr; in CMErrorCodeInit() local
|
/aosp14/frameworks/base/core/java/android/util/ |
H A D | MapCollections.java | 129 public V setValue(V object) { in setValue() 171 public boolean add(Map.Entry<K, V> object) { in add() 224 public boolean remove(Object object) { in remove() 254 public boolean equals(@Nullable Object object) { in equals() 274 public boolean add(K object) { in add() 289 public boolean contains(Object object) { in contains() 309 public boolean remove(Object object) { in remove() 344 public boolean equals(@Nullable Object object) { in equals() 362 public boolean add(V object) { in add() 377 public boolean contains(Object object) { in contains() [all …]
|
/aosp14/frameworks/base/services/core/jni/gnss/ |
H A D | GnssMeasurementCallback.cpp | 265 void setMeasurementFields_V1_0(const T_Measurement& measurement, JavaObject& object) { in setMeasurementFields_V1_0() 296 void setMeasurementFields_V2_1(const T_Measurement& measurement, JavaObject& object) { in setMeasurementFields_V2_1() 318 void setClockFields_V1_0(const T_Clock& clock, JavaObject& object) { in setClockFields_V1_0() 353 void setClockFields_V2_1(const T_Clock& clock, JavaObject& object) { in setClockFields_V2_1() 366 void setElapsedRealtimeFields(const T_ElapsedRealtime& elapsedRealtime, JavaObject& object) { in setElapsedRealtimeFields() 411 JavaObject& object) { in translateSingleGnssMeasurement() 558 JavaObject object(env, class_gnssMeasurement, method_gnssMeasurementCtor); in translateAllGnssMeasurements() local 600 JavaObject& object) { in translateGnssClock() 707 JavaObject& object) { in translateGnssClock() 715 JavaObject& object) { in translateGnssClock() [all …]
|
/ohos5.0/foundation/communication/netmanager_base/frameworks/js/napi/common/ |
H A D | napi_common.cpp | 68 napi_env env, napi_value object, const std::string &propertyName, bool property) in SetPropertyBool() 76 napi_env env, napi_value object, const std::string &propertyName, int32_t property) in SetPropertyInt32() 84 napi_env env, napi_value object, const std::string &propertyName, int64_t property) in SetPropertyInt64() 92 napi_env env, napi_value object, const std::string &propertyName, uint32_t property) in SetPropertyUint32() 100 napi_env env, napi_value object, const std::string &propertyName, const std::string &property) in SetPropertyString() 108 napi_env env, napi_value object, const std::string &propertyName, std::string &property) in GetPropertyString() 120 napi_env env, napi_value object, const std::string &propertyName, int32_t &property) in GetPropertyInt32() 128 napi_env env, napi_value object, const std::string &propertyName, int64_t &property) in GetPropertyInt64() 347 napi_env env, napi_value object, napi_valuetype type, const std::string &propertyName) in HasNamedTypeProperty() 359 bool NapiCommon::HasNamedProperty(napi_env env, napi_value object, const std::string &propertyName) in HasNamedProperty() [all …]
|
/ohos5.0/base/account/os_account/services/accountmgr/src/account_iam/ |
H A D | account_iam_client_callback_proxy.cpp | 60 IDMCallbackProxy::IDMCallbackProxy(const sptr<IRemoteObject> &object) : IRemoteProxy<IIDMCallback>(… in IDMCallbackProxy() 94 GetCredInfoCallbackProxy::GetCredInfoCallbackProxy(const sptr<IRemoteObject> &object) in GetCredInfoCallbackProxy() 133 GetSetPropCallbackProxy::GetSetPropCallbackProxy(const sptr<IRemoteObject> &object) in GetSetPropCallbackProxy() 143 GetEnrolledIdCallbackProxy::GetEnrolledIdCallbackProxy(const sptr<IRemoteObject> &object) in GetEnrolledIdCallbackProxy() 167 PreRemoteAuthCallbackProxy::PreRemoteAuthCallbackProxy(const sptr<IRemoteObject> &object) in PreRemoteAuthCallbackProxy()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/animation/ |
H A D | AnimatorInflaterTest.java | 42 private void assertUnique(Object object) { in assertUnique() 46 private void assertUnique(Object object, String msg) { in assertUnique()
|
/ohos5.0/base/security/security_guard/interfaces/inner_api/collector/src/ |
H A D | collector_service_loader.cpp | 34 auto object = registry->CheckSystemAbility(SECURITY_COLLECTOR_MANAGER_SA_ID); in LoadCollectorService() local 48 …iceLoader::LoadCallback::OnLoadSystemAbilitySuccess(int32_t sid, const sptr<IRemoteObject> &object) in OnLoadSystemAbilitySuccess()
|