Home
last modified time | relevance | path

Searched defs:item (Results 476 - 500 of 868) sorted by relevance

1...<<11121314151617181920>>...35

/base/print/print_fwk/test/unittest/service_test/
H A Dprint_system_data_test.cpp1029 nlohmann::json item = nlohmann::json::object(); in HWTEST_F() local
1044 nlohmann::json item = nlohmann::json::object(); in HWTEST_F() local
1065 nlohmann::json item = nlohmann::json::object(); HWTEST_F() local
1093 nlohmann::json item = nlohmann::json::object(); HWTEST_F() local
[all...]
/base/powermgr/display_manager/state_manager/frameworks/napi/
H A Dbrightness.cpp253 auto item = errorTable_.find(static_cast<DisplayErrors>(code_)); in GetError() local
/base/powermgr/thermal_manager/test/unittest/src/
H A Dthermal_config_file_parser.cpp144 BaseItem item; in ParseBaseNode() local
/base/msdp/device_status/test/unittest/intention/cooperate/src/
H A Dcooperate_plugin_test.cpp136 MMI::PointerEvent::PointerItem item; in CreatePointerItem() local
/base/security/appverify/interfaces/innerkits/appverify/src/provision/
H A Dprovision_verify.cpp124 cJSON* item = NULL; in GetStringArrayIfExist() local
/base/security/crypto_framework/frameworks/js/napi/crypto/src/
H A Dnapi_cipher.cpp848 CipherSpecItem item; in JsSetCipherSpec() local
882 static napi_value GetCipherSpecString(napi_env env, CipherSpecItem item, HcfCipher *cipher) in GetCipherSpecString() argument
898 static napi_value GetCipherSpecUint8Array(napi_env env, CipherSpecItem item, HcfCipher *cipher) in GetCipherSpecUint8Array() argument
926 CipherSpecItem item; in JsGetCipherSpec() local
[all...]
H A Dnapi_sign.cpp858 static HcfResult SetDetailSignSpec(napi_env env, napi_value *argv, SignSpecItem item, HcfSign *sign) in SetDetailSignSpec() argument
891 SignSpecItem item; in JsSetSignSpec() local
912 static napi_value GetSignSpecString(napi_env env, SignSpecItem item, HcfSign *sign) in GetSignSpecString() argument
928 static napi_value GetSignSpecNumber(napi_env env, SignSpecItem item, HcfSign *sign) in GetSignSpecNumber() argument
956 SignSpecItem item; in JsGetSignSpec() local
[all...]
H A Dnapi_verify.cpp1122 static HcfResult SetDetailVerifySpec(napi_env env, napi_value *argv, SignSpecItem item, HcfVerify *verify) in SetDetailVerifySpec() argument
1154 SignSpecItem item; in JsSetVerifySpec() local
1175 static napi_value GetVerifySpecString(napi_env env, SignSpecItem item, HcfVerify *verify) in GetVerifySpecString() argument
1191 static napi_value GetVerifySpecNumber(napi_env env, SignSpecItem item, HcfVerify *verify) in GetVerifySpecNumber() argument
1219 SignSpecItem item; in JsGetVerifySpec() local
[all...]
/base/security/crypto_framework/plugin/openssl_plugin/key/asy_key_generator/src/
H A Ddsa_asy_key_generator_openssl.c250 static HcfResult GetBigIntegerSpecFromDsaPubKey(const HcfPubKey *self, const AsyKeySpecItem item, in GetBigIntegerSpecFromDsaPubKey() argument
288 static HcfResult GetBigIntegerSpecFromDsaPriKey(const HcfPriKey *self, const AsyKeySpecItem item, in GetBigIntegerSpecFromDsaPriKey() argument
326 static HcfResult GetIntSpecFromDsaPubKey(const HcfPubKey *self, const AsyKeySpecItem item, int *returnInt) in GetIntSpecFromDsaPubKey() argument
333 static HcfResult GetIntSpecFromDsaPriKey(const HcfPriKey *self, const AsyKeySpecItem item, int *returnInt) in GetIntSpecFromDsaPriKey() argument
340 static HcfResult GetStrSpecFromDsaPubKey(const HcfPubKey *self, const AsyKeySpecItem item, char **returnString) in GetStrSpecFromDsaPubKey() argument
347 static HcfResult GetStrSpecFromDsaPriKey(const HcfPriKey *self, const AsyKeySpecItem item, cha argument
[all...]
/base/startup/appspawn/modules/sandbox/
H A Dsandbox_load.c325 cJSON *item = cJSON_GetArrayItem(configs, i); in ParseGidTableConfig() local
/base/startup/init/services/modules/bootevent/
H A Dbootevent.c55 BOOT_EVENT_PARAM_ITEM *item = (BOOT_EVENT_PARAM_ITEM *)node; in BootEventParaListCompareProc() local
67 BOOT_EVENT_PARAM_ITEM *item = (BOOT_EVENT_PARAM_ITEM *)node; in ParseBooteventCompareProc() local
74 static int AddBootEventItem(BOOT_EVENT_PARAM_ITEM *item, const char *paramName) in AddBootEventItem() argument
94 BOOT_EVENT_PARAM_ITEM *item = (BOOT_EVENT_PARAM_ITEM *)calloc(1, sizeof(BOOT_EVENT_PARAM_ITEM)); AddBootEventItemByName() local
135 BOOT_EVENT_PARAM_ITEM *item = (BOOT_EVENT_PARAM_ITEM *)extData->data; AddServiceBootEvent() local
155 BOOT_EVENT_PARAM_ITEM *item = calloc(1, sizeof(BOOT_EVENT_PARAM_ITEM)); AddInitBootEvent() local
197 BOOT_EVENT_PARAM_ITEM *item = (BOOT_EVENT_PARAM_ITEM *)node; BootEventTraversal() local
389 cJSON *item = cJSON_GetArrayItem(bootEvents, i); ServiceParseBootEventHook() local
461 BOOT_EVENT_PARAM_ITEM *item = DoUnsetBootEventCmd() local
488 BOOT_EVENT_PARAM_ITEM *item; SetServiceBootEventFork() local
521 BOOT_EVENT_PARAM_ITEM *item = calloc(1, sizeof(BOOT_EVENT_PARAM_ITEM)); AddCmdBootEvent() local
[all...]
/base/startup/init/services/param/include/
H A Dtrigger_manager.h136 ListNode item; member
142 ListNode item; member
/base/startup/init/interfaces/innerkits/fs_manager/
H A Dfstab_mount.c86 const SUPPORTED_FILE_SYSTEM *item = GetSupportedFileSystemInfo(fsType); in IsSupportedDataType() local
98 const SUPPORTED_FILE_SYSTEM *item = GetSupportedFileSystemInfo(fsType); in IsSupportedFilesystem() local
451 static int DoMountOneItem(FstabItem *item) in DoMountOneItem() argument
486 MountItemByFsType(FstabItem *item) MountItemByFsType() argument
517 MountOneItem(FstabItem *item) MountOneItem() argument
572 NeedDmVerity(FstabItem *item) NeedDmVerity() argument
587 AdjustPartitionNameByPartitionSlot(FstabItem *item) AdjustPartitionNameByPartitionSlot() argument
605 CheckRequiredAndMount(FstabItem *item, bool required) CheckRequiredAndMount() argument
653 FstabItem *item = NULL; MountAllWithFstab() local
710 FstabItem *item = NULL; UmountAllWithFstabFile() local
754 FstabItem *item = NULL; MountOneWithFstabFile() local
[all...]
/base/startup/init/services/sandbox/
H A Dsandbox.c113 static unsigned long GetSandboxMountFlags(cJSON *item) in GetSandboxMountFlags() argument
224 static int AddMountInfoToSandbox(sandbox_t *sandbox, cJSON *item, const char *type) in AddMountInfoToSandbox() argument
244 cJSON *item in AddMountInfoToSandbox() local
267 AddSymbolLinksToSandbox(sandbox_t *sandbox, cJSON *item, const char *type) AddSymbolLinksToSandbox() argument
309 cJSON *item = cJSON_GetArrayItem(obj, i); GetSandboxInfo() local
[all...]
/base/telephony/call_manager/frameworks/native/src/
H A Dcellular_call_proxy.cpp1054 int32_t CellularCallProxy::SetImsConfig(int32_t slotId, ImsConfigItem item, const std::string &value) in SetImsConfig() argument
1083 int32_t CellularCallProxy::SetImsConfig(int32_t slotId, ImsConfigItem item, int32_t value) in SetImsConfig() argument
1112 int32_t CellularCallProxy::GetImsConfig(int32_t slotId, ImsConfigItem item) in GetImsConfig() argument
/base/telephony/cellular_call/vendor/ims/services/ims_call/src/
H A Dims_call.cpp363 int32_t ImsCall::SetImsConfig(ImsConfigItem item, const std::string &value) in SetImsConfig() argument
378 int32_t ImsCall::SetImsConfig(ImsConfigItem item, int32_t value) in SetImsConfig() argument
393 int32_t ImsCall::GetImsConfig(ImsConfigItem item) in GetImsConfig() argument
/base/telephony/cellular_data/services/src/
H A Dcellular_data_service.cpp707 std::map<int32_t, std::shared_ptr<CellularDataController>>::const_iterator item = in GetCellularDataController() local
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch4_test.cpp547 ImsConfigItem item = ITEM_VIDEO_QUALITY; in HWTEST_F() local
H A Dzero_branch3_test.cpp713 ImsConfigItem item = ITEM_VIDEO_QUALITY; in HWTEST_F() local
761 ImsConfigItem item = ITEM_VIDEO_QUALITY; in HWTEST_F() local
[all...]
/base/telephony/sms_mms/services/sms/
H A Dsms_sender.cpp238 auto item = sendCacheMap_.begin(); in SendCacheMapTimeoutCheck() local
/base/telephony/cellular_call/services/ims_service_interaction/src/
H A Dims_call_proxy.cpp454 int32_t ImsCallProxy::SetImsConfig(ImsConfigItem item, const std::string &value) in SetImsConfig() argument
472 int32_t ImsCallProxy::SetImsConfig(ImsConfigItem item, int32_t value) in SetImsConfig() argument
490 int32_t ImsCallProxy::GetImsConfig(ImsConfigItem item) in GetImsConfig() argument
H A Dims_call_client.cpp429 int32_t ImsCallClient::SetImsConfig(ImsConfigItem item, const std::string &value) in SetImsConfig() argument
439 int32_t ImsCallClient::SetImsConfig(ImsConfigItem item, int32_t value) in SetImsConfig() argument
449 int32_t ImsCallClient::GetImsConfig(ImsConfigItem item) in GetImsConfig() argument
/base/theme/wallpaper_mgr/frameworks/kits/extension/src/
H A Djs_wallpaper_extension_context.cpp359 auto item = std::find_if(connects_.begin(), connects_.end(), in OnDisconnectAbility() local
605 auto item = std::find_if(connects_.begin(), connects_.end(), in HandleOnAbilityDisconnectDone() local
/base/usb/usb_manager/interfaces/innerkits/native/include/
H A Dusb_device.h84 cJSON *item = cJSON_GetObjectItem(jsonObject, key); in GetIntValue() local
95 cJSON *item = cJSON_GetObjectItem(jsonObject, key); in GetStringValue() local
/base/web/webview/ohos_adapter/audio_adapter/src/
H A Daudio_system_manager_adapter_impl.cpp465 auto item = STREAM_TYPE_MAP.find(streamType); in GetStreamType() local

Completed in 35 milliseconds

1...<<11121314151617181920>>...35