| /foundation/communication/dsoftbus/core/common/dfx/hidumper_adapter/ |
| H A D | softbus_hidumper_broadcast.c | 37 static SoftBusMessage *CreateBroadcastHandlerMsg(int32_t what, uint64_t arg1, uint64_t arg2, void *obj) in CreateBroadcastHandlerMsg() argument
|
| /foundation/communication/netmanager_ext/frameworks/js/napi/vpn/src/ |
| H A D | vpn_exec.cpp | 186 napi_value obj = NapiUtils::CreateObject(context->GetEnv()); in PrepareCallback() local
|
| /foundation/communication/netstack/frameworks/js/napi/socket/socket_exec/include/ |
| H A D | socket_exec.h | 160 napi_value obj = MakeJsValue(env, workWrapper->data); in CallbackTemplate() local
|
| /foundation/communication/wifi/wifi/frameworks/js/napi/inc/ |
| H A D | wifi_napi_event.h | 97 void CheckAndNotify(const std::string& type, const T& obj) { in CheckAndNotify() argument
|
| /foundation/communication/netmanager_ext/frameworks/js/napi/mdns/src/ |
| H A D | mdns_module.cpp | 39 static std::string GetContextIdString(napi_env env, napi_value obj) in GetContextIdString() argument
|
| H A D | mdns_callback_observer.cpp | 148 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 D | nfc_napi_cardEmulation_adapter.cpp | 121 napi_value obj = nullptr;
in ConvertAbilityInfoVectorToJS() local
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/communicator/ |
| H A D | distributeddb_communicator_common.cpp | 183 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 D | js_const_properties.cpp | 24 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 D | js_const_properties.cpp | 24 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 D | rdb_store_interface_test.cpp | 81 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 D | rdb_read_only_test.cpp | 429 ValueObject obj; in HWTEST_F() local
|
| /foundation/distributeddatamgr/udmf/framework/jskitsimpl/data/ |
| H A D | uniform_type_descriptor_napi.cpp | 52 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 D | distributed_test_agent.cpp | 148 DistributedTestAgent obj; in main() local
|
| /foundation/distributeddatamgr/udmf/framework/ndkimpl/data/ |
| H A D | udmf_capi_common.h | 28 std::shared_ptr<OHOS::UDMF::Object> obj;
member
|
| /foundation/distributedhardware/device_manager/interfaces/inner_kits/native_cpp/src/mini/ |
| H A D | device_manager_impl_lite_m.c | 110 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 D | component_loader_test.cpp | 788 cJSON *obj = cJSON_CreateObject(); in HWTEST_F() local
|
| /foundation/filemanagement/dfs_service/test/unittests/cloudsync_api/cloudsync_impl/ |
| H A D | cloud_sync_service_proxy_test.cpp | 721 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 D | service_test.cpp | 993 const wptr<IRemoteObject> obj = nullptr; in HWTEST_F() local
|
| /foundation/filemanagement/app_file_service/utils/include/b_json/ |
| H A D | b_json_entity_caps.h | 236 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 D | grant_permissions.cpp | 45 NVal obj = NVal::CreateObject(env); in GetErrData() local
|
| /foundation/communication/dsoftbus/adapter/common/json/nlohmann/ |
| H A D | softbus_adapter_json.cpp | 28 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 D | file_access_service_proxy.cpp | 431 sptr<IRemoteObject> obj = reply.ReadRemoteObject(); in GetExtensionProxy() local
|
| H A D | file_access_service_stub.cpp | 110 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 D | webgl_texture.h | 74 static WebGLTexture* GetObjectInstance(napi_env env, napi_value obj) in GetObjectInstance() argument
|