Home
last modified time | relevance | path

Searched refs:appIndex_ (Results 1 - 17 of 17) sorted by relevance

/base/security/dlp_permission_service/frameworks/common/src/
H A Dretention_sandbox_info.cpp32 appIndex_ = APP_INDEX; in RetentionSandBoxInfo()
40 if (!(out.WriteInt32(this->appIndex_))) { in Marshalling()
63 if (!(in.ReadInt32(parcel->appIndex_))) { in Unmarshalling()
/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_bundle_option.cpp64 appIndex_ = appIndex; in SetAppIndex()
69 return appIndex_; in GetAppIndex()
78 ", appIndex = " + std::to_string(appIndex_) + in Dump()
132 jsonObject["appIndex"] = appIndex_; in ToJson()
164 pBundle->appIndex_ = jsonObject.at("appIndex").get<int32_t>(); in FromJson()
/base/notification/distributed_notification_service/services/ans/src/clone/
H A Dnotification_clone_bundle_info.cpp47 appIndex_ = appIndex; in SetAppIndex()
52 return appIndex_; in GetAppIndex()
127 jsonObject[BUNDLE_INFO_APP_INDEX] = appIndex_; in ToJson()
172 appIndex_ = jsonObject.at(BUNDLE_INFO_APP_INDEX).get<int32_t>(); in FromJson()
203 ", index = " + std::to_string(appIndex_) + in Dump()
/base/security/dlp_permission_service/frameworks/common/include/
H A Dretention_sandbox_info.h35 int32_t appIndex_; member in OHOS::Security::DlpPermission::RetentionSandBoxInfo
/base/security/access_token/services/accesstokenmanager/main/cpp/src/form_manager/
H A Dform_instance.cpp76 if ((!parcel.ReadInt32(appIndex_)) || (!parcel.ReadInt32(userId_))) { in ReadFromParcel()
116 if (!parcel.WriteInt32(appIndex_)) { in Marshalling()
/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_bundle_option.h146 int32_t appIndex_ = -1; member in OHOS::Notification::NotificationBundleOption
/base/security/access_token/services/accesstokenmanager/main/cpp/include/form_manager/
H A Dform_instance.h61 int32_t appIndex_ = 0; member
/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_clone_bundle_info.h68 int32_t appIndex_ = -1; member in OHOS::Notification::NotificationCloneBundleInfo
/base/account/os_account/services/accountmgr/test/mock/app_account/
H A Daccount_data_storage.cpp157 return (owner_ + "#" + std::to_string(appIndex_) + "#" + name_ + "#");
175 uint32_t appIndex_ = 0; member in OHOS::AccountSA::AccountInfoMOCK
/base/security/dlp_permission_service/services/dlp_permission/sa/test/unittest/src/
H A Ddlp_parcel_test.cpp125 info.appIndex_ = 1; in HWTEST_F()
H A Ddlp_permission_service_test.cpp1245 retentionSandBoxInfo.appIndex_ = appInfo.appIndex; in HWTEST_F()
1248 retentionSandBoxInfo1.appIndex_ = appInfo.appIndex + 1; in HWTEST_F()
/base/account/os_account/frameworks/appaccount/native/src/
H A Dapp_account_info.cpp78 appIndex_ = APP_INDEX; in AppAccountInfo()
92 appIndex_ = APP_INDEX; in AppAccountInfo()
136 return appIndex_; in GetAppIndex()
141 appIndex_ = appIndex; in SetAppIndex()
645 return (owner_ + HYPHEN + std::to_string(appIndex_) + HYPHEN + name_ + HYPHEN); in GetPrimeKey()
/base/security/dlp_permission_service/services/dlp_permission/sa/sa_main/
H A Ddlp_permission_service.cpp255 dlpSandBoxInfo.appIndex = iter->appIndex_; in GetAppIndexFromRetentionInfo()
265 dlpSandBoxInfo.appIndex = iter->appIndex_; in GetAppIndexFromRetentionInfo()
651 if (appStateObserver_->CheckSandboxInfo(info.bundleName, iter->appIndex_, userId)) { in RemoveRetentionInfo()
654 DeleteDlpSandboxInfo(info.bundleName, iter->appIndex_, userId); in RemoveRetentionInfo()
655 UninstallDlpSandboxApp(info.bundleName, iter->appIndex_, userId); in RemoveRetentionInfo()
656 RetentionFileManager::GetInstance().RemoveRetentionState(info.bundleName, iter->appIndex_); in RemoveRetentionInfo()
/base/account/os_account/frameworks/appaccount/native/include/
H A Dapp_account_info.h112 uint32_t appIndex_; member in OHOS::AccountSA::AppAccountInfo
/base/security/access_token/services/accesstokenmanager/test/unittest/
H A Dpermission_manager_test.cpp1566 formInstance.appIndex_ = 0; in HWTEST_F()
1613 formInstance.appIndex_ = 0; in HWTEST_F()
1653 formInstance.appIndex_ = 0; in HWTEST_F()
1812 formInstance.appIndex_ = 0; in HWTEST_F()
1858 formInstance.appIndex_ = 0; in HWTEST_F()
1909 formInstance.appIndex_ = 0; in HWTEST_F()
1957 formInstance.appIndex_ = 0; in HWTEST_F()
2184 formInstance.appIndex_ = 0; in HWTEST_F()
/base/security/dlp_permission_service/services/dlp_permission/sa/adapt/
H A Dsandbox_json_manager.cpp274 info.appIndex_ = iter->appIndex; in GetRetentionSandboxList()
/base/security/dlp_permission_service/interfaces/kits/napi_common/src/
H A Dnapi_common.cpp1242 NAPI_CALL(env, napi_create_int32(env, item.appIndex_, &appIndexJs)); in RetentionSandboxInfoToJs()
1244 DLP_LOG_INFO(LABEL, "GetAppIndex %{public}d", item.appIndex_); in RetentionSandboxInfoToJs()

Completed in 16 milliseconds