Home
last modified time | relevance | path

Searched defs:object (Results 551 - 575 of 1309) sorted by relevance

1...<<21222324252627282930>>...53

/base/print/print_fwk/frameworks/innerkitsimpl/scan_impl/src/
H A Dscan_service_proxy.cpp26 ScanServiceProxy::ScanServiceProxy(const sptr<IRemoteObject> &object) : IRemoteProxy<IScanService>(object) {} in ScanServiceProxy() argument
/base/print/print_fwk/services/print_service/src/
H A Dprint_cups_attribute.cpp264 nlohmann::json object; in ParseSupportedResolutionAttribute() local
302 nlohmann::json object; in ParseDefaultResolutionAttribute() local
/base/print/print_fwk/services/scan_service/src/
H A Dscan_system_data.cpp33 bool ScanSystemData::CheckJsonObjectValue(const nlohmann::json& object) in CheckJsonObjectValue() argument
53 nlohmann::json object = element.value(); in ParseScannerListJsonV1() local
[all...]
/base/print/print_fwk/frameworks/helper/print_helper/src/
H A Dprint_attributes_helper.cpp189 bool PrintAttributesHelper::ValidateProperty(napi_env env, napi_value object) in ValidateProperty() argument
/base/print/print_fwk/frameworks/kits/extension/src/
H A Djs_print_extension_context.cpp419 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 Drequest_manager.cpp224 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 Djs_drag_context.cpp132 napi_value object = nullptr; in GetInstance() local
/base/notification/common_event_service/frameworks/core/src/
H A Dcommon_event_proxy.cpp29 CommonEventProxy::CommonEventProxy(const sptr<IRemoteObject> &object) : IRemoteProxy<ICommonEvent>(object) in CommonEventProxy() argument
/base/notification/eventhandler/interfaces/inner_api/
H A Devent_handler.h170 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 Dnetwork_ability_test.cpp639 const wptr<IRemoteObject> object; in HWTEST_F() local
/base/notification/eventhandler/frameworks/eventhandler/test/unittest/
H A Dlib_event_handler_event_test.cpp65 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 Dnotification_subscriber_manager_branch_test.cpp139 wptr<IRemoteObject> object = nullptr; in HWTEST_F() local
/base/msdp/device_status/frameworks/js/napi/interaction/cooperate/src/
H A Djs_event_cooperate_target.cpp292 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 DcJSON.c58 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 Dnapi_cert_extension.cpp44 NapiCertExtension::NapiCertExtension(CfObject *object) in NapiCertExtension() argument
/base/security/certificate_manager/interfaces/kits/napi/src/
H A Dcm_napi_grant.cpp76 static napi_value ParseString2Uint32(napi_env env, napi_value object, uint32_t &value) in ParseString2Uint32() argument
H A Dcm_napi_user_trusted_cert.cpp70 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 Decc_common_param_spec_generator_openssl.c258 HcfEccCommParamsSpecSpi *object = BuildEccCommonParamObject(); in HcfECCCommonParamSpecCreate() local
[all...]
/base/security/device_security_level/services/dfx/
H A Ddslm_hidumper.c173 RequestObject object; in GetDefaultStatus() local
/base/security/device_security_level/services/sa/standard/
H A Ddslm_ipc_process.cpp48 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 Dsensor_service_client.cpp51 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 Dhuks_napi_update_finish.cpp139 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 *&paramSet) in GetInputParamSet() argument
/base/security/huks/interfaces/kits/napi/src/
H A Dhuks_napi.cpp56 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 Dhdi_connection.cpp289 void HdiConnection::ProcessDeathObserver(const wptr<IRemoteObject> &object) in ProcessDeathObserver() argument
/base/sensors/miscdevice/services/miscdevice_service/hdi_connection/adapter/src/
H A Dhdi_connection.cpp260 void HdiConnection::ProcessDeathObserver(const wptr<IRemoteObject> &object) in ProcessDeathObserver() argument

Completed in 21 milliseconds

1...<<21222324252627282930>>...53