/foundation/communication/ipc/ipc/native/src/core/source/ |
H A D | message_parcel.cpp | 129 bool MessageParcel::WriteDBinderProxy(const sptr<IRemoteObject> &object, uint32_t handle, uint64_t stubIndex) in WriteDBinderProxy() argument 184 bool MessageParcel::WriteRemoteObject(const sptr<IRemoteObject> &object) in WriteRemoteObject() argument 283 binder_size_t *object = nullptr; ClearFileDescriptor() local 313 binder_size_t *object = nullptr; ContainFileDescriptors() local [all...] |
H A D | process_skeleton.cpp | 85 void ProcessSkeleton::SetRegistryObject(sptr<IRemoteObject> &object) in SetRegistryObject() argument 102 bool ProcessSkeleton::IsContainsObject(IRemoteObject *object) in IsContainsObject() argument 118 bool ProcessSkeleton::DetachObject(IRemoteObject *object, const std::u16string &descriptor) in DetachObject() argument 150 AttachObject(IRemoteObject *object, const std::u16string &descriptor, bool lockFlag) AttachObject() argument 238 AttachValidObject(IRemoteObject *object, const std::u16string &desc) AttachValidObject() argument 248 DetachValidObject(IRemoteObject *object) DetachValidObject() argument 262 IsValidObject(IRemoteObject *object, std::u16string &desc) IsValidObject() argument [all...] |
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/ |
H A D | netsys_native_client_test.cpp | 346 IRemoteObject *object = result.GetRefPtr(); in HWTEST_F() local
|
/foundation/communication/dsoftbus/sdk/frame/standard/src/ |
H A D | softbus_server_proxy_standard.cpp | 39 int32_t SoftBusServerProxyFrame::SoftbusRegisterService(const char *clientPkgName, const sptr<IRemoteObject>& object) in SoftbusRegisterService() argument
|
/foundation/communication/ipc/ipc/native/src/c_api/source/ |
H A D | ipc_cparcel.cpp | 246 static int WriteIPCRemoteObject(OHIPCParcel *parcel, const T *object) in WriteIPCRemoteObject() argument 264 OHOS::sptr<OHOS::IRemoteObject> object = parcel->msgParcel->ReadRemoteObject(); in ReadIPCRemoteObject() local
|
/foundation/communication/ipc/services/dbinder/test/distributedtest/src/ |
H A D | dbinder_distributed_test.cpp | 140 sptr<IRemoteObject> object = manager_->GetSystemAbility(RPC_TEST_SERVICE, serverId_); in HWTEST_F() local 172 sptr<IRemoteObject> object = manager_->GetSystemAbility(RPC_UNREGISTERED_TEST_SERVICE, serverId_); in HWTEST_F() local 193 sptr<IRemoteObject> object = manager_->GetSystemAbility(RPC_TEST_SERVICE, serverId_); in HWTEST_F() local 260 sptr<IRemoteObject> object = manager_->GetSystemAbility(RPC_TEST_SERVICE, serverId_); HWTEST_F() local 295 sptr<IRemoteObject> object = manager_->GetSystemAbility(RPC_TEST_SERVICE, serverId_); HWTEST_F() local 366 sptr<IRemoteObject> object = manager_->GetSystemAbility(RPC_TEST_SERVICE); HWTEST_F() local 404 sptr<IRemoteObject> object = manager_->GetSystemAbility(RPC_TEST_SERVICE); HWTEST_F() local 450 sptr<IRemoteObject> object = manager_->GetSystemAbility(RPC_TEST_SERVICE); HWTEST_F() local 492 sptr<IRemoteObject> object = manager_->GetSystemAbility(RPC_TEST_SERVICE); HWTEST_F() local 531 sptr<IRemoteObject> object = manager_->GetSystemAbility(RPC_TEST_SERVICE); HWTEST_F() local 572 sptr<IRemoteObject> object = manager_->GetSystemAbility(RPC_TEST_SERVICE, serverId_); HWTEST_F() local 620 sptr<IRemoteObject> object = manager_->GetSystemAbility(RPC_TEST_SERVICE, serverId_); HWTEST_F() local 672 sptr<IRemoteObject> object = manager_->GetSystemAbility(RPC_TEST_SERVICE, serverId_); HWTEST_F() local 728 sptr<IRemoteObject> object = manager_->GetSystemAbility(RPC_TEST_SERVICE, serverId_); HWTEST_F() local 822 sptr<IRemoteObject> object = manager_->GetSystemAbility(RPC_TEST_SERVICE, serverId_); HWTEST_F() local 856 sptr<IRemoteObject> object = manager_->GetSystemAbility(RPC_TEST_SERVICE, serverId_); HWTEST_F() local 921 sptr<IRemoteObject> object = manager_->GetSystemAbility(RPC_TEST_SERVICE, serverId_); HWTEST_F() local 954 sptr<IRemoteObject> object = manager_->GetSystemAbility(RPC_TEST_SERVICE, serverId_); HWTEST_F() local 989 sptr<IRemoteObject> object = manager_->GetSystemAbility(RPC_TEST_SERVICE, serverId_); HWTEST_F() local 1054 sptr<IRemoteObject> object = manager_->GetSystemAbility(RPC_TEST_SERVICE, serverId_); HWTEST_F() local 1089 sptr<IRemoteObject> object = manager_->GetSystemAbility(RPC_TEST_SERVICE, serverId_); HWTEST_F() local 1122 sptr<IRemoteObject> object = new DBinderTestService(); HWTEST_F() local 1159 sptr<IRemoteObject> object = new DBinderTestService(); HWTEST_F() local 1177 GetRemoteObjectAndCheck(sptr<IRemoteObject>& object, sptr<IDBinderTestService>& testService, int serverId) GetRemoteObjectAndCheck() argument 1221 sptr<IRemoteObject> object; HWTEST_F() local 1328 sptr<IRemoteObject> object = manager_->GetSystemAbility(RPC_TEST_SERVICE, serverId_); HWTEST_F() local 1394 sptr<IRemoteObject> object = manager_->GetSystemAbility(RPC_TEST_SERVICE, serverId_); HWTEST_F() local 1460 sptr<IRemoteObject> object = manager_->GetSystemAbility(RPC_TEST_SERVICE); HWTEST_F() local 1499 sptr<IRemoteObject> object = new DBinderTestService(); HWTEST_F() local [all...] |
/foundation/communication/netmanager_base/frameworks/js/napi/common/ |
H A D | napi_common.cpp | 67 SetPropertyBool( napi_env env, napi_value object, const std::string &propertyName, bool property) SetPropertyBool() argument 75 SetPropertyInt32( napi_env env, napi_value object, const std::string &propertyName, int32_t property) SetPropertyInt32() argument 83 SetPropertyInt64( napi_env env, napi_value object, const std::string &propertyName, int64_t property) SetPropertyInt64() argument 91 SetPropertyUint32( napi_env env, napi_value object, const std::string &propertyName, uint32_t property) SetPropertyUint32() argument 99 SetPropertyString( napi_env env, napi_value object, const std::string &propertyName, const std::string &property) SetPropertyString() argument 107 GetPropertyString( napi_env env, napi_value object, const std::string &propertyName, std::string &property) GetPropertyString() argument 119 GetPropertyInt32( napi_env env, napi_value object, const std::string &propertyName, int32_t &property) GetPropertyInt32() argument 127 GetPropertyInt64( napi_env env, napi_value object, const std::string &propertyName, int64_t &property) GetPropertyInt64() argument 165 GetNamedProperty(napi_env env, napi_value object, const std::string &propertyName) GetNamedProperty() argument 346 HasNamedTypeProperty( napi_env env, napi_value object, napi_valuetype type, const std::string &propertyName) HasNamedTypeProperty() argument 359 HasNamedProperty(napi_env env, napi_value object, const std::string &propertyName) HasNamedProperty() argument 366 MatchObjectProperty( napi_env env, napi_value object, std::initializer_list<std::pair<std::string, napi_valuetype>> pairList) MatchObjectProperty() argument 392 napi_value object = nullptr; CreateObject() local [all...] |
/foundation/communication/ipc/ipc/native/src/napi/src/ |
H A D | napi_ipc_skeleton.cpp | 39 sptr<IRemoteObject> object = IPCSkeleton::GetContextObject();
in NAPI_IPCSkeleton_getContextObject() local
|
/foundation/communication/ipc/ipc/test/auxiliary/native/src/ |
H A D | test_service.cpp | 296 int TestService::TestRegisterRemoteStub(const char *descriptor, const sptr<IRemoteObject> object) in TestRegisterRemoteStub() argument
|
/foundation/communication/netmanager_ext/frameworks/js/napi/vpn/src/ |
H A D | vpn_config_utils.cpp | 397 bool GetStringFromJsMandatoryItem(napi_env env, napi_value object, const std::string &key, std::string &value) in GetStringFromJsMandatoryItem() argument 407 void GetStringFromJsOptionItem(napi_env env, napi_value object, const std::string &key, std::string &value) in GetStringFromJsOptionItem() argument 418 void GetUint8FromJsOptionItem(napi_env env, napi_value object, const std::string &key, uint8_t &value) in GetUint8FromJsOptionItem() argument 429 GetBoolFromJsOptionItem(napi_env env, napi_value object, const std::string &key, bool &value) GetBoolFromJsOptionItem() argument 440 GetInt32FromJsOptionItem(napi_env env, napi_value object, const std::string &key, int32_t &value) GetInt32FromJsOptionItem() argument [all...] |
/foundation/communication/netmanager_ext/frameworks/js/napi/vpn/src/context/ |
H A D | setup_context.cpp | 75 bool GetStringFromJsMandatoryItem(napi_env env, napi_value object, const std::string &key, std::string &value) in GetStringFromJsMandatoryItem() argument 85 void GetStringFromJsOptionItem(napi_env env, napi_value object, const std::string &key, std::string &value) in GetStringFromJsOptionItem() argument 97 void GetUint8FromJsOptionItem(napi_env env, napi_value object, const std::string &key, uint8_t &value) in GetUint8FromJsOptionItem() argument 109 GetBoolFromJsOptionItem(napi_env env, napi_value object, const std::string &key, bool &value) GetBoolFromJsOptionItem() argument [all...] |
/foundation/communication/netmanager_ext/frameworks/js/napi/vpnext/src/context/ |
H A D | setup_context_ext.cpp | 72 bool GetStringFromJsMandatoryItem(napi_env env, napi_value object, const std::string &key, std::string &value) in GetStringFromJsMandatoryItem() argument 82 void GetStringFromJsOptionItem(napi_env env, napi_value object, const std::string &key, std::string &value) in GetStringFromJsOptionItem() argument 94 void GetUint8FromJsOptionItem(napi_env env, napi_value object, const std::string &key, uint8_t &value) in GetUint8FromJsOptionItem() argument 106 GetBoolFromJsOptionItem(napi_env env, napi_value object, const std::string &key, bool &value) GetBoolFromJsOptionItem() argument [all...] |
/foundation/deviceprofile/device_info_manager/interfaces/innerkits/core/src/ |
H A D | distributed_device_profile_client.cpp | 380 auto object = samgrProxy->CheckSystemAbility(DISTRIBUTED_DEVICE_PROFILE_SA_ID); in GetDeviceProfileService() local
|
/foundation/communication/wifi/wifi/frameworks/js/napi/src/ |
H A D | wifi_napi_utils.cpp | 60 napi_value JsObjectToString(const napi_env& env, const napi_value& object, in JsObjectToString() argument 105 napi_value JsObjectToInt(const napi_env& env, const napi_value& object, const char* fieldStr, int& fieldRef) in JsObjectToInt() argument 123 napi_value JsObjectToUint(const napi_env& env, const napi_value& object, const char* fieldStr, uint32_t& fieldRef) in JsObjectToUint() argument 141 JsObjectToBool(const napi_env& env, const napi_value& object, const char* fieldStr, bool& fieldRef) JsObjectToBool() argument 159 JsObjectToU8Vector(const napi_env& env, const napi_value& object, const char* fieldStr) JsObjectToU8Vector() argument [all...] |
/foundation/communication/netmanager_ext/frameworks/js/napi/netfirewall/src/context/ |
H A D | net_firewall_param_check.cpp | 32 int32_t NetFirewallParamCheck::CheckFirewallRulePolicy(napi_env env, napi_value object)
in CheckFirewallRulePolicy() argument 79 CheckFirewallDns(napi_env env, napi_value object) CheckFirewallDns() argument 118 CheckFirewallAction(napi_env env, napi_value object) CheckFirewallAction() argument 129 CheckFirewallDirection(napi_env env, napi_value object) CheckFirewallDirection() argument 277 CheckIpList(napi_env env, napi_value object) CheckIpList() argument 324 CheckPortList(napi_env env, napi_value object) CheckPortList() argument 366 CheckDomainList(napi_env env, napi_value object) CheckDomainList() argument 411 CheckUpdateFirewallRule(napi_env env, napi_value object) CheckUpdateFirewallRule() argument 429 CheckAddFirewallRule(napi_env env, napi_value object) CheckAddFirewallRule() argument 434 CheckFirewallRule(napi_env env, napi_value object) CheckFirewallRule() argument 483 CheckRuleObjectParams(napi_env env, napi_value object, const NetFirewallRuleType &type) CheckRuleObjectParams() argument 514 CheckRuleObjectParamValue(napi_env env, napi_value object, const std::string &propertyName) CheckRuleObjectParamValue() argument 540 CheckRuleName(napi_env env, napi_value object) CheckRuleName() argument 572 CheckRuleNumberParam(napi_env env, napi_value object, const std::string &propertyName) CheckRuleNumberParam() argument [all...] |
/foundation/distributeddatamgr/preferences/test/native/unittest/ |
H A D | preferences_test.cpp | 982 EXPECT_EQ(static_cast<Object>(res), object); in HWTEST_F() local
|
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/src/ |
H A D | napi_rdb_store_helper.cpp | 267 int ParseContext(const napi_env &env, const napi_value &object, std::shared_ptr<HelperRdbContext> context) in ParseContext() argument 276 int ParseDatabaseName(const napi_env &env, const napi_value &object, std::shared_ptr<HelperRdbContext> context) in ParseDatabaseName() argument 294 int ParseIsEncrypt(const napi_env &env, const napi_value &object, std::shared_ptr<HelperRdbContext> context) in ParseIsEncrypt() argument 333 int ParseSecurityLevel(const napi_env &env, const napi_value &object, std::shared_ptr<HelperRdbContext> context) in ParseSecurityLevel() argument 365 ParseStoreConfig(const napi_env &env, const napi_value &object, std::shared_ptr<HelperRdbContext> context) ParseStoreConfig() argument 374 ParseStoreConfigV9(const napi_env &env, const napi_value &object, std::shared_ptr<HelperRdbContext> context) ParseStoreConfigV9() argument [all...] |
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | abs_result_set.cpp | 155 ValueObject object;
in GetBlob() local 173 ValueObject object;
in GetString() local 201 ValueObject object;
in GetLong() local 218 ValueObject object; GetDouble() local [all...] |
H A D | rdb_service_proxy.cpp | 53 RdbServiceProxy::RdbServiceProxy(const sptr<IRemoteObject> &object) in RdbServiceProxy() argument
|
/foundation/distributeddatamgr/pasteboard/framework/test/src/ |
H A D | pasteboard_multi_type_unified_data_delay_test.cpp | 97 Object object; in InitPixelMapUds() local
|
H A D | convert_utils_test.cpp | 143 Object object; in AddPixelMapUdsEntry() local 259 auto object = std::get_if<std::shared_ptr<Object>>(&decodeValue); in CheckPlainUds() local 275 auto object = std::get_if<std::shared_ptr<Object>>(&decodeValue); in CheckFileUriUds() local 291 auto object = std::get_if<std::shared_ptr<Object>>(&decodeValue); CheckHtmlUds() local 307 auto object = std::get_if<std::shared_ptr<Object>>(&decodeValue); CheckPixelMapUds() local 327 auto object = std::get_if<std::shared_ptr<Object>>(&decodeValue); CheckLinkUds() local 343 auto object = std::get_if<std::vector<uint8_t>>(&decodeValue); CheckCustomEntry() local [all...] |
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/ |
H A D | napi_result_set.cpp | 586 ValueObject object; in GetValue() local
|
/foundation/distributeddatamgr/udmf/framework/jskitsimpl/common/ |
H A D | napi_data_utils.cpp | 418 napi_status NapiDataUtils::GetValue(napi_env env, napi_value in, std::shared_ptr<Object> &object) in GetValue() argument 480 SetValue(napi_env env, const std::shared_ptr<Object> &object, napi_value &out) SetValue() argument [all...] |
/foundation/distributedhardware/distributed_input/interfaces/ipc/src/ |
H A D | distributed_input_client.cpp | 771 auto object = samgr->CheckSystemAbility(DISTRIBUTED_HARDWARE_INPUT_SINK_SA_ID, networkId); in GetRemoteDInput() local
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/utils/ |
H A D | napi_common.cpp | 19 void BindNativeFunction(napi_env env, napi_value object, const char* name, const char* moduleName, napi_callback func)
in BindNativeFunction() argument
|