| /base/print/print_fwk/frameworks/kits/extension/src/ |
| H A D | js_print_extension_context.cpp | 419 napi_value object = nullptr; in CreateJsMetadata() local 443 napi_value object = nullptr; in CreateJsExtensionAbilityInfoMessage() local 476 napi_value object = objValue; CreateJsPrintExtensionContext() local [all...] |
| /base/request/request/frameworks/js/napi/src/legacy/ |
| H A D | request_manager.cpp | 224 void RequestManager::CallFailCallback(napi_env env, napi_value object, const std::string &msg)
in CallFailCallback() argument 236 void RequestManager::CallSuccessCallback(napi_env env, napi_value object, const std::string &token)
in CallSuccessCallback() argument
|
| /base/msdp/device_status/frameworks/js/napi/interaction/drag/src/ |
| H A D | js_drag_context.cpp | 132 napi_value object = nullptr; in GetInstance() local
|
| /base/notification/common_event_service/frameworks/core/src/ |
| H A D | common_event_proxy.cpp | 29 CommonEventProxy::CommonEventProxy(const sptr<IRemoteObject> &object) : IRemoteProxy<ICommonEvent>(object) in CommonEventProxy() argument
|
| /base/notification/eventhandler/interfaces/inner_api/ |
| H A D | event_handler.h | 170 inline bool SendEvent(uint32_t innerEventId, const std::shared_ptr<T> &object, in SendEvent() argument 186 inline bool SendEvent(uint32_t innerEventId, const std::weak_ptr<T> &object, in SendEvent() argument 202 SendEvent(uint32_t innerEventId, std::unique_ptr<T, D> &object, int64_t delayTime = 0, const Caller &caller = {}) SendEvent() argument 218 SendEvent(uint32_t innerEventId, std::unique_ptr<T, D> &&object, int64_t delayTime = 0, const Caller &caller = {}) SendEvent() argument 269 SendImmediateEvent(uint32_t innerEventId, const std::shared_ptr<T> &object, const Caller &caller = {}) SendImmediateEvent() argument 284 SendImmediateEvent(uint32_t innerEventId, const std::weak_ptr<T> &object, const Caller &caller = {}) SendImmediateEvent() argument 299 SendImmediateEvent(uint32_t innerEventId, std::unique_ptr<T, D> &object, const Caller &caller = {}) SendImmediateEvent() argument 314 SendImmediateEvent(uint32_t innerEventId, std::unique_ptr<T, D> &&object, const Caller &caller = {}) SendImmediateEvent() argument 369 SendHighPriorityEvent(uint32_t innerEventId, const std::shared_ptr<T> &object, int64_t delayTime = 0, const Caller &caller = {}) SendHighPriorityEvent() argument 385 SendHighPriorityEvent(uint32_t innerEventId, const std::weak_ptr<T> &object, int64_t delayTime = 0, const Caller &caller = {}) SendHighPriorityEvent() argument 401 SendHighPriorityEvent(uint32_t innerEventId, std::unique_ptr<T, D> &object, int64_t delayTime = 0, const Caller &caller = {}) SendHighPriorityEvent() argument 417 SendHighPriorityEvent(uint32_t innerEventId, std::unique_ptr<T, D> &&object, int64_t delayTime = 0, const Caller &caller = {}) SendHighPriorityEvent() argument 629 SendSyncEvent(uint32_t innerEventId, const std::shared_ptr<T> &object, Priority priority = Priority::LOW, const Caller &caller = {}) SendSyncEvent() argument 645 SendSyncEvent(uint32_t innerEventId, const std::weak_ptr<T> &object, Priority priority = Priority::LOW, const Caller &caller = {}) SendSyncEvent() argument 661 SendSyncEvent(uint32_t innerEventId, std::unique_ptr<T, D> &object, Priority priority = Priority::LOW, const Caller &caller = {}) SendSyncEvent() argument 677 SendSyncEvent(uint32_t innerEventId, std::unique_ptr<T, D> &&object, Priority priority = Priority::LOW, const Caller &caller = {}) SendSyncEvent() argument 792 SendTimingEvent(uint32_t innerEventId, const std::shared_ptr<T> &object, int64_t taskTime, Priority priority = Priority::LOW, const Caller &caller = {}) SendTimingEvent() argument 809 SendTimingEvent(uint32_t innerEventId, const std::weak_ptr<T> &object, int64_t taskTime, Priority priority = Priority::LOW, const Caller &caller = {}) SendTimingEvent() argument 826 SendTimingEvent(uint32_t innerEventId, std::unique_ptr<T, D> &object, int64_t taskTime, Priority priority = Priority::LOW, const Caller &caller = {}) SendTimingEvent() argument 843 SendTimingEvent(uint32_t innerEventId, std::unique_ptr<T, D> &&object, int64_t taskTime, Priority priority = Priority::LOW, const Caller &caller = {}) SendTimingEvent() argument [all...] |
| /base/location/test/location_network/source/ |
| H A D | network_ability_test.cpp | 639 const wptr<IRemoteObject> object; in HWTEST_F() local
|
| /base/notification/eventhandler/frameworks/eventhandler/test/unittest/ |
| H A D | lib_event_handler_event_test.cpp | 65 inline static void Deleter(uint32_t *object) in Deleter() argument 127 auto object = std::make_shared<uint32_t>(); in HWTEST_F() local 151 auto object = std::make_shared<uint32_t>(); HWTEST_F() local 178 std::unique_ptr<uint32_t> object = std::make_unique<uint32_t>(number); HWTEST_F() local 203 std::unique_ptr<uint32_t> object = std::make_unique<uint32_t>(number); HWTEST_F() local [all...] |
| /base/notification/distributed_notification_service/services/ans/test/unittest/notification_subscriber_manager_branch_test/ |
| H A D | notification_subscriber_manager_branch_test.cpp | 139 wptr<IRemoteObject> object = nullptr;
in HWTEST_F() local
|
| /base/msdp/device_status/frameworks/js/napi/interaction/cooperate/src/ |
| H A D | js_event_cooperate_target.cpp | 292 napi_value object = JsUtilCooperate::GetEnableInfo(cb);
in CallEnablePromiseWork() local 335 napi_value object = JsUtilCooperate::GetEnableInfo(cb);
in CallEnableAsyncWork() local 370 napi_value object = JsUtilCooperate::GetStartInfo(cb); CallStartPromiseWork() local 413 napi_value object = JsUtilCooperate::GetStartInfo(cb); CallStartAsyncWork() local 448 napi_value object = JsUtilCooperate::GetStopInfo(cb); CallStopPromiseWork() local 492 napi_value object = JsUtilCooperate::GetStopInfo(cb); CallStopAsyncWork() local 527 napi_value object = JsUtilCooperate::GetStateInfo(cb); CallGetStatePromiseWork() local 614 napi_value object = nullptr; EmitCoordinationMessageEvent() local [all...] |
| /base/security/access_token/interfaces/innerkits/nativetoken/test/mock/src/ |
| H A D | cJSON.c | 58 cJSON* cJSON_GetObjectItem(const cJSON* const object, const char* const string) in cJSON_GetObjectItem() argument 362 cJSON_free(void* object) cJSON_free() argument [all...] |
| /base/security/certificate_framework/frameworks/js/napi/certificate/src/ |
| H A D | napi_cert_extension.cpp | 44 NapiCertExtension::NapiCertExtension(CfObject *object)
in NapiCertExtension() argument
|
| /base/security/certificate_manager/interfaces/kits/napi/src/ |
| H A D | cm_napi_grant.cpp | 76 static napi_value ParseString2Uint32(napi_env env, napi_value object, uint32_t &value)
in ParseString2Uint32() argument
|
| H A D | cm_napi_user_trusted_cert.cpp | 70 static int32_t GetUserCertData(napi_env env, napi_value object, UserCertAsyncContext context)
in GetUserCertData() argument 88 static int32_t GetCertAliasData(napi_env env, napi_value object, UserCertAsyncContext context)
in GetCertAliasData() argument 99 static napi_value ParseCertInfo(napi_env env, napi_value object, UserCertAsyncContext context)
in ParseCertInfo() argument
|
| /base/security/crypto_framework/plugin/openssl_plugin/key/asy_key_generator/src/ |
| H A D | ecc_common_param_spec_generator_openssl.c | 258 HcfEccCommParamsSpecSpi *object = BuildEccCommonParamObject(); in HcfECCCommonParamSpecCreate() local [all...] |
| /base/security/device_security_level/services/dfx/ |
| H A D | dslm_hidumper.c | 173 RequestObject object; in GetDefaultStatus() local
|
| /base/security/device_security_level/services/sa/standard/ |
| H A D | dslm_ipc_process.cpp | 48 auto object = Singleton<DslmIpcProcess::RemoteHolder>::GetInstance().Pop(owner, cookie); in ProcessCallback() local 185 bool DslmIpcProcess::RemoteHolder::Push(uint32_t owner, uint32_t cookie, const sptr<IRemoteObject> &object) in Push() argument 63 DslmGetRequestFromParcel(MessageParcel &data, DeviceIdentify &identify, RequestOption &option, sptr<IRemoteObject> &object, uint32_t &cookie) DslmGetRequestFromParcel() argument
|
| /base/sensors/sensor/frameworks/native/src/ |
| H A D | sensor_service_client.cpp | 51 void OnPacket(SensorServiceClient *object, RustNetPacket *cPkt) in OnPacket() argument 87 auto object = systemAbilityManager->GetSystemAbility(SENSOR_SERVICE_ABILITY_ID); in InitServiceClient() local 261 void SensorServiceClient::ProcessDeathObserver(const wptr<IRemoteObject> &object) in ProcessDeathObserver() argument
|
| /base/security/huks/interfaces/kits/napi/src/v8/ |
| H A D | huks_napi_update_finish.cpp | 139 static int32_t CheckIsCallbackFuction(napi_env env, napi_value object, bool &isFunc) in CheckIsCallbackFuction() argument 155 static int32_t GetCallBackFunction(napi_env env, napi_value object, UpdateAsyncContext context) in GetCallBackFunction() argument 167 static int32_t GetToken(napi_env env, napi_value object, UpdateAsyncContext context) in GetToken() argument 243 static int32_t GetInputParamSet(napi_env env, napi_value object, struct HksBlob *&token, HksParamSet *¶mSet) in GetInputParamSet() argument
|
| /base/security/huks/interfaces/kits/napi/src/ |
| H A D | huks_napi.cpp | 56 inline void AddInt32Property(napi_env env, napi_value object, const char *name, int32_t value) in AddInt32Property() argument
|
| /base/sensors/sensor/services/hdi_connection/adapter/src/ |
| H A D | hdi_connection.cpp | 289 void HdiConnection::ProcessDeathObserver(const wptr<IRemoteObject> &object)
in ProcessDeathObserver() argument
|
| /base/sensors/miscdevice/services/miscdevice_service/hdi_connection/adapter/src/ |
| H A D | hdi_connection.cpp | 260 void HdiConnection::ProcessDeathObserver(const wptr<IRemoteObject> &object) in ProcessDeathObserver() argument
|
| /base/security/security_guard/services/security_collector/src/ |
| H A D | security_collector_manager_service.cpp | 294 sptr<IRemoteObject> object = remote.promote(); in OnRemoteDied() local
|
| /base/sensors/miscdevice/frameworks/native/vibrator/src/ |
| H A D | vibrator_service_client.cpp | 293 void VibratorServiceClient::ProcessDeathObserver(const wptr<IRemoteObject> &object) in ProcessDeathObserver() argument
|
| /base/sensors/sensor/vibration_convert/interfaces/js/src/ |
| H A D | vibrator_convert_napi_utils.cpp | 159 napi_value object = nullptr; in GetResultInfo() local 212 napi_value object = nullptr; in GetAudioDataInfo() local 254 napi_value object = nullptr; GetAudioToHapticInfo() local [all...] |
| H A D | vibrator_convert_js.cpp | 108 napi_value object = nullptr; in GetInstance() local
|