Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:Strdup
(Results
1 - 25
of
28
) sorted by relevance
1
2
/foundation/ability/ability_lite/services/abilitymgr_lite/src/slite/
H
A
D
bms_helper.cpp
42
char *name = Utils::
Strdup
(bundleName);
in RegisterBundleNames()
55
startupBundleName_ = Utils::
Strdup
(bundleName);
in RegisterStartupBundleName()
75
char *name = Utils::
Strdup
(bundleName);
in RegisterTemporaryBundleNames()
132
svcInfo->bundleName = OHOS::Utils::
Strdup
(want->element->bundleName);
in QueryAbilitySvcInfo()
147
svcInfo->bundleName = OHOS::Utils::
Strdup
(abilityInfo.bundleName);
in QueryAbilitySvcInfo()
148
svcInfo->path = OHOS::Utils::
Strdup
(abilityInfo.srcPath);
in QueryAbilitySvcInfo()
153
svcInfo->bundleName = Utils::
Strdup
(want->element->bundleName);
in QueryAbilitySvcInfo()
155
svcInfo->path = Utils::
Strdup
((const char *)want->data);
in QueryAbilitySvcInfo()
H
A
D
ability_record.cpp
47
appName = Utils::
Strdup
(name);
in SetAppName()
53
appPath = Utils::
Strdup
(path);
in SetAppPath()
H
A
D
ability_record_manager.cpp
113
want->appPath = Utils::
Strdup
(record->appPath);
in StartAbility()
166
.bundleName = OHOS::Utils::
Strdup
(callerBundleName)
in StartRemoteAbility()
1104
want->appPath = OHOS::Utils::
Strdup
(record->appPath);
in CreateWant()
1174
copiedWant->appPath = OHOS::Utils::
Strdup
(want->appPath);
in CopyWant()
/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/
H
A
D
ability_info_utils.cpp
63
abilityInfo->bundleName = Utils::
Strdup
(bundleName);
in SetAbilityInfoBundleName()
75
abilityInfo->moduleName = Utils::
Strdup
(moduleName);
in SetAbilityInfoModuleName()
86
abilityInfo->name = Utils::
Strdup
(name);
in SetAbilityInfoName()
97
abilityInfo->description = Utils::
Strdup
(description);
in SetAbilityInfoDescription()
108
abilityInfo->iconPath = Utils::
Strdup
(iconPath);
in SetAbilityInfoIconPath()
119
abilityInfo->deviceId = Utils::
Strdup
(deviceId);
in SetAbilityInfoDeviceId()
130
abilityInfo->label = Utils::
Strdup
(label);
in SetAbilityInfoLabel()
141
abilityInfo->srcPath = Utils::
Strdup
(srcPath);
in SetAbilityInfoSrcPath()
160
abilityInfo->metaData[i]->name = Utils::
Strdup
(metaData[i]->name);
in SetAbilityInfoMetaData()
163
abilityInfo->metaData[i]->value = Utils::
Strdup
(metaDat
in SetAbilityInfoMetaData()
[all...]
H
A
D
module_info_utils.cpp
74
moduleInfo->moduleName = Utils::
Strdup
(moduleName);
in SetModuleInfoModuleName()
86
moduleInfo->name = Utils::
Strdup
(name);
in SetModuleInfoName()
97
moduleInfo->description = Utils::
Strdup
(description);
in SetModuleInfoDescription()
108
moduleInfo->moduleType = Utils::
Strdup
(moduleType);
in SetModuleInfoModuleType()
122
moduleInfo->deviceType[i] = Utils::
Strdup
(deviceType[i]);
in SetModuleInfoDeviceType()
160
moduleInfo->metaData[i]->name = Utils::
Strdup
(metaData[i]->name);
in SetModuleInfoMetaData()
163
moduleInfo->metaData[i]->value = Utils::
Strdup
(metaData[i]->value);
in SetModuleInfoMetaData()
166
moduleInfo->metaData[i]->extra = Utils::
Strdup
(metaData[i]->extra);
in SetModuleInfoMetaData()
H
A
D
bundle_info_utils.cpp
138
bundleInfo->bundleName = Utils::
Strdup
(bundleName);
in SetBundleInfoBundleName()
149
bundleInfo->vendor = Utils::
Strdup
(vendor);
in SetBundleInfoVendor()
160
bundleInfo->label = Utils::
Strdup
(label);
in SetBundleInfoLabel()
171
bundleInfo->versionName = Utils::
Strdup
(versionName);
in SetBundleInfoVersionName()
182
bundleInfo->bigIconPath = Utils::
Strdup
(bigIconPath);
in SetBundleInfoBigIconPath()
193
bundleInfo->codePath = Utils::
Strdup
(codePath);
in SetBundleInfoCodePath()
204
bundleInfo->dataPath = Utils::
Strdup
(dataPath);
in SetBundleInfoDataPath()
256
bundleInfo->appId = Utils::
Strdup
(appId);
in SetBundleInfoAppId()
308
bundleInfo->smallIconPath = Utils::
Strdup
(smallIconPath);
in SetBundleInfoSmallIconPath()
H
A
D
element_name.cpp
57
element->deviceId = OHOS::Utils::
Strdup
(deviceId);
in SetElementDeviceID()
68
element->bundleName = OHOS::Utils::
Strdup
(bundleName);
in SetElementBundleName()
79
element->abilityName = OHOS::Utils::
Strdup
(abilityName);
in SetElementAbilityName()
H
A
D
convert_utils.cpp
678
if (cJSON_IsString(item) && (metaData[index]->name = Utils::
Strdup
(item->valuestring)) == nullptr) {
in ConvertJsonToMetaData()
682
if (cJSON_IsString(item) && (metaData[index]->value = Utils::
Strdup
(item->valuestring)) == nullptr) {
in ConvertJsonToMetaData()
686
if (cJSON_IsString(item) && (metaData[index]->extra = Utils::
Strdup
(item->valuestring)) == nullptr) {
in ConvertJsonToMetaData()
707
deviceType[index] = Utils::
Strdup
(deviceTypeItem->valuestring);
in ConvertJsonToDeviceType()
/foundation/ability/ability_lite/frameworks/abilitymgr_lite/src/slite/
H
A
D
mission_info.cpp
42
appName_ = Utils::
Strdup
(name);
in SetAppName()
H
A
D
ability_record_state_data.cpp
51
appName_ = Utils::
Strdup
(name);
in SetAppName()
H
A
D
abilityms_slite_client.cpp
147
data = Utils::
Strdup
(excludedBundleName);
in TerminateAll()
210
want->element->bundleName = Utils::
Strdup
(bundleName);
in ForceStop()
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H
A
D
gt_bundle_extractor.cpp
226
*bundleName = Utils::
Strdup
(bundleInfo->bundleName);
in ExtractInstallMsg()
227
*label = Utils::
Strdup
(bundleInfo->label);
in ExtractInstallMsg()
228
*smallIconPath = Utils::
Strdup
(bundleInfo->smallIconPath);
in ExtractInstallMsg()
229
*bigIconPath = Utils::
Strdup
(bundleInfo->bigIconPath);
in ExtractInstallMsg()
H
A
D
bundle_util.cpp
236
list->PushFront(Utils::
Strdup
(filePath));
in GetFileFolderSize()
290
list->PushBack(Utils::
Strdup
(filePath));
in GetCurrentFolderSize()
476
*codePath = Utils::
Strdup
(item->valuestring);
in CheckBundleJsonIsValid()
507
*appId = Utils::
Strdup
(item->valuestring);
in CheckBundleJsonIsValid()
559
char *value = Utils::
Strdup
(item->valuestring);
in GetValueFromBundleJson()
863
list->PushFront(Utils::
Strdup
(path));
in RemoveDir()
978
list->PushFront(Utils::
Strdup
(filePath));
in CheckDirIsEmpty()
H
A
D
gt_bundle_parser.cpp
129
*bundleName = Utils::
Strdup
(ParseValue(appObject, PROFILE_KEY_BUNDLENAME));
in ParseBundleAttr()
416
metaData[i]->name = Utils::
Strdup
(ParseValue(objectItem, PROFILE_KEY_MODULE_METADATA_NAME));
in ParseMetaData()
424
metaData[i]->value = Utils::
Strdup
(ParseValue(objectItem, PROFILE_KEY_MODULE_METADATA_VALUE));
in ParseMetaData()
432
metaData[i]->extra = Utils::
Strdup
(ParseValue(objectItem, PROFILE_KEY_MODULE_METADATA_EXTRA));
in ParseMetaData()
492
skill.entities[i++] = Utils::
Strdup
(object->valuestring);
in ParseOneSkill()
502
skill.actions[i++] = Utils::
Strdup
(object->valuestring);
in ParseOneSkill()
595
char *installedPath = Utils::
Strdup
(path);
in CreateBundleInfo()
671
bundleInfo->label = Utils::
Strdup
(label);
in ConvertResInfoToBundleInfo()
902
bundleInfo->dataPath = Utils::
Strdup
(dataPath);
in SetBundleInfo()
H
A
D
gt_bundle_installer.cpp
122
signatureInfo.appId = Utils::
Strdup
(verifyResult.profile.appid);
in VerifySignature()
123
signatureInfo.bundleName = Utils::
Strdup
(verifyResult.profile.bundleInfo.bundleName);
in VerifySignature()
143
*(signatureInfo.restricPermission + i) = Utils::
Strdup
(*(restricPermission + i));
in VerifySignature()
265
bundleInfo->appId = Utils::
Strdup
(signatureInfo.appId);
in ProcessBundleInstall()
269
bundleInfo->appId = Utils::
Strdup
(innerAppId);
in ProcessBundleInstall()
H
A
D
bundle_inner_feature.cpp
159
info->path = Utils::
Strdup
(reqPath);
in GetSvcIdentityInfo()
203
info->bundleName = Utils::
Strdup
(bundleName);
in UninstallInnerBundle()
H
A
D
bundle_installer.cpp
202
bundleInfo->appId = Utils::
Strdup
(signatureInfo.appId.c_str());
in ProcessBundleInstall()
204
bundleInfo->appId = Utils::
Strdup
(APPID);
in ProcessBundleInstall()
212
bundleInfo->appId = Utils::
Strdup
(signatureInfo.appId.c_str());
in ProcessBundleInstall()
413
bundleInfo->appId = Utils::
Strdup
(appId);
in UpdateBundleInfo()
H
A
D
gt_bundle_manager_service.cpp
120
bundleInstallMsg_->bundleName = Utils::
Strdup
(name + 1);
in Install()
794
toBeInstalledApp->installedPath = Utils::
Strdup
(installedPath);
in AddSystemAppPathList()
795
toBeInstalledApp->path = Utils::
Strdup
(path);
in AddSystemAppPathList()
798
toBeInstalledApp->appId = Utils::
Strdup
(appId);
in AddSystemAppPathList()
818
bundleInfo->appId = Utils::
Strdup
(appId);
in ReloadBundleInfo()
/foundation/ability/ability_lite/frameworks/ability_lite/src/slite/
H
A
D
slite_ability.cpp
25
bundleName_= OHOS::Utils::
Strdup
(bundleName);
in SliteAbility()
/foundation/bundlemanager/bundle_framework_lite/utils/bundle_lite/
H
A
D
utils.h
27
static char *
Strdup
(const char *src)
in Strdup()
function
/foundation/ability/ability_lite/frameworks/want_lite/src/
H
A
D
want.cpp
92
want->element->deviceId = OHOS::Utils::
Strdup
(element.deviceId);
93
want->element->bundleName = OHOS::Utils::
Strdup
(element.bundleName);
94
want->element->abilityName = OHOS::Utils::
Strdup
(element.abilityName);
359
char *parseUri = OHOS::Utils::
Strdup
(uri);
/foundation/ability/ability_lite/services/abilitymgr_lite/src/
H
A
D
ability_inner_feature.cpp
137
char *name = Utils::
Strdup
(bundleName);
in TerminateApp()
H
A
D
ability_mission_record.cpp
32
bundleName_ = Utils::
Strdup
(bundleName);
in AbilityMissionRecord()
H
A
D
ability_mgr_feature.cpp
555
char *name = Utils::
Strdup
(bundleName);
in RestartApp()
/foundation/ability/ability_lite/services/abilitymgr_lite/src/client/
H
A
D
ability_thread_client.cpp
56
appInfo->bundleName = Utils::
Strdup
(bundleName);
in Initialize()
Completed in 19 milliseconds
1
2