Home
last modified time | relevance | path

Searched defs:type (Results 8401 - 8425 of 20779) sorted by relevance

1...<<331332333334335336337338339340>>...832

/base/request/request/frameworks/js/napi/src/
H A Drequest_event.cpp220 SubscribeType RequestEvent::StringToSubscribeType(const std::string &type, Version version) in StringToSubscribeType() argument
[all...]
/base/location/test/location_common/source/
H A Dlocation_common_test.cpp843 int type = 1; in HWTEST_F() local
/base/msdp/device_status/frameworks/js/napi/src/
H A Ddevicestatus_napi.cpp77 int32_t type = static_cast<int32_t>(data->type); in EmitOnEvent() local
106 void DeviceStatusNapi::OnDeviceStatusChangedDone(int32_t type, int32_t value, bool isOnce) in OnDeviceStatusChangedDone() argument
113 int32_t DeviceStatusNapi::ConvertTypeToInt(const std::string &type) in ConvertTypeToInt() argument
161 IsMatchType(napi_env env, napi_value value, napi_valuetype type) IsMatchType() argument
270 int32_t type = ConvertTypeToInt(mode); CheckGetParam() local
293 int32_t type = DeviceStatusNapi::ConvertTypeToInt(mode); GetParameters() local
329 SubscribeDeviceStatusCallback(napi_env env, napi_callback_info info, napi_value handler, int32_t type, int32_t event, int32_t latency) SubscribeDeviceStatusCallback() argument
396 int32_t type = ConvertTypeToInt(typeMode); SubscribeDeviceStatus() local
431 UnsubscribeCallback(napi_env env, int32_t type, int32_t event) UnsubscribeCallback() argument
[all...]
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dreminder_request_test.cpp1025 Notification::ReminderRequest::ActionButtonType type = HWTEST_F() local
1214 Notification::ReminderRequest::TimeTransferType type = Notification::ReminderRequest::TimeTransferType::WEEK; HWTEST_F() local
1368 uint8_t type = 0; HWTEST_F() local
1384 uint8_t type = 1; HWTEST_F() local
1400 uint8_t type = 2; HWTEST_F() local
1416 uint8_t type = 0; HWTEST_F() local
1629 Notification::ReminderRequest::TimeTransferType type = Notification::ReminderRequest::TimeTransferType(3); HWTEST_F() local
1645 Notification::ReminderRequest::TimeTransferType type = Notification::ReminderRequest::TimeTransferType(3); HWTEST_F() local
2098 constexpr auto type = ReminderRequest::ActionButtonType::SNOOZE; HWTEST_F() local
[all...]
/base/msdp/device_status/frameworks/js/napi/interaction/coordination/src/
H A Djs_event_target.cpp161 void JsEventTarget::AddListener(napi_env env, const std::string &type, napi_value handle) in AddListener() argument
215 void JsEventTarget::RemoveListener(napi_env env, const std::string &type, napi_value handle) in RemoveListener() argument
259 void JsEventTarget::AddListener(napi_env env, const std::string &type, const std::string &networkId, napi_value handle) in AddListener() argument
296 void JsEventTarget::RemoveListener(napi_env env, const std::string &type, cons argument
[all...]
/base/msdp/device_status/test/unittest/intention/services/src/
H A Dintention_service_test.cpp256 std::string type = "unknow"; in PrintDragMessage() local
[all...]
/base/msdp/device_status/intention/cooperate/client/src/
H A Dcooperate_client.cpp470 int32_t type = 0; in OnHotAreaListener() local
495 OnDevHotAreaListener(int32_t displayX, int32_t displayY, HotAreaType type, bool isEdge) OnDevHotAreaListener() argument
/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences_info.cpp100 GetSlot( const NotificationConstant::SlotType &type, sptr<NotificationSlot> &slot) const GetSlot() argument
136 SetSlotFlagsForSlot( const NotificationConstant::SlotType &type) SetSlotFlagsForSlot() argument
190 RemoveSlot(const NotificationConstant::SlotType &type) RemoveSlot() argument
[all...]
/base/msdp/device_status/frameworks/js/napi/interaction/cooperate/src/
H A Djs_cooperate_context.cpp203 char type[MAX_STRING_LEN] = { 0 }; in On() local
237 char type[MAX_STRING_LEN] = { 0 }; in Off() local
[all...]
/base/msdp/device_status/intention/services/device_manager/include/
H A Ddevice.h206 inline void Device::SetKeyboardType(KeyboardType type) in SetKeyboardType() argument
/base/msdp/device_status/services/communication/client/src/
H A Ddevicestatus_srv_proxy.cpp39 void DeviceStatusSrvProxy::Subscribe(Type type, ActivityEvent event, ReportLatencyNs latency, in Subscribe() argument
68 void DeviceStatusSrvProxy::Unsubscribe(Type type, ActivityEvent event, sptr<IRemoteDevStaCallback> callback) in Unsubscribe() argument
97 Data DeviceStatusSrvProxy::GetCache(const Type &type) in GetCache() argument
838 int32_t type; GetDragAction() local
[all...]
/base/msdp/device_status/test/fuzztest/msdpdevicemanager_fuzzer/
H A Dmsdpdevicemanager_fuzzer.cpp188 int32_t ContextService::AddEpoll(EpollEventType type, int32_t fd) in AddEpoll() argument
221 int32_t ContextService::DelEpoll(EpollEventType type, int32_t fd) in DelEpoll() argument
[all...]
/base/msdp/device_status/test/unittest/intention/drag/src/
H A Ddrag_manager_test.cpp168 std::string type = "unknow"; in PrintDragMessage() local
212 std::string type = "unknow"; in PrintStyleMessage() local
[all...]
H A Ddrag_server_test.cpp292 std::string type = "unknow"; in PrintDragMessage() local
[all...]
/base/notification/distributed_notification_service/test/fuzztest/advancednotificationservice_fuzzer/
H A Dadvancednotificationservice_fuzzer.cpp56 uint8_t type = fuzzData.GetData<uint8_t>() % SLOT_TYPE_NUM; in DoSomethingInterestingWithMyAPI() local
/base/security/asset/frameworks/js/napi/src/
H A Dasset_napi_common.cpp89 napi_valuetype type = napi_undefined; in ParseAssetAttribute() local
240 napi_valuetype type = napi_undefined; ParseJsUserId() local
[all...]
/base/security/certificate_framework/frameworks/adapter/v2.0/src/
H A Dcf_adapter_extension_openssl.c153 static int32_t GetExtensionIndexArray(const X509_EXTENSIONS *exts, CfExtensionOidType type, in GetExtensionIndexArray() argument
251 CfOpensslGetOids(const CfBase *object, CfExtensionOidType type, CfBlobArray *out) CfOpensslGetOids() argument
440 GetMatchedEntry(const X509_EXTENSION *found, CfExtensionEntryType type, CfBlob *out) GetMatchedEntry() argument
455 CfOpensslGetEntry(const CfBase *object, CfExtensionEntryType type, const CfBlob *oid, CfBlob *out) CfOpensslGetEntry() argument
[all...]
/base/security/certificate_framework/frameworks/js/napi/certificate/src/
H A Dnapi_object.cpp56 int32_t type; member
69 int32_t type; member
/base/security/appverify/interfaces/innerkits/appverify/src/verify/
H A Dhap_verify_v2.cpp330 bool HapVerifyV2::IsAppDistributedTypeAllowInstall(const AppDistType& type, const ProvisionInfo& provisionInfo) const in IsAppDistributedTypeAllowInstall() argument
353 bool HapVerifyV2::CheckProfileSignatureIsRight(const MatchingStates& matchState, const ProvisionType& type) in CheckProfileSignatureIsRight() argument
[all...]
/base/security/appverify/interfaces/innerkits/appverify_lite/include/
H A Dapp_verify_pub.h103 char *type; /* debug/release */ member
/base/security/certificate_manager/interfaces/kits/napi/src/dialog/
H A Dcm_napi_dialog_common.cpp178 napi_valuetype type; in ParseUint32() local
192 napi_valuetype type; in ParseBoolean() local
206 napi_valuetype type = napi_undefined; in ParseString() local
[all...]
/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/
H A Dcert_manager_auth_mgr.c93 static int32_t GetAndCheckUriObj(struct CMUri *uriObj, const struct CmBlob *uri, uint32_t type) in GetAndCheckUriObj() argument
720 uint32_t type in CmCheckAndGetCommonUri() local
[all...]
H A Dcert_manager_uri.c61 inline bool CertManagerIsKeyObjectType(uint32_t type) in CertManagerIsKeyObjectType() argument
605 int32_t CmConstructCommonUri(const struct CmContext *context, const uint32_t type, in CmConstructCommonUri() argument
[all...]
/base/security/device_security_level/oem_property/common/
H A Ddslm_credential_utils.c538 const EVP_MD *type = (algorithm == TYPE_ECDSA_SHA_256) ? EVP_sha256() : EVP_sha384(); in EcdsaVerify() local
/base/security/dlp_permission_service/frameworks/test/mock/
H A Dopenssl_mock.cpp344 int EVP_DigestInit_ex(EVP_MD_CTX *ctx, const EVP_MD *type, ENGINE *impl) in EVP_DigestInit_ex() argument
315 EVP_Digest(const void *data, size_t count, unsigned char *md, unsigned int *size, const EVP_MD *type, ENGINE *impl) EVP_Digest() argument

Completed in 32 milliseconds

1...<<331332333334335336337338339340>>...832