Home
last modified time | relevance | path

Searched refs:MAX_NAME_LEN (Results 1 - 12 of 12) sorted by relevance

/foundation/systemabilitymgr/samgr_lite/samgr_endpoint/source/
H A Dsa_store.h28 #define MAX_NAME_LEN 16 macro
35 char name[MAX_NAME_LEN];
42 char name[MAX_NAME_LEN];
H A Ddefault_client_mini_adapter.c47 char saName[MAX_COUNT_NUM * MAX_NAME_LEN + MAX_COUNT_NUM]; in QueryRemoteIdentityInner()
48 int count = sprintf_s(saName, MAX_COUNT_NUM * MAX_NAME_LEN + MAX_COUNT_NUM, in QueryRemoteIdentityInner()
H A Dsa_store.c31 if (strncmp(curNode->info.name, service, MAX_NAME_LEN) == 0) { in FindServiceByName()
43 (feature != NULL && strncmp(curNode->name, feature, MAX_NAME_LEN) == 0)) { in FindFeatureByName()
82 if (strcpy_s(fNode->name, MAX_NAME_LEN, feature) != EOK) { in SASTORA_Save()
94 if (strcpy_s(curNode->info.name, MAX_NAME_LEN, service) != EOK) { in SASTORA_Save()
/foundation/systemabilitymgr/samgr_lite/samgr_client/source/
H A Dremote_register_rpc.c55 char saNameStr[SA_NAME_NUM * MAX_NAME_LEN + SA_NAME_NUM]; in SAMGR_RegisterServiceApi()
56 (void)sprintf_s(saNameStr, SA_NAME_NUM * MAX_NAME_LEN + SA_NAME_NUM, "%s#%s", service, feature?feature:""); in SAMGR_RegisterServiceApi()
/foundation/communication/ipc/ipc/test/auxiliary/native/src/
H A Dipc_test_helper.cpp29 static const int MAX_NAME_LEN = 256; member
92 char filepath[MAX_NAME_LEN + 1]; in GetPidByName()
93 char curTaskName[MAX_NAME_LEN + 1]; in GetPidByName()
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/
H A Dnstackx_util.h44 #define MAX_NAME_LEN 99 macro
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dbundle_common.h44 const uint16_t MAX_NAME_LEN = 255; member
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dgt_bundle_manager_service.cpp1250 char *fileName = reinterpret_cast<char *>(AdapterMalloc(MAX_NAME_LEN + 1)); in QueryPreAppInfo()
1256 if (memset_s(fileName, MAX_NAME_LEN + 1, 0, MAX_NAME_LEN + 1) != EOK) { in QueryPreAppInfo()
1260 if (strcpy_s(fileName, MAX_NAME_LEN + 1, ent->d_name) != 0) { in QueryPreAppInfo()
H A Dbundle_parser.cpp406 CHECK_LENGTH(strlen(bundleProfile.moduleInfo.name), MAX_NAME_LEN, in ParseModuleInfo() local
/foundation/systemabilitymgr/samgr_lite/samgr_server/source/
H A Dsamgr_server_rpc.c98 if (strncmp(node->saName.service, service, MAX_NAME_LEN) == 0) { in GetSaNodeBySaName()
100 if ((node->saName.feature != NULL) && (strncmp(node->saName.feature, feature, MAX_NAME_LEN) == 0)) { in GetSaNodeBySaName()
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_frame.c65 if (strlen(path) > MAX_NAME_LEN) { in GetTarTotalBlockLength()
H A Dnstackx_file_manager_client.c633 if (strlen(path) > MAX_NAME_LEN) { in PackGetTarBlockLen()

Completed in 12 milliseconds