Home
last modified time | relevance | path

Searched defs:code (Results 51 – 75 of 3143) sorted by relevance

12345678910>>...126

/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/
H A Duser_auth_stub_test.cpp146 uint32_t code = UserAuthInterfaceCode::USER_AUTH_GET_PROPERTY; variable
187 uint32_t code = UserAuthInterfaceCode::USER_AUTH_GET_PROPERTY; variable
204 uint32_t code = UserAuthInterfaceCode::USER_AUTH_SET_PROPERTY; variable
244 uint32_t code = UserAuthInterfaceCode::USER_AUTH_SET_PROPERTY; variable
261 uint32_t code = UserAuthInterfaceCode::USER_AUTH_AUTH; variable
303 uint32_t code = UserAuthInterfaceCode::USER_AUTH_AUTH; variable
329 uint32_t code = UserAuthInterfaceCode::USER_AUTH_AUTH_USER; variable
369 uint32_t code = UserAuthInterfaceCode::USER_AUTH_AUTH_USER; variable
396 uint32_t code = UserAuthInterfaceCode::USER_AUTH_IDENTIFY; variable
432 uint32_t code = UserAuthInterfaceCode::USER_AUTH_IDENTIFY; variable
[all …]
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_analysis_extension/src/
H A Dmedia_analysis_helper.cpp25 void MediaAnalysisHelper::StartMediaAnalysisServiceSync(int32_t code, const std::vector<std::string… in StartMediaAnalysisServiceSync()
31 void MediaAnalysisHelper::StartMediaAnalysisServiceAsync(int32_t code, const std::vector<std::strin… in StartMediaAnalysisServiceAsync()
43 void MediaAnalysisHelper::AsyncStartMediaAnalysisService(int32_t code, const std::vector<std::strin… in AsyncStartMediaAnalysisService()
49 void MediaAnalysisHelper::StartMediaAnalysisServiceInternal(int32_t code, MessageOption option, in StartMediaAnalysisServiceInternal()
76 int32_t code = IMediaAnalysisService::ActivateServiceType::PORTRAIT_COVER_SELECTION; in AnalysePortraitCover() local
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/media_analysis_extension_test/src/
H A Dmedia_analysis_callback_stub_test.cpp55 uint32_t code = variable
69 uint32_t code = 100; variable
82 uint32_t code = variable
96 uint32_t code = variable
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_p2p_callback_stub.cpp65 uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) in OnRemoteRequest()
179 void WifiP2pCallbackStub::OnP2pActionResult(P2pActionCallback action, ErrCode code) in OnP2pActionResult()
211 void WifiP2pCallbackStub::RemoteOnP2pStateChanged(uint32_t code, MessageParcel &data, MessageParcel… in RemoteOnP2pStateChanged()
244 void WifiP2pCallbackStub::RemoteOnP2pThisDeviceChanged(uint32_t code, MessageParcel &data, MessageP… in RemoteOnP2pThisDeviceChanged()
252 void WifiP2pCallbackStub::RemoteOnP2pPeersChanged(uint32_t code, MessageParcel &data, MessageParcel… in RemoteOnP2pPeersChanged()
278 void WifiP2pCallbackStub::RemoteOnP2pServicesChanged(uint32_t code, MessageParcel &data, MessagePar… in RemoteOnP2pServicesChanged()
326 void WifiP2pCallbackStub::RemoteOnP2pDiscoveryChanged(uint32_t code, MessageParcel &data, MessagePa… in RemoteOnP2pDiscoveryChanged()
333 void WifiP2pCallbackStub::RemoteOnP2pActionResult(uint32_t code, MessageParcel &data, MessageParcel… in RemoteOnP2pActionResult()
341 void WifiP2pCallbackStub::RemoteOnConfigChanged(uint32_t code, MessageParcel &data, MessageParcel &… in RemoteOnConfigChanged()
377 void WifiP2pCallbackStub::RemoteOnP2pGcJoinGroup(uint32_t code, MessageParcel &data, MessageParcel … in RemoteOnP2pGcJoinGroup()
[all …]
H A Dwifi_device_callback_stub_lite.cpp32 int WifiDeviceCallBackStub::OnRemoteInterfaceToken(uint32_t code, IpcIo *data) in OnRemoteInterfaceToken()
46 int WifiDeviceCallBackStub::OnRemoteRequest(uint32_t code, IpcIo *data) in OnRemoteRequest()
165 int WifiDeviceCallBackStub::RemoteOnWifiStateChanged(uint32_t code, IpcIo *data) in RemoteOnWifiStateChanged()
174 int WifiDeviceCallBackStub::RemoteOnWifiConnectionChanged(uint32_t code, IpcIo *data) in RemoteOnWifiConnectionChanged()
223 int WifiDeviceCallBackStub::RemoteOnWifiRssiChanged(uint32_t code, IpcIo *data) in RemoteOnWifiRssiChanged()
232 int WifiDeviceCallBackStub::RemoteOnWifiWpsStateChanged(uint32_t code, IpcIo *data) in RemoteOnWifiWpsStateChanged()
243 int WifiDeviceCallBackStub::RemoteOnStreamChanged(uint32_t code, IpcIo *data) in RemoteOnStreamChanged()
252 int WifiDeviceCallBackStub::RemoteOnDeviceConfigChanged(uint32_t code, IpcIo *data) in RemoteOnDeviceConfigChanged()
/ohos5.0/foundation/communication/connected_nfc_tag/services/src/
H A Dnfc_tag_session_stub.cpp36 int NfcTagSessionStub::OnRemoteRequest(uint32_t code, MessageParcel &data, in OnRemoteRequest()
59 void NfcTagSessionStub::OnInit(uint32_t code, MessageParcel &data, MessageParcel &reply) in OnInit()
66 void NfcTagSessionStub::OnUninit(uint32_t code, MessageParcel &data, MessageParcel &reply) in OnUninit()
73 void NfcTagSessionStub::OnReadNdefTag(uint32_t code, MessageParcel &data, MessageParcel &reply) in OnReadNdefTag()
81 void NfcTagSessionStub::OnWriteNdefTag(uint32_t code, MessageParcel &data, MessageParcel &reply) in OnWriteNdefTag()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/
H A Ddrawing_record_cmd_test.cpp50 OH_Drawing_ErrorCode code = OH_Drawing_RecordCmdUtilsDestroy(recordCmdUtils); variable
69 …OH_Drawing_ErrorCode code = OH_Drawing_RecordCmdUtilsBeginRecording(recordCmdUtils, width, height,… variable
103 …OH_Drawing_ErrorCode code = OH_Drawing_RecordCmdUtilsBeginRecording(recordCmdUtils, width, height,… variable
134 …OH_Drawing_ErrorCode code = OH_Drawing_RecordCmdUtilsBeginRecording(recordCmdUtils, width, height,… variable
175 … OH_Drawing_ErrorCode code = OH_Drawing_RecordCmdUtilsFinishRecording(recordCmdUtils, &recordCmd); variable
/ohos5.0/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_client_stub.cpp75 [this](uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) { in InitHandleMap()
79 [this](uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) { in InitHandleMap()
83 [this](uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) { in InitHandleMap()
87 [this](uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) { in InitHandleMap()
92 int DhcpClientStub::OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, Messa… in OnRemoteRequest()
112 int DhcpClientStub::OnRegisterCallBack(uint32_t code, MessageParcel &data, MessageParcel &reply, Me… in OnRegisterCallBack()
140 int DhcpClientStub::OnStartDhcpClient(uint32_t code, MessageParcel &data, MessageParcel &reply, Mes… in OnStartDhcpClient()
151 int DhcpClientStub::OnSetConfiguration(uint32_t code, MessageParcel &data, MessageParcel &reply, Me… in OnSetConfiguration()
163 int DhcpClientStub::OnStopDhcpClient(uint32_t code, MessageParcel &data, MessageParcel &reply, Mess… in OnStopDhcpClient()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap_sa/
H A Dwifi_hotspot_stub.cpp99 int WifiHotspotStub::OnRemoteRequest(uint32_t code, MessageParcel &data, MessageParcel &reply, Mess… in OnRemoteRequest()
135 void WifiHotspotStub::OnIsHotspotDualBandSupported(uint32_t code, MessageParcel &data, in OnIsHotspotDualBandSupported()
149 void WifiHotspotStub::OnGetApStateWifi(uint32_t code, MessageParcel &data, MessageParcel &reply, Me… in OnGetApStateWifi()
163 uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) in OnGetHotspotConfig()
320 uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) in OnGetValidChannels()
339 void WifiHotspotStub::OnEnableWifiAp(uint32_t code, MessageParcel &data, MessageParcel &reply, Mess… in OnEnableWifiAp()
433 uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) in OnRegisterCallBack()
484 uint32_t code, MessageParcel &data, MessageParcel &reply, MessageOption &option) in OnGetSupportedFeatures()
499 void WifiHotspotStub::OnGetSupportedPowerModel(uint32_t code, MessageParcel &data, in OnGetSupportedPowerModel()
538 void WifiHotspotStub::OnSetApIdleTimeout(uint32_t code, MessageParcel &data, in OnSetApIdleTimeout()
[all …]
/ohos5.0/base/notification/common_event_service/frameworks/core/test/unittest/
H A Dcommon_event_stub_test.cpp132 const uint32_t code = -1; variable
151 const uint32_t code = static_cast<uint32_t>(CommonEventInterfaceCode::CES_PUBLISH_COMMON_EVENT); variable
175 const uint32_t code = static_cast<uint32_t>(CommonEventInterfaceCode::CES_PUBLISH_COMMON_EVENT); variable
245 const uint32_t code = static_cast<uint32_t>(CommonEventInterfaceCode::CES_FINISH_RECEIVER); variable
312 const uint32_t code = static_cast<uint32_t>(CommonEventInterfaceCode::CES_FREEZE); variable
335 const uint32_t code = static_cast<uint32_t>(CommonEventInterfaceCode::CES_FREEZE); variable
357 const uint32_t code = static_cast<uint32_t>(CommonEventInterfaceCode::CES_UNFREEZE); variable
382 const uint32_t code = static_cast<uint32_t>(CommonEventInterfaceCode::CES_UNFREEZE); variable
404 const uint32_t code = static_cast<uint32_t>(CommonEventInterfaceCode::CES_UNFREEZE_ALL); variable
428 const uint32_t code = static_cast<uint32_t>(CommonEventInterfaceCode::CES_UNFREEZE_ALL); variable
[all …]
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_js_form_state_observer_stub_test/
H A Dfms_js_form_state_observer_stub_test.cpp99 uint32_t code = 1; variable
137 …uint32_t code = static_cast<uint32_t>(IJsFormStateObserver::Message::FORM_STATE_OBSERVER_ON_ADD_FO… variable
158 …uint32_t code = static_cast<uint32_t>(IJsFormStateObserver::Message::FORM_STATE_OBSERVER_ON_ADD_FO… variable
180 …uint32_t code = static_cast<uint32_t>(IJsFormStateObserver::Message::FORM_STATE_OBSERVER_ON_REMOVE… variable
201 …uint32_t code = static_cast<uint32_t>(IJsFormStateObserver::Message::FORM_STATE_OBSERVER_ON_REMOVE… variable
224 uint32_t code = variable
249 uint32_t code = variable
275 uint32_t code = variable
299 uint32_t code = variable
324 …uint32_t code = static_cast<uint32_t>(IJsFormStateObserver::Message::FORM_STATE_OBSERVER_ON_FORM_C… variable
[all …]
/ohos5.0/base/useriam/user_auth_framework/test/unittest/inner_api/src/
H A Duser_idm_callback_stub_test.cpp53 uint32_t code = IdmCallbackInterfaceCode::IDM_CALLBACK_ON_RESULT; variable
75 uint32_t code = IdmCallbackInterfaceCode::IDM_CALLBACK_ON_ACQUIRE_INFO; variable
94 uint32_t code = IdmGetCredInfoCallbackInterfaceCode::ON_GET_INFO; variable
115 uint32_t code = IdmGetCredInfoCallbackInterfaceCode::ON_GET_INFO; variable
137 uint32_t code = IdmGetSecureUserInfoCallbackInterfaceCode::ON_GET_SEC_INFO; variable
158 uint32_t code = IdmGetSecureUserInfoCallbackInterfaceCode::ON_GET_SEC_INFO; variable
H A Dexecutor_callback_stub_test.cpp56 uint32_t code = ExecutorCallbackInterfaceCode::ON_MESSENGER_READY; variable
79 uint32_t code = ExecutorCallbackInterfaceCode::ON_BEGIN_EXECUTE; variable
101 uint32_t code = ExecutorCallbackInterfaceCode::ON_END_EXECUTE; variable
121 uint32_t code = ExecutorCallbackInterfaceCode::ON_SET_PROPERTY; variable
140 uint32_t code = ExecutorCallbackInterfaceCode::ON_GET_PROPERTY; variable
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/native/
H A Dwifi_device_callback_stub_test.cpp104 uint32_t code = 0; variable
118 uint32_t code = static_cast<uint32_t>(DevInterfaceCode::WIFI_CBK_CMD_STATE_CHANGE); variable
138 uint32_t code = static_cast<uint32_t>(DevInterfaceCode::WIFI_CBK_CMD_CONNECTION_CHANGE); variable
157 uint32_t code = static_cast<uint32_t>(DevInterfaceCode::WIFI_CBK_CMD_RSSI_CHANGE); variable
176 uint32_t code = static_cast<uint32_t>(DevInterfaceCode::WIFI_CBK_CMD_WPS_STATE_CHANGE); variable
195 uint32_t code = static_cast<uint32_t>(DevInterfaceCode::WIFI_CBK_CMD_STREAM_DIRECTION); variable
214 uint32_t code = static_cast<uint32_t>(DevInterfaceCode::WIFI_CBK_CMD_DEVICE_CONFIG_CHANGE); variable
233 uint32_t code = 0; variable
/ohos5.0/foundation/multimedia/av_session/services/session/server/test/
H A Davsession_service_stub_permission_test.cpp158 uint32_t code = 0; variable
176 uint32_t code = 0; variable
199 uint32_t code = 0; variable
222 uint32_t code = 0; variable
242 uint32_t code = 0; variable
266 uint32_t code = 1; variable
286 uint32_t code = 2; variable
306 uint32_t code = 3; variable
326 uint32_t code = 4; variable
346 uint32_t code = 5; variable
[all …]
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/common/
H A Dmedia_errors.cpp355 std::string MSErrorToString(MediaServiceErrCode code) in MSErrorToString()
368 std::string MSExtErrorToString(MediaServiceExtErrCode code) in MSExtErrorToString()
381 std::string MSExtErrorAPI9ToString(MediaServiceExtErrCodeAPI9 code, in MSExtErrorAPI9ToString()
391 std::string MSExtAVErrorToString(MediaServiceExtErrCodeAPI9 code) in MSExtAVErrorToString()
400 std::string MSErrorToExtErrorString(MediaServiceErrCode code) in MSErrorToExtErrorString()
412 std::string MSErrorToExtErrorAPI9String(MediaServiceErrCode code, const std::string& param1, const … in MSErrorToExtErrorAPI9String()
424 MediaServiceExtErrCode MSErrorToExtError(MediaServiceErrCode code) in MSErrorToExtError()
433 MediaServiceExtErrCodeAPI9 MSErrorToExtErrorAPI9(MediaServiceErrCode code) in MSErrorToExtErrorAPI9()
442 bool IsAPI14IOError(MediaServiceErrCode code) in IsAPI14IOError()
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_provider_connect_stub_test/
H A Dfms_provider_connect_stub_test.cpp58 uint32_t code = 1; variable
79 uint32_t code = 1; variable
100 uint32_t code = 2; variable
121 uint32_t code = 3; variable
143 uint32_t code = IAbilityConnection::ON_ABILITY_CONNECT_DONE; variable
165 uint32_t code = IAbilityConnection::ON_ABILITY_DISCONNECT_DONE; variable
187 uint32_t code = 3; variable
/ohos5.0/base/account/os_account/services/accountmgr/src/appaccount/
H A Dapp_account_stub.cpp345 ErrCode AppAccountStub::ProcAddAccount(uint32_t code, MessageParcel &data, MessageParcel &reply) in ProcAddAccount()
384 ErrCode AppAccountStub::ProcCreateAccount(uint32_t code, MessageParcel &data, MessageParcel &reply) in ProcCreateAccount()
437 ErrCode AppAccountStub::ProcDeleteAccount(uint32_t code, MessageParcel &data, MessageParcel &reply) in ProcDeleteAccount()
483 ErrCode AppAccountStub::ProcSetAppAccess(uint32_t code, MessageParcel &data, MessageParcel &reply) in ProcSetAppAccess()
614 ErrCode AppAccountStub::ProcAuthenticate(uint32_t code, MessageParcel &data, MessageParcel &reply) in ProcAuthenticate()
640 ErrCode AppAccountStub::ProcGetAuthToken(uint32_t code, MessageParcel &data, MessageParcel &reply) in ProcGetAuthToken()
666 ErrCode AppAccountStub::ProcSetOAuthToken(uint32_t code, MessageParcel &data, MessageParcel &reply) in ProcSetOAuthToken()
682 ErrCode AppAccountStub::ProcDeleteAuthToken(uint32_t code, MessageParcel &data, MessageParcel &repl… in ProcDeleteAuthToken()
800 ErrCode AppAccountStub::ProcGetAuthList(uint32_t code, MessageParcel &data, MessageParcel &reply) in ProcGetAuthList()
844 ErrCode AppAccountStub::ProcGetAllAccounts(uint32_t code, MessageParcel &data, MessageParcel &reply) in ProcGetAllAccounts()
[all …]
/ohos5.0/base/telephony/state_registry/frameworks/native/observer/src/
H A Dtelephony_observer_proxy.cpp46 int code = remote->SendRequest( in OnCallStateUpdated() local
72 int code = remote->SendRequest( in OnSimStateUpdated() local
104 int code = remote->SendRequest( in OnSignalInfoUpdated() local
143 int code = remote->SendRequest( in OnCellInfoUpdated() local
169 int code = remote->SendRequest( in OnNetworkStateUpdated() local
194 int code = remote->SendRequest( in OnCellularDataConnectStateUpdated() local
218 int code = remote->SendRequest( in OnCellularDataFlowUpdated() local
241 int32_t code = remote->SendRequest( in OnCfuIndicatorUpdated() local
263 …int32_t code = remote->SendRequest(static_cast<uint32_t>(ObserverBrokerCode::ON_VOICE_MAIL_MSG_IND… in OnVoiceMailMsgIndicatorUpdated() local
283 int32_t code = remote->SendRequest( in OnIccAccountUpdated() local
/ohos5.0/foundation/communication/ipc/ipc/native/c/rpc/ipc_adapter/mini/
H A Dipc_stub_inner.c20 int32_t InvokerListenThreadStub(uint32_t code, IpcIo *data, IpcIo *reply, MessageOption option, OnR… in InvokerListenThreadStub()
30 int32_t GetPidAndUidInfoStub(uint32_t code, IpcIo *data, IpcIo *reply, MessageOption option) in GetPidAndUidInfoStub()
39 int32_t GrantDataBusNameStub(uint32_t code, IpcIo *data, IpcIo *reply, MessageOption option) in GrantDataBusNameStub()
/ohos5.0/base/customization/enterprise_device_management/test/unittest/common/
H A Dedm_data_ability_utils_test.cpp66 ErrCode code = EdmDataAbilityUtils::GetStringFromSettingsDataShare(INVAILD_STRING, result); variable
83 ErrCode code = EdmDataAbilityUtils::GetIntFromSettingsDataShare(INVAILD_STRING, result); variable
99 ErrCode code = EdmDataAbilityUtils::UpdateSettingsData(KEY_SCREEN_OFF_TIME, value); variable
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_scan_sa/
H A Dwifi_scan_stub_lite.cpp36 int WifiScanStub::CheckInterfaceToken(uint32_t code, IpcIo *req) in CheckInterfaceToken()
50 int WifiScanStub::OnRemoteRequest(uint32_t code, IpcIo *req, IpcIo *reply) in OnRemoteRequest()
103 int WifiScanStub::OnSetScanControlInfo(uint32_t code, IpcIo *req, IpcIo *reply) in OnSetScanControlInfo()
153 int WifiScanStub::OnScan(uint32_t code, IpcIo *req, IpcIo *reply) in OnScan()
163 int WifiScanStub::OnScanByParams(uint32_t code, IpcIo *req, IpcIo *reply) in OnScanByParams()
192 int WifiScanStub::OnIsWifiClosedScan(uint32_t code, IpcIo *req, IpcIo *reply) in OnIsWifiClosedScan()
205 int WifiScanStub::OnGetScanInfoList(uint32_t code, IpcIo *req, IpcIo *reply) in OnGetScanInfoList()
243 int WifiScanStub::OnRegisterCallBack(uint32_t code, IpcIo *req, IpcIo *reply) in OnRegisterCallBack()
275 int WifiScanStub::OnGetSupportedFeatures(uint32_t code, IpcIo *req, IpcIo *reply) in OnGetSupportedFeatures()
/ohos5.0/foundation/deviceprofile/device_info_manager/common/test/profilechangelistenerstubunittest/
H A Dprofile_change_listener_stub_test.cpp124 uint32_t code = static_cast<uint32_t>(DPInterfaceCode::ON_TRUST_DEVICE_PROFILE_ADD); variable
264 uint32_t code = static_cast<uint32_t>(DPInterfaceCode::ON_DEVICE_PROFILE_ADD); variable
275 uint32_t code = static_cast<uint32_t>(DPInterfaceCode::ON_DEVICE_PROFILE_DELETE); variable
286 uint32_t code = static_cast<uint32_t>(DPInterfaceCode::ON_DEVICE_PROFILE_UPDATE); variable
297 uint32_t code = static_cast<uint32_t>(DPInterfaceCode::ON_SERVICE_PROFILE_ADD); variable
308 uint32_t code = static_cast<uint32_t>(DPInterfaceCode::ON_SERVICE_PROFILE_DELETE); variable
319 uint32_t code = static_cast<uint32_t>(DPInterfaceCode::ON_SERVICE_PROFILE_UPDATE); variable
330 uint32_t code = static_cast<uint32_t>(DPInterfaceCode::ON_CHAR_PROFILE_ADD); variable
341 uint32_t code = static_cast<uint32_t>(DPInterfaceCode::ON_CHAR_PROFILE_DELETE); variable
352 uint32_t code = static_cast<uint32_t>(DPInterfaceCode::ON_CHAR_PROFILE_UPDATE); variable
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/transaction/
H A Drs_irender_service_connection_ipc_interface_code_access_verifier.cpp28 …erviceConnectionInterfaceCodeAccessVerifier::IsExclusiveVerificationPassed(CodeUnderlyingType code) in IsExclusiveVerificationPassed()
384 CodeUnderlyingType code = static_cast<CodeUnderlyingType>(interfaceName); in AddRSIRenderServiceConnectionInterfaceCodePermission() local
390 CodeUnderlyingType code, uint32_t times) const in IsAccessTimesVerificationPassed()
H A Drs_irender_service_ipc_interface_code_access_verifier.cpp28 …RSIRenderServiceInterfaceCodeAccessVerifier::IsExclusiveVerificationPassed(CodeUnderlyingType code) in IsExclusiveVerificationPassed()
52 CodeUnderlyingType code = static_cast<CodeUnderlyingType>(interfaceName); in AddRSIRenderServiceInterfaceCodePermission() local
58 CodeUnderlyingType code, uint32_t times) const in IsAccessTimesVerificationPassed()

12345678910>>...126