/base/security/huks/frameworks/huks_standard/main/os_dependency/ipc/src/ |
D | hks_client_service_passthrough.c | 26 static int32_t GetProcessInfo(const struct HksParamSet *paramSet, char **processName, char **userId) in GetProcessInfo() 52 char *processName = NULL; in HksClientRefreshKeyInfo() local 62 char *processName = NULL; in HksClientGenerateKey() local 79 char *processName = NULL; in HksClientImportKey() local 96 char *processName = NULL; in HksClientImportWrappedKey() local 115 char *processName = NULL; in HksClientExportPublicKey() local 132 char *processName = NULL; in HksClientDeleteKey() local 148 char *processName = NULL; in HksClientGetKeyParamSet() local 165 char *processName = NULL; in HksClientKeyExist() local 182 char *processName = NULL; in HksClientSign() local [all …]
|
/base/security/huks/services/huks_standard/huks_service/main/core/src/ |
D | hks_client_check.c | 42 int32_t HksCheckProcessNameAndKeyAlias(const struct HksBlob *processName, const struct HksBlob *key… in HksCheckProcessNameAndKeyAlias() 49 int32_t HksCheckGenAndImportKeyParams(const struct HksBlob *processName, const struct HksBlob *keyA… in HksCheckGenAndImportKeyParams() 58 int32_t HksCheckImportWrappedKeyParams(const struct HksBlob *processName, const struct HksBlob *key… in HksCheckImportWrappedKeyParams() 70 int32_t HksCheckAllParams(const struct HksBlob *processName, const struct HksBlob *keyAlias, in HksCheckAllParams() 79 int32_t HksCheckServiceInitParams(const struct HksBlob *processName, const struct HksBlob *keyAlias, in HksCheckServiceInitParams() 88 int32_t HksCheckGetKeyParamSetParams(const struct HksBlob *processName, const struct HksBlob *keyAl… in HksCheckGetKeyParamSetParams() 101 int32_t HksCheckExportPublicKeyParams(const struct HksBlob *processName, const struct HksBlob *keyA… in HksCheckExportPublicKeyParams() 109 int32_t HksCheckDeriveKeyParams(const struct HksBlob *processName, const struct HksParamSet *paramS… in HksCheckDeriveKeyParams() 115 int32_t HksCheckGetKeyInfoListParams(const struct HksBlob *processName, const struct HksKeyInfo *ke… in HksCheckGetKeyInfoListParams() 141 int32_t HksCheckGenerateRandomParams(const struct HksBlob *processName, const struct HksBlob *rando… in HksCheckGenerateRandomParams() [all …]
|
/base/security/huks/test/unittest/huks_standard_test/storage_multithread_test/src/ |
D | hks_storage_test.cpp | 37 HksBlob processName = { in TearDown() local 59 HksBlob processName = { in PrepareBlob() local 86 HksBlob processName = { variable 115 HksBlob processName = { variable 145 HksBlob processName = { variable
|
/base/security/huks/test/unittest/huks_standard_test/module_test/service_test/huks_service/core/src/ |
D | hks_client_check_test.cpp | 94 struct HksBlob processName = { .size = strlen(nameData), .data = (uint8_t *)nameData}; variable 110 struct HksBlob processName = { .size = strlen(nameData), .data = (uint8_t *)nameData}; variable 127 struct HksBlob processName = { .size = strlen(nameData), .data = (uint8_t *)nameData}; variable 144 struct HksBlob processName = { .size = strlen(nameData), .data = (uint8_t *)nameData}; variable 159 struct HksBlob processName = { .size = strlen(nameData), .data = (uint8_t *)nameData}; variable 174 struct HksBlob processName = { .size = strlen(nameData), .data = (uint8_t *)nameData}; variable 192 struct HksBlob processName = { .size = strlen(nameData), .data = (uint8_t *)nameData}; variable
|
/base/hiviewdfx/hichecker/frameworks/native/ |
D | hichecker_wrapper.cpp | 18 void InitHicheckerParamWrapper(const char *processName) in InitHicheckerParamWrapper()
|
/base/startup/init/services/begetctl/ |
D | sandbox.cpp | 85 static void EnterExec(const std::string &processName) in EnterExec() 112 …d(const std::string &serviceName, const std::string &namespaceName, const std::string &processName) in RunCmd() 138 std::string processName {}; in main_cmd() local
|
/base/startup/appspawn/adapter/sysevent/ |
D | event_reporter.cpp | 30 void ReportProcessExitInfo(const char* processName, int pid, int uid, int status) in ReportProcessExitInfo() 43 void ReportProcessExitInfo(const char* processName, int pid, int uid, int status) in ReportProcessExitInfo()
|
/base/security/huks/test/unittest/huks_standard_test/module_test/service_test/huks_engine/core/src/ |
D | hks_upgrade_key_c_test.cpp | 125 …struct HksBlob processName = { .size = strlen(processNameChar), .data = (uint8_t *)processNameChar… variable 191 …struct HksBlob processName = { .size = strlen(processNameChar), .data = (uint8_t *)processNameChar… variable 215 …struct HksBlob processName = { .size = strlen(processNameChar), .data = (uint8_t *)processNameChar… variable 253 …struct HksBlob processName = { .size = strlen(processNameChar), .data = (uint8_t *)processNameChar… variable
|
D | hks_secure_access_test.cpp | 293 struct HksBlob processName = { .size = strlen("011"), .data = (uint8_t *)"011"}; variable 312 struct HksBlob processName = { .size = strlen("011"), .data = (uint8_t *)"011"}; variable 339 struct HksBlob processName = { .size = strlen("011"), .data = (uint8_t *)"011"}; variable
|
/base/security/huks/frameworks/huks_standard/main/os_dependency/sysinfo/src/ |
D | hks_get_process_info_passthrough.c | 21 int32_t HksGetProcessName(char **processName) in HksGetProcessName()
|
/base/update/sys_installer/services/module_update/service/src/ |
D | crash_sys_event_listener.cpp | 36 std::string processName; in OnEvent() local
|
/base/hiviewdfx/hichecker/test/unittest/common/native/ |
D | hichecker_native_test.cpp | 357 const char *processName = "checker_test111"; variable 370 const char *processName = "checker_test"; variable 382 …const char *processName = "test.process.name.maxlength.greatthan.eighteen.aaaaaaaaaaaaaaaaaaaaaaaa… variable
|
/base/security/access_token/interfaces/innerkits/accesstoken/include/ |
D | native_token_info.h | 63 std::string processName; variable
|
/base/security/huks/test/unittest/huks_lite_test/liteos_a_adapter/upgrade_test/version_one/module_test/src/ |
D | hks_compatibility_module_test.cpp | 202 uint8_t *processName = (uint8_t *)HksMalloc(sizeof(uid)); in TestDoServiceEncryptWithOtherUid() local 231 uint8_t *processName = (uint8_t *)HksMalloc(sizeof(uid)); in TestDoServiceDecryptWithOtherUid() local 351 const char *processName = "123456"; variable 424 uint8_t *processName = (uint8_t *)HksMalloc(sizeof(uid)); variable 461 uint8_t *processName = (uint8_t *)HksMalloc(sizeof(uid)); variable
|
/base/security/access_token/interfaces/innerkits/nativetoken/test/unittest/src/ |
D | nativetoken_kit_test.cpp | 79 static void DeleteGoalItemFromRecord(const char *processName, cJSON *record) in DeleteGoalItemFromRecord() 99 static int32_t DeleteNodeInFile(const char *processName) in DeleteNodeInFile() 127 static int32_t DeleteAccessTokenId(const char *processName) in DeleteAccessTokenId() 148 int32_t Start(const char *processName) in Start() 602 char processName[200][MAX_PROCESS_NAME_LEN]; variable
|
/base/security/device_auth/services/frameworks/src/permission_adapter/ |
D | permission_adapter.cpp | 55 static bool IsProcessAllowAccess(const string &processName, int32_t methodId) in IsProcessAllowAccess()
|
/base/security/access_token/services/accesstokenmanager/main/cpp/include/token/ |
D | native_token_info_inner.h | 35 std::string processName; member
|
/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/resource/ |
D | cpu.h | 49 std::string processName; member 55 std::string processName; member
|
/base/hiviewdfx/faultloggerd/test/unittest/common/ |
D | common_cutil_test.cpp | 46 char processName[NAME_LEN]; variable
|
/base/security/huks/services/huks_standard/huks_service/main/systemapi_wrap/hisysevent_wrapper/include/ |
D | hisysevent_wrapper.h | 27 uint32_t processName; member
|
/base/hiviewdfx/hiview/plugins/freeze_detector/ |
D | vendor.cpp | 87 std::string processName = StringUtil::TrimStr(watchPoint.GetProcessName()); in SendFaultLog() local 147 std::string processName = StringUtil::TrimStr(watchPoint.GetProcessName()); in MergeEventLog() local
|
/base/startup/appspawn/test/moduletest/ |
D | appspawn_test_client.h | 96 … void ClientFillMsg(AppParameter *request, const std::string &processName, const std::string &cmd) in ClientFillMsg()
|
/base/hiviewdfx/faultloggerd/tools/process_dump/ |
D | dfx_process.h | 33 std::string processName = ""; member
|
/base/security/access_token/interfaces/innerkits/nativetoken/include/ |
D | nativetoken_kit.h | 35 const char *processName; member
|
/base/security/huks/test/unittest/modify_old_version_key_test_util/ |
D | hks_test_modify_old_key.c | 72 const char *processName = "hks_client"; in HksTestOldKeyExist() local
|