/base/web/webview/test/fuzztest/ohos_adapter/aafwk_adapter/aafwkbrowserclientadapter_fuzzer/ |
H A D | aafwkbrowserclientadapter_fuzzer.cpp | 43 void ReportThread(int32_t status, int32_t process_id, int32_t thread_id, int32_t role); 56 void MockBrowserClient::ReportThread(int32_t status, int32_t process_id, int32_t thread_id, int32_t role) in ReportThread() argument 61 (void)role; in ReportThread() 84 int32_t role = 0; in AafwkBrowserClientAdapterFuzzTest() local 86 client->ReportThread(status, process_id, thread_id, role); in AafwkBrowserClientAdapterFuzzTest()
|
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_aafwk_browser_client_adapter_wrapper.cpp | 32 NWeb::ResSchedStatusAdapter status, int32_t process_id, int32_t thread_id, NWeb::ResSchedRoleAdapter role) in ReportThread() 34 ctocpp_->ReportThread((int32_t)status, process_id, thread_id, (int32_t)role); in ReportThread() 31 ReportThread( NWeb::ResSchedStatusAdapter status, int32_t process_id, int32_t thread_id, NWeb::ResSchedRoleAdapter role) ReportThread() argument
|
H A D | ark_aafwk_browser_client_adapter_wrapper.h | 30 NWeb::ResSchedRoleAdapter role) override;
|
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
H A D | ark_aafwk_browser_client_adapter_impl.cpp | 29 void ArkAafwkBrowserClientAdapterImpl::ReportThread(int32_t status, int32_t process_id, int32_t thread_id, int32_t role) in ReportThread() argument 31 real_->ReportThread((NWeb::ResSchedStatusAdapter)status, process_id, thread_id, (NWeb::ResSchedRoleAdapter)role); in ReportThread()
|
H A D | ark_aafwk_browser_client_adapter_impl.h | 31 void ReportThread(int32_t status, int32_t process_id, int32_t thread_id, int32_t role) override;
|
/base/web/webview/ohos_adapter/aafwk_adapter/include/ |
H A D | aafwk_browser_client_adapter_impl.h | 36 virtual void ReportThread(int32_t status, int32_t process_id, int32_t thread_id, int32_t role) override; 57 ResSchedRoleAdapter role) override;
|
H A D | ibrowser.h | 35 virtual void ReportThread(int32_t status, int32_t process_id, int32_t thread_id, int32_t role) = 0;
|
H A D | aafwk_browser_host_impl.h | 65 void ReportThread(int32_t status, int32_t process_id, int32_t thread_id, int32_t role) override;
|
/base/web/webview/ohos_adapter/aafwk_adapter/src/ |
H A D | aafwk_browser_host_impl.cpp | 91 int role = data.ReadInt32(); in HandleReportThread() local 95 ReportThread(status, process_id, thread_id, role); in HandleReportThread() 141 void AafwkBrowserHostImpl::ReportThread(int32_t status, int32_t process_id, int32_t thread_id, int32_t role) in ReportThread() argument 144 ResSchedRoleAdapter resSchedRole = static_cast<ResSchedRoleAdapter>(role); in ReportThread()
|
H A D | aafwk_browser_client_adapter_impl.cpp | 66 void BrowserClient::ReportThread(int32_t status, int32_t process_id, int32_t thread_id, int32_t role) in ReportThread() argument 77 data.WriteInt32(role); in ReportThread() 173 ResSchedStatusAdapter status, int32_t process_id, int32_t thread_id, ResSchedRoleAdapter role) in ReportThread() 176 int32_t resSchedRole = static_cast<int>(role); in ReportThread() 172 ReportThread( ResSchedStatusAdapter status, int32_t process_id, int32_t thread_id, ResSchedRoleAdapter role) ReportThread() argument
|
/base/web/webview/test/unittest/aafwk_app_client_adapter/ |
H A D | nweb_aafwk_adapter_test.cpp | 100 void ReportThread(int32_t status, int32_t process_id, int32_t thread_id, int32_t role); 113 void MockBrowserClient::ReportThread(int32_t status, int32_t process_id, int32_t thread_id, int32_t role) in ReportThread() argument 118 (void)role; in ReportThread() 202 int32_t thread_id, int32_t role), (override)); 472 int32_t role = 0; in HWTEST_F() local 473 client->ReportThread(status, process_id, thread_id, role); in HWTEST_F() 479 mockClient->ReportThread(status, process_id, thread_id, role); in HWTEST_F() 549 ResSchedRoleAdapter role = ResSchedRoleAdapter::USER_INTERACT; in HWTEST_F() local 551 clientAdapter->ReportThread(status, process_id, thread_id, role); in HWTEST_F() 555 clientAdapter->ReportThread(status, process_id, thread_id, role); in HWTEST_F() 712 int32_t role = 0; HWTEST_F() local [all...] |
/base/web/webview/ohos_interface/include/ohos_adapter/ |
H A D | aafwk_browser_client_adapter.h | 31 ResSchedStatusAdapter status, int32_t process_id, int32_t thread_id, ResSchedRoleAdapter role) = 0;
|
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/include/ |
H A D | ark_aafwk_browser_client_adapter.h | 31 virtual void ReportThread(int32_t status, int32_t process_id, int32_t thread_id, int32_t role) = 0;
|
/base/customization/enterprise_device_management/test/fuzztest/adminmanager_fuzzer/ |
H A D | admin_manager_fuzzer.cpp | 67 AdminType role = GetData<AdminType>(); in DoSomethingInterestingWithMyAPI() local 81 adminManager->GetGrantedPermission(permissions, role); in DoSomethingInterestingWithMyAPI() 85 adminManager->GetEnabledAdmin(role, packageNameList, userId); in DoSomethingInterestingWithMyAPI()
|
/base/useriam/user_auth_framework/test/fuzztest/services/core/remoteexecutorstub_fuzzer/ |
H A D | remote_executor_stub_fuzzer.cpp | 68 ExecutorRole role = static_cast<ExecutorRole>(parcel.ReadInt32()); in FuzzTest() local 69 g_RemoteExecutorStub->OnMessage(role, uint8Vector); in FuzzTest()
|
/base/web/webview/test/fuzztest/ohos_adapter/resschedadapter_fuzzer/ |
H A D | resschedadapter_fuzz.cpp | 64 for (auto role : roles) {
in ResSchedAdapterFuzzTest() 65 adapter.ReportKeyThread(status, pid, tid, role);
in ResSchedAdapterFuzzTest()
|
/base/customization/enterprise_device_management/services/edm/src/ |
H A D | admin_manager.cpp | 287 void AdminManager::GetEnabledAdmin(AdminType role, std::vector<std::string> &packageNameList, int32_t userId) in GetEnabledAdmin() argument 296 EDMLOGD("AdminManager:GetEnabledAdmin adminType: %{public}d , admin size: %{public}zu", role, userAdmin.size()); in GetEnabledAdmin() 297 if (static_cast<int32_t>(role) >= static_cast<int32_t>(AdminType::UNKNOWN) || in GetEnabledAdmin() 298 static_cast<int32_t>(role) < static_cast<int32_t>(AdminType::NORMAL)) { in GetEnabledAdmin() 299 EDMLOGD("there is no admin(%{public}u) device manager package name list!", role); in GetEnabledAdmin() 304 if (item->adminInfo_.adminType_ == role) { in GetEnabledAdmin()
|
/base/web/webview/ohos_adapter/res_sched_adapter/src/ |
H A D | res_sched_client_adapter_impl.cpp | 92 constexpr char ROLE[] = "role"; 271 ResType::ThreadRole role; in ReportKeyThread() local 273 WVLOG_E("invalid role: %{public}d", roleAdapter); in ReportKeyThread() 276 role = it->second; in ReportKeyThread() 280 { TID, std::to_string(tid) }, { ROLE, std::to_string(role) } }; in ReportKeyThread() 289 WVLOG_D("ReportKeyThread status: %{public}d, uid: %{public}s, pid: %{public}d, tid:%{public}d, role: %{public}d", in ReportKeyThread() 290 static_cast<int32_t>(status), GetUidString().c_str(), pid, tid, static_cast<int32_t>(role)); in ReportKeyThread()
|
/base/customization/enterprise_device_management/services/edm/include/ |
H A D | admin_manager.h | 47 void GetEnabledAdmin(AdminType role, std::vector<std::string> &packageNameList, int32_t userId);
|
/base/security/huks/services/huks_standard/huks_service/main/hks_storage/src/ |
H A D | hks_storage_adapter.c | 59 .uint32Param = keyInfo->role in AddStorageFixedParams()
|
/base/security/huks/interfaces/inner_api/huks_standard/main/include/ |
H A D | hks_type.h | 321 uint32_t role; member
|
/base/useriam/user_auth_framework/services/ipc/src/ |
H A D | user_auth_service.cpp | 88 void GetResourceNodeByTypeAndRole(AuthType authType, ExecutorRole role, in GetResourceNodeByTypeAndRole() argument 93 [&authTypeNodes, role, authType](const std::weak_ptr<ResourceNode> &weakNode) { in GetResourceNodeByTypeAndRole() 101 if (node->GetExecutorRole() != role) { in GetResourceNodeByTypeAndRole()
|
/base/security/huks/services/huks_standard/huks_engine/main/core/src/ |
H A D | hks_keyblob_lite.c | 362 keyInfo->role = paramSet->params[i].uint32Param;
in FillBaseInfo()
|