Home
last modified time | relevance | path

Searched defs:obj (Results 1501 - 1525 of 4059) sorted by relevance

1...<<61626364656667686970>>...163

/foundation/communication/wifi/wifi/frameworks/js/napi/inc/
H A Dwifi_napi_event.h97 void CheckAndNotify(const std::string& type, const T& obj) { in CheckAndNotify() argument
/foundation/communication/netmanager_ext/frameworks/js/napi/mdns/src/
H A Dmdns_module.cpp39 static std::string GetContextIdString(napi_env env, napi_value obj) in GetContextIdString() argument
H A Dmdns_callback_observer.cpp148 napi_value obj = NapiUtils::CreateObject(env); in CreateServiceWithError() local
164 napi_value obj = CreateCallbackParam(*serviceInfo, env); in CreateService() local
/foundation/communication/nfc/frameworks/js/napi/cardEmulation/
H A Dnfc_napi_cardEmulation_adapter.cpp121 napi_value obj = nullptr; in ConvertAbilityInfoVectorToJS() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/communicator/
H A Ddistributeddb_communicator_common.cpp183 RegedTinyObject *obj = new (nothrow) RegedTinyObject(); in BuildRegedTinyMessage() local
212 RegedHugeObject *obj = new (nothrow) RegedHugeObject(); BuildRegedHugeMessage() local
246 RegedGiantObject *obj = new (nothrow) RegedGiantObject(); BuildRegedGiantMessage() local
282 RegedOverSizeObject *obj = new (nothrow) RegedOverSizeObject(); BuildRegedOverSizeMessage() local
310 UnRegedTinyObject *obj = new (nothrow) UnRegedTinyObject(); BuildUnRegedTinyMessage() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/
H A Djs_const_properties.cpp24 static napi_status SetNamedProperty(napi_env env, napi_value& obj, const std::string& name, int32_t value) in SetNamedProperty() argument
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/
H A Djs_const_properties.cpp24 static napi_status SetNamedProperty(napi_env env, napi_value& obj, const std::string& name, int32_t value) in SetNamedProperty() argument
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_store_interface_test.cpp81 ValueObject obj = ValueObject(); in HWTEST_F() local
95 ValueObject obj = ValueObject(inputVal); in HWTEST_F() local
112 ValueObject obj = ValueObject(inputVal); in HWTEST_F() local
129 ValueObject obj = ValueObject(inputVal); in HWTEST_F() local
146 ValueObject obj = ValueObject(inputVal); HWTEST_F() local
167 ValueObject obj = ValueObject(inputVal); HWTEST_F() local
192 ValueObject obj; HWTEST_F() local
276 ValueObject obj; HWTEST_F() local
[all...]
H A Drdb_read_only_test.cpp429 ValueObject obj; in HWTEST_F() local
/foundation/distributeddatamgr/udmf/framework/jskitsimpl/data/
H A Duniform_type_descriptor_napi.cpp52 napi_status UniformTypeDescriptorNapi::SetNamedProperty(napi_env env, napi_value &obj, const std::string &name, in SetNamedProperty() argument
/foundation/distributeddatamgr/relational_store/test/native/rdb/distributedtest/rdb_store_impl_test/
H A Ddistributed_test_agent.cpp148 DistributedTestAgent obj; in main() local
/foundation/distributeddatamgr/udmf/framework/ndkimpl/data/
H A Dudmf_capi_common.h28 std::shared_ptr<OHOS::UDMF::Object> obj; member
/foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/mini/
H A Ddevice_manager_impl_lite_m.c110 cJSON *obj = cJSON_Parse(advParam); in StartAdvertising() local
148 cJSON *obj = cJSON_Parse(discoverParam); in StartDiscovering() local
193 cJSON *obj = cJSON_Parse(bindParam); BindTarget() local
[all...]
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/componentloader/src/
H A Dcomponent_loader_test.cpp788 cJSON *obj = cJSON_CreateObject(); in HWTEST_F() local
/foundation/filemanagement/dfs_service/test/unittests/cloudsync_api/cloudsync_impl/
H A Dcloud_sync_service_proxy_test.cpp721 AssetInfoObj obj; in HWTEST_F() local
742 AssetInfoObj obj; in HWTEST_F() local
/foundation/filemanagement/app_file_service/tests/unittests/backup_sa/module_ipc/
H A Dservice_test.cpp993 const wptr<IRemoteObject> obj = nullptr; in HWTEST_F() local
/foundation/filemanagement/app_file_service/utils/include/b_json/
H A Db_json_entity_caps.h236 explicit BJsonEntityCaps(Json::Value &obj, std::any option = std::any()) : BJsonEntity(obj, option) in BJsonEntityCaps() argument
/foundation/filemanagement/app_file_service/interfaces/kits/js/file_share/
H A Dgrant_permissions.cpp45 NVal obj = NVal::CreateObject(env); in GetErrData() local
/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() argument
60 JSON_Free(void *obj) JSON_Free() argument
67 JSON_PrintUnformatted(const JsonObj *obj) JSON_PrintUnformatted() argument
95 JsonObj *obj = JSON_CreateObject(); JSON_Parse() local
119 JSON_AddBoolToObject(JsonObj *obj, const char *key, bool value) JSON_AddBoolToObject() argument
134 JSON_GetBoolFromOject(const JsonObj *obj, const char *key, bool *value) JSON_GetBoolFromOject() argument
155 JSON_AddIntegerToObject(JsonObj *obj, const char *key, Integer num) JSON_AddIntegerToObject() argument
171 JSON_GetIntegerFromObject(const JsonObj *obj, const char *key, Integer &value) JSON_GetIntegerFromObject() argument
191 JSON_AddInt16ToObject(JsonObj *obj, const char *key, int16_t value) JSON_AddInt16ToObject() argument
196 JSON_GetInt16FromOject(const JsonObj *obj, const char *key, int16_t *value) JSON_GetInt16FromOject() argument
205 JSON_AddInt32ToObject(JsonObj *obj, const char *key, int32_t value) JSON_AddInt32ToObject() argument
210 JSON_GetInt32FromOject(const JsonObj *obj, const char *key, int32_t *value) JSON_GetInt32FromOject() argument
219 JSON_AddInt64ToObject(JsonObj *obj, const char *key, int64_t value) JSON_AddInt64ToObject() argument
224 JSON_GetInt64FromOject(const JsonObj *obj, const char *key, int64_t *value) JSON_GetInt64FromOject() argument
233 JSON_AddStringToObject(JsonObj *obj, const char *key, const char *value) JSON_AddStringToObject() argument
248 JSON_GetStringFromOject(const JsonObj *obj, const char *key, char *value, uint32_t size) JSON_GetStringFromOject() argument
273 JSON_AddStringArrayToObject(JsonObj *obj, const char *key, const char **value, int32_t len) JSON_AddStringArrayToObject() argument
292 JSON_GetStringArrayFromOject(const JsonObj *obj, const char *key, char **value, int32_t *len) JSON_GetStringArrayFromOject() argument
331 JSON_AddBytesToObject(JsonObj *obj, const char *key, uint8_t *value, uint32_t size) JSON_AddBytesToObject() argument
347 JSON_GetBytesFromObject(const JsonObj *obj, const char *key, uint8_t *value, uint32_t bufLen, uint32_t *size) JSON_GetBytesFromObject() argument
375 JSON_IsArrayExist(const JsonObj *obj, const char *key) JSON_IsArrayExist() argument
[all...]
/foundation/filemanagement/user_file_service/services/native/file_access_service/src/
H A Dfile_access_service_proxy.cpp431 sptr<IRemoteObject> obj = reply.ReadRemoteObject(); in GetExtensionProxy() local
H A Dfile_access_service_stub.cpp110 sptr<IRemoteObject> obj = data.ReadRemoteObject(); in CmdRegisterNotify() local
149 sptr<IRemoteObject> obj = data.ReadRemoteObject(); in CmdUnregisterNotify() local
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/
H A Dwebgl_texture.h74 static WebGLTexture* GetObjectInstance(napi_env env, napi_value obj) in GetObjectInstance() argument
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_rect.cpp191 ObjectArray *obj = new ObjectArray(); in OH_Drawing_RectCreateArray() local
209 ObjectArray *obj = reinterpret_cast<ObjectArray*>(rectArray); in OH_Drawing_RectGetArraySize() local
223 ObjectArray *obj = reinterpret_cast<ObjectArray*>(rectArray); OH_Drawing_RectGetArrayElement() local
236 ObjectArray *obj = reinterpret_cast<ObjectArray*>(rectArray); OH_Drawing_RectDestroyArray() local
[all...]
/kernel/linux/linux-5.10/drivers/acpi/
H A Dprocessor_core.c165 union acpi_object *obj; in map_mat_entry() local
311 union acpi_object *obj; in parse_mat_ioapic_entry() local
[all...]
H A Dprocessor_pdc.c85 union acpi_object *obj; in acpi_processor_alloc_pdc() local
135 union acpi_object *obj; in acpi_processor_eval_pdc() local
[all...]

Completed in 18 milliseconds

1...<<61626364656667686970>>...163