Home
last modified time | relevance | path

Searched defs:obj (Results 1 – 25 of 1486) sorted by relevance

12345678910>>...60

/ohos5.0/foundation/communication/dsoftbus/adapter/common/json/nlohmann/
H A Dsoftbus_adapter_json.cpp28 JsonObj *obj = new (std::nothrow) JsonObj(); in JSON_CreateObject() local
44 void JSON_Delete(JsonObj *obj) in JSON_Delete()
60 void JSON_Free(void *obj) in JSON_Free()
67 char *JSON_PrintUnformatted(const JsonObj *obj) in JSON_PrintUnformatted()
95 JsonObj *obj = JSON_CreateObject(); in JSON_Parse() local
119 bool JSON_AddBoolToObject(JsonObj *obj, const char *key, bool value) in JSON_AddBoolToObject()
134 bool JSON_GetBoolFromOject(const JsonObj *obj, const char *key, bool *value) in JSON_GetBoolFromOject()
191 bool JSON_AddInt16ToObject(JsonObj *obj, const char *key, int16_t value) in JSON_AddInt16ToObject()
205 bool JSON_AddInt32ToObject(JsonObj *obj, const char *key, int32_t value) in JSON_AddInt32ToObject()
219 bool JSON_AddInt64ToObject(JsonObj *obj, const char *key, int64_t value) in JSON_AddInt64ToObject()
[all …]
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dconstant.cpp34 napi_value obj = nullptr; in RemoveReasonInit() local
52 napi_value obj = nullptr; in SlotTypeInit() local
77 napi_value obj = nullptr; in SlotLevelInit() local
98 napi_value obj = nullptr; in SemanticActionButtonInit() local
132 napi_value obj = nullptr; in InputsSourceInit() local
150 napi_value obj = nullptr; in DoNotDisturbMode() local
171 napi_value obj = nullptr; in InputEditTypeInit() local
190 napi_value obj = nullptr; in ContentTypeInit() local
220 napi_value obj = nullptr; in DoNotDisturbTypeInit() local
240 napi_value obj = nullptr; in DeviceRemindTypeInit() local
[all …]
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dref_uri_util.cpp34 static IObjectInstance::ConstPtr FindRootObject(IObjectInstance::ConstPtr obj) in FindRootObject()
43 static IObjectInstance::ConstPtr FindChildObject(const IObjectInstance::ConstPtr& obj, BASE_NS::str… in FindChildObject()
63 if (auto obj = GetPointer<IObjectInstance>(prop)) { in ResolvePropertySegment() local
74 …IObjectInstance::ConstPtr obj = (node.name == "..") ? FindParentObject(base) : FindChildObject(bas… in ResolveSegment() local
83 auto obj = base->Resolve<IObjectInstance>(RefUri::ContextUri()); in ResolveSegment() local
103 auto obj = FindRootObject(base); in DefaultResolveObject() local
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/power/stats/wakeups/
H A DCpuWakeupStatsTest.java76 private void populateDefaultProcStates(CpuWakeupStats obj) { in populateDefaultProcStates()
86 final CpuWakeupStats obj = new CpuWakeupStats(sContext, R.xml.irq_device_map_3, mHandler); in removesOldWakeups() local
149 final CpuWakeupStats obj = new CpuWakeupStats(sContext, R.xml.irq_device_map_3, in irqAttributionAllCombinations() local
192 final CpuWakeupStats obj = new CpuWakeupStats(sContext, R.xml.irq_device_map_3, mHandler); in alarmIrqAttributionSolo() local
225 final CpuWakeupStats obj = new CpuWakeupStats(sContext, R.xml.irq_device_map_3, mHandler); in soundTriggerIrqAttributionSolo() local
259 final CpuWakeupStats obj = new CpuWakeupStats(sContext, R.xml.irq_device_map_3, mHandler); in wifiIrqAttributionSolo() local
289 final CpuWakeupStats obj = new CpuWakeupStats(sContext, R.xml.irq_device_map_3, mHandler); in alarmAndWifiIrqAttribution() local
348 final CpuWakeupStats obj = new CpuWakeupStats(sContext, R.xml.irq_device_map_3, mHandler); in unknownIrqSoloIgnored() local
365 final CpuWakeupStats obj = new CpuWakeupStats(sContext, R.xml.irq_device_map_3, mHandler); in unknownAndWifiAttribution() local
404 final CpuWakeupStats obj = new CpuWakeupStats(sContext, R.xml.irq_device_map_3, mHandler); in unknownFormatWakeupIgnored() local
[all …]
/aosp14/frameworks/base/libs/hwui/jni/
H A DCamera.cpp8 static void Camera_constructor(JNIEnv* env, jobject obj) { in Camera_constructor()
13 static void Camera_destructor(JNIEnv* env, jobject obj) { in Camera_destructor()
19 static void Camera_save(JNIEnv* env, jobject obj) { in Camera_save()
25 static void Camera_restore(JNIEnv* env, jobject obj) { in Camera_restore()
31 static void Camera_translate(JNIEnv* env, jobject obj, in Camera_translate()
38 static void Camera_rotateX(JNIEnv* env, jobject obj, jfloat degrees) { in Camera_rotateX()
44 static void Camera_rotateY(JNIEnv* env, jobject obj, jfloat degrees) { in Camera_rotateY()
70 static jfloat Camera_getLocationX(JNIEnv* env, jobject obj) { in Camera_getLocationX()
76 static jfloat Camera_getLocationY(JNIEnv* env, jobject obj) { in Camera_getLocationY()
82 static jfloat Camera_getLocationZ(JNIEnv* env, jobject obj) { in Camera_getLocationZ()
[all …]
H A Dandroid_graphics_Matrix.cpp33 SkMatrix* obj = reinterpret_cast<SkMatrix*>(objHandle); in finalizer() local
43 SkMatrix* obj = new SkMatrix(); in create() local
138 SkMatrix* obj = reinterpret_cast<SkMatrix*>(objHandle); in isIdentity() local
143 SkMatrix* obj = reinterpret_cast<SkMatrix*>(objHandle); in isAffine() local
148 SkMatrix* obj = reinterpret_cast<SkMatrix*>(objHandle); in rectStaysRect() local
153 SkMatrix* obj = reinterpret_cast<SkMatrix*>(objHandle); in reset() local
158 SkMatrix* obj = reinterpret_cast<SkMatrix*>(objHandle); in set() local
164 SkMatrix* obj = reinterpret_cast<SkMatrix*>(objHandle); in setTranslate() local
170 SkMatrix* obj = reinterpret_cast<SkMatrix*>(objHandle); in setScale__FFFF() local
175 SkMatrix* obj = reinterpret_cast<SkMatrix*>(objHandle); in setScale__FF() local
[all …]
/ohos5.0/base/security/certificate_framework/frameworks/js/napi/certificate/src/
H A Dnapi_x509_cert_match_parameters.cpp34 napi_value obj = GetProp(env, arg, CERT_MATCH_TAG_VALID_DATE.c_str()); in GetValidDate() local
49 napi_value obj = GetProp(env, arg, CERT_MATCH_TAG_ISSUER.c_str()); in GetIssuer() local
63 napi_value obj = GetProp(env, arg, CERT_MATCH_TAG_KEY_USAGE.c_str()); in GetKeyUsage() local
77 napi_value obj = GetProp(env, arg, CERT_MATCH_TAG_SERIAL_NUMBER.c_str()); in GetSerialNumber() local
100 napi_value obj = GetProp(env, arg, CERT_MATCH_TAG_SUBJECT.c_str()); in GetSubject() local
114 napi_value obj = GetProp(env, arg, CERT_MATCH_TAG_PUBLIC_KEY.c_str()); in GetPublicKey() local
128 napi_value obj = GetProp(env, arg, CERT_MATCH_TAG_PUBLIC_KEY_ALGID.c_str()); in GetPublicKeyAlgId() local
142 napi_value obj = GetProp(env, arg, CERT_MATCH_TAG_X509CERT.c_str()); in GetX509Cert() local
200 napi_value obj = GetProp(env, arg, CERT_MATCH_TAG_AUTH_KEY_ID.c_str()); in GetAuthorityKeyIdentifier() local
214 napi_value obj = GetProp(env, arg, CERT_MATCH_TAG_MIN_PATH_LEN.c_str()); in GetMinPathLenConstraint() local
[all …]
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/common/include/
H A Dparse_util.h72 static inline void GetBoolFromJson(const nlohmann::json& obj, const std::string& key, bool& out) in GetBoolFromJson()
79 …static inline void GetStringFromJson(const nlohmann::json& obj, const std::string& key, std::strin… in GetStringFromJson()
86 …static inline void GetInt32FromJson(const nlohmann::json& obj, const std::string& key, int32_t& ou… in GetInt32FromJson()
93 static inline void GetStringArrayFromJson(const nlohmann::json& obj, const std::string& key, in GetStringArrayFromJson()
105 static inline void GetIntArrayFromJson(const nlohmann::json& obj, const std::string& key, in GetIntArrayFromJson()
117 static inline void GetIntArrayFromJson(const nlohmann::json& obj, const std::string& key, in GetIntArrayFromJson()
/ohos5.0/base/powermgr/power_manager/services/zidl/src/shutdown/
H A Dshutdown_stub_delegator.cpp64 sptr<IRemoteObject> obj = data.ReadRemoteObject(); in RegisterTakeOverShutdownCallback() local
75 sptr<IRemoteObject> obj = data.ReadRemoteObject(); in UnRegisterTakeOverShutdownCallback() local
86 sptr<IRemoteObject> obj = data.ReadRemoteObject(); in RegisterAsyncShutdownCallback() local
97 sptr<IRemoteObject> obj = data.ReadRemoteObject(); in UnRegisterAsyncShutdownCallback() local
108 sptr<IRemoteObject> obj = data.ReadRemoteObject(); in RegisterSyncShutdownCallback() local
119 sptr<IRemoteObject> obj = data.ReadRemoteObject(); in UnRegisterSyncShutdownCallback() local
/ohos5.0/base/security/device_auth/common_lib/interfaces/
H A Dhc_vector.h160 #define DESTROY_HC_VECTOR(classname, obj) Destroy##classname(obj) argument
165 #define HC_VECTOR_PUSHBACK(obj, element) (obj)->pushBack((obj), (element)) argument
166 #define HC_VECTOR_POPFRONT(obj, element) (obj)->popFront((obj), (element)) argument
167 #define HC_VECTOR_POPELEMENT(obj, element, index) (obj)->eraseElement((obj), (element), (index)) argument
168 #define HC_VECTOR_SIZE(obj) (obj)->size(obj) argument
169 #define HC_VECTOR_GET(obj, index) (obj)->get((obj), (index)) argument
/aosp14/frameworks/base/core/java/android/metrics/
H A DLogMaker.java286 Object obj = entries.get(MetricsEvent.RESERVED_FOR_LOGBUILDER_CATEGORY); in getCategory() local
296 Object obj = entries.get(MetricsEvent.RESERVED_FOR_LOGBUILDER_TYPE); in getType() local
306 Object obj = entries.get(MetricsEvent.RESERVED_FOR_LOGBUILDER_SUBTYPE); in getSubtype() local
316 Object obj = entries.get(MetricsEvent.RESERVED_FOR_LOGBUILDER_TIMESTAMP); in getTimestamp() local
326 Object obj = entries.get(MetricsEvent.RESERVED_FOR_LOGBUILDER_PACKAGENAME); in getPackageName() local
336 Object obj = entries.get(MetricsEvent.RESERVED_FOR_LOGBUILDER_PID); in getProcessId() local
346 Object obj = entries.get(MetricsEvent.RESERVED_FOR_LOGBUILDER_UID); in getUid() local
356 Object obj = entries.get(MetricsEvent.RESERVED_FOR_LOGBUILDER_NAME); in getCounterName() local
366 Object obj = entries.get(MetricsEvent.RESERVED_FOR_LOGBUILDER_BUCKET); in getCounterBucket() local
376 Object obj = entries.get(MetricsEvent.RESERVED_FOR_LOGBUILDER_BUCKET); in isLongCounterBucket() local
[all …]
/ohos5.0/base/security/device_auth/frameworks/deviceauth_lite/source/json/
H A Djsonutil.c42 int32_t get_json_int(json_pobject obj, const char *field) in get_json_int()
69 const char *get_json_string(json_pobject obj, const char *field) in get_json_string()
93 int32_t get_json_bool(json_pobject obj, const char *field) in get_json_bool()
124 int32_t get_array_size(json_pobject obj) in get_array_size()
132 json_pobject get_array_idx(json_pobject obj, int32_t idx) in get_array_idx()
145 void delete_json_object(json_pobject obj) in delete_json_object()
152 void add_item_to_object(json_pobject parent, const char *field, json_pobject obj) in add_item_to_object()
181 char *json_to_string(json_pobject obj) in json_to_string()
215 void add_obj_to_array(json_pobject objArr, json_pobject obj) in add_obj_to_array()
/ohos5.0/base/customization/enterprise_device_management/common/native/include/
H A Dcjson_check.h23 #define CJSON_CREATE_OBJECT_AND_CHECK(obj, ret) \ argument
32 #define CJSON_CREATE_OBJECT_AND_CHECK_AND_CLEAR(obj, ret, root) \ argument
42 #define CJSON_CREATE_ARRAY_AND_CHECK(obj, ret) \ argument
/ohos5.0/base/update/sys_installer/interfaces/inner_api/include/
H A Dimodule_update.h61 HmpVersionInfo *obj = new (std::nothrow) HmpVersionInfo(); in Unmarshalling() local
63 delete obj; in Unmarshalling() local
99 HmpUpdateInfo *obj = new (std::nothrow) HmpUpdateInfo(); in Unmarshalling() local
101 delete obj; in Unmarshalling() local
/ohos5.0/base/security/certificate_framework/test/unittest/cf_adapter_test/src/
H A Dcf_common_test.cpp485 CfObjectBase obj = { GetClassNull, nullptr }; variable
498 CfObjectBase obj = { GetClass, nullptr }; variable
511 CfObjectBase obj = { GetClass, nullptr }; variable
524 CfObjectBase obj = { GetClass, nullptr }; variable
537 HcfObjectBase obj = { GetClass, nullptr }; variable
550 HcfObjectBase obj = { GetClass, nullptr }; variable
575 HcfObjectBase obj = { GetClassNull, nullptr }; variable
588 HcfObjectBase obj = { GetClass, nullptr }; variable
/aosp14/frameworks/base/media/tests/MtpTests/src/android/mtp/
H A DMtpStorageManagerTest.java386 Assert.assertEquals(manager.getObject(obj.getId()), obj); in testGetObject() local
612 MtpStorageManager.MtpObject obj = manager.getObject(id); in testSendObjectSuccess() local
631 MtpStorageManager.MtpObject obj = manager.getObject(id); in testSendObjectSuccessDir() local
656 MtpStorageManager.MtpObject obj = manager.getObject(id); in testSendObjectSuccessDelayed() local
676 MtpStorageManager.MtpObject obj = manager.getObject(id); in testSendObjectSuccessDirDelayed() local
707 MtpStorageManager.MtpObject obj = manager.getObject(id); in testSendObjectSuccessDeleted() local
724 MtpStorageManager.MtpObject obj = manager.getObject(id); in testSendObjectFailed() local
738 MtpStorageManager.MtpObject obj = manager.getObject(id); in testSendObjectFailedDeleted() local
759 MtpStorageManager.MtpObject obj = manager.getObject(id); in testSendObjectFailedAdded() local
950 MtpStorageManager.MtpObject obj = manager.getObject(id); in testCopyObjectSuccess() local
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_theme/theme_apply/
H A Djs_swiper_theme.h36 JSRef<JSObject> obj = objectTemplate->NewInstance(); in ApplyThemeInConstructor() local
44 …tatic void ApplyThemeToDotIndicator(SwiperParameters &swiperParameters, const JSRef<JSObject>& obj) in ApplyThemeToDotIndicator()
68 …tic void ApplyThemeToIndicatorStyle(SwiperParameters &swiperParameters, const JSRef<JSObject>& obj) in ApplyThemeToIndicatorStyle()
83 …d ApplyThemeToDigitIndicator(SwiperDigitalParameters &swiperParameters, const JSRef<JSObject>& obj) in ApplyThemeToDigitIndicator()
98 … void ApplyThemeToDisplayArrow(SwiperArrowParameters &swiperParameters, const JSRef<JSObject>& obj) in ApplyThemeToDisplayArrow()
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/src/provision/
H A Dprovision_verify.cpp93 void GetInt32IfExist(const cJSON* obj, const std::string& key, int32_t& out) in GetInt32IfExist()
156 void ParseType(const cJSON* obj, ProvisionInfo& out) in ParseType()
164 void ParseAppDistType(const cJSON* obj, ProvisionInfo& out) in ParseAppDistType()
175 void ParseBundleInfo(const cJSON* obj, ProvisionInfo& out) in ParseBundleInfo()
189 void ParseAcls(const cJSON* obj, ProvisionInfo& out) in ParseAcls()
196 void ParsePermissions(const cJSON* obj, ProvisionInfo& out) in ParsePermissions()
204 void ParseDebugInfo(const cJSON* obj, ProvisionInfo& out) in ParseDebugInfo()
212 void ParseValidity(const cJSON* obj, Validity& out) in ParseValidity()
220 void ParseMetadata(const cJSON* obj, ProvisionInfo& out) in ParseMetadata()
233 void from_json(const cJSON* obj, ProvisionInfo& out) in from_json()
[all …]
/ohos5.0/base/security/certificate_framework/frameworks/core/extension/src/
H A Dcf_object_extension.c36 int32_t CfExtensionCreate(const CfEncodingBlob *in, CfBase **obj) in CfExtensionCreate()
69 static int32_t CfExtGetItem(const CfExtensionObjStruct *obj, const CfParamSet *in, CfParamSet **out) in CfExtGetItem()
94 static int32_t CfExtGetOids(const CfExtensionObjStruct *obj, const CfParamSet *in, CfParamSet **out) in CfExtGetOids()
115 static int32_t CfExtGetEntry(const CfExtensionObjStruct *obj, const CfParamSet *in, CfParamSet **ou… in CfExtGetEntry()
148 int32_t CfExtensionGet(const CfBase *obj, const CfParamSet *in, CfParamSet **out) in CfExtensionGet()
181 int32_t CfExtensionCheck(const CfBase *obj, const CfParamSet *in, CfParamSet **out) in CfExtensionCheck()
232 void CfExtensionDestroy(CfBase **obj) in CfExtensionDestroy()
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/model/storage/
H A Demmc_adapter.c82 static int32_t LinuxEmmcCntlrParse(struct MmcCntlr *cntlr, struct HdfDeviceObject *obj) in LinuxEmmcCntlrParse()
117 static int32_t LinuxEmmcBind(struct HdfDeviceObject *obj) in LinuxEmmcBind()
164 static int32_t LinuxEmmcInit(struct HdfDeviceObject *obj) in LinuxEmmcInit()
172 static void LinuxEmmcRelease(struct HdfDeviceObject *obj) in LinuxEmmcRelease()
/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_store_interface_test.cpp81 ValueObject obj = ValueObject(); variable
95 ValueObject obj = ValueObject(inputVal); variable
112 ValueObject obj = ValueObject(inputVal); variable
129 ValueObject obj = ValueObject(inputVal); variable
146 ValueObject obj = ValueObject(inputVal); variable
167 ValueObject obj = ValueObject(inputVal); variable
192 ValueObject obj; variable
276 ValueObject obj; variable
/ohos5.0/base/security/certificate_framework/frameworks/core/cert/src/
H A Dcf_object_cert.c36 int32_t CfCertCreate(const CfEncodingBlob *in, CfBase **obj) in CfCertCreate()
69 static int32_t CfCertGetItem(const CfCertObjStruct *obj, const CfParamSet *in, CfParamSet **out) in CfCertGetItem()
95 int32_t CfCertGet(const CfBase *obj, const CfParamSet *in, CfParamSet **out) in CfCertGet()
124 int32_t CfCertCheck(const CfBase *obj, const CfParamSet *in, CfParamSet **out) in CfCertCheck()
140 void CfCertDestroy(CfBase **obj) in CfCertDestroy()
/ohos5.0/base/print/print_fwk/test/unittest/fwk_inner_napi_test/
H A Dprint_service_proxy_test.cpp62 sptr<MockRemoteObject> obj = new MockRemoteObject(); variable
102 sptr<MockRemoteObject> obj = new MockRemoteObject(); variable
140 sptr<MockRemoteObject> obj = new MockRemoteObject(); variable
169 sptr<MockRemoteObject> obj = new MockRemoteObject(); variable
198 sptr<MockRemoteObject> obj = new MockRemoteObject(); variable
230 sptr<MockRemoteObject> obj = new MockRemoteObject(); variable
261 sptr<MockRemoteObject> obj = new MockRemoteObject(); variable
289 sptr<MockRemoteObject> obj = new MockRemoteObject(); variable
318 sptr<MockRemoteObject> obj = new MockRemoteObject(); variable
347 sptr<MockRemoteObject> obj = new MockRemoteObject(); variable
[all …]
/ohos5.0/foundation/filemanagement/dfs_service/interfaces/kits/js/cloudfilesync/
H A Dcloud_sync_n_exporter.cpp32 napi_value obj = nullptr; in InitState() local
89 napi_value obj = nullptr; in InitCloudSyncState() local
104 napi_value obj = nullptr; in InitFileSyncState() local
122 napi_value obj = nullptr; in InitErrorType() local
144 napi_value obj = nullptr; in InitDownloadErrorType() local
159 napi_value obj = nullptr; in InitNotifyType() local
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/mode/
H A Dtime_lapse_photo_session_napi.cpp101 TryAEInfoNapi* obj = Unwrap<TryAEInfoNapi>(env, thisVar); in IsTryAEDone() local
171 auto obj = std::make_unique<TryAEInfoNapi>(); in Constructor() local
448 TimeLapsePhotoSessionNapi* obj; in SetTimeLapseInterval() local
471 TimeLapsePhotoSessionNapi* obj; in SetTimeLapseRecordState() local
494 TimeLapsePhotoSessionNapi* obj; in SetTimeLapsePreviewType() local
542 TimeLapsePhotoSessionNapi* obj; in SetExposure() local
625 TimeLapsePhotoSessionNapi* obj; in IsExposureMeteringModeSupported() local
673 TimeLapsePhotoSessionNapi* obj; in SetExposureMeteringMode() local
721 TimeLapsePhotoSessionNapi* obj; in SetIso() local
881 TimeLapsePhotoSessionNapi* obj; in SetWhiteBalanceMode() local
[all …]

12345678910>>...60