Home
last modified time | relevance | path

Searched refs:operationResult (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Ddata_share_service_impl_test.cpp317 EXPECT_NE(operationResult.errCode_, 0);
322 EXPECT_NE(operationResult.errCode_, 0);
335 EXPECT_NE(operationResult.errCode_, 0);
345 EXPECT_NE(operationResult.errCode_, 0);
368 EXPECT_EQ(operationResult.errCode_, 0);
374 EXPECT_EQ(operationResult.errCode_, 0);
394 EXPECT_NE(operationResult.errCode_, 0);
400 EXPECT_NE(operationResult.errCode_, 0);
422 EXPECT_EQ(operationResult.errCode_, 0);
427 EXPECT_EQ(operationResult.errCode_, 0);
[all …]
/ohos5.0/foundation/distributeddatamgr/data_share/test/native/unittest/datashareproxy_test/
H A Dproxydatas_with_permission_test.cpp298 EXPECT_EQ(operationResult.errCode_, 0);
303 EXPECT_EQ(operationResult.errCode_, 0);
316 EXPECT_EQ(operationResult.errCode_, 0);
336 for (auto const &operationResult : results) { variable
337 EXPECT_EQ(operationResult.errCode_, 0);
349 for (auto const &operationResult : results) { variable
350 EXPECT_EQ(operationResult.errCode_, 0);
362 for (auto const &operationResult : results) { variable
363 EXPECT_EQ(operationResult.errCode_, 0);
376 for (auto const &operationResult : results) { variable
[all …]
/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dtrace.cpp71 securityInfo.operationResult = metaData.operationResult; in ProcessCredChangeEvent()
100 info.operationResult = metaData.operationResult; in ProcessCredManagerEvent()
122 if (metaData.authType.has_value() && metaData.operationResult == SUCCESS) { in ProcessUserAuthEvent()
131 info.authResult = metaData.operationResult; in ProcessUserAuthEvent()
177 securityInfo.authResult = metaData.operationResult; in ProcessUserAuthFwkEvent()
H A Dcontext_callback_impl.cpp91 metaData_.operationResult = authResult; in ProcessAuthResult()
102 metaData_.operationResult = resultCode; in OnResult()
/ohos5.0/base/telephony/call_manager/services/call/call_state_observer/src/
H A Dcall_data_base_helper.cpp241 int32_t operationResult = resultSet->GoToFirstRow(); in QueryCallLog() local
242 while (operationResult == TELEPHONY_SUCCESS) { in QueryCallLog()
246 operationResult = resultSet->GetString(columnIndex, phoneNumber); in QueryCallLog()
247 if (operationResult == TELEPHONY_SUCCESS && (!phoneNumber.empty())) { in QueryCallLog()
256 operationResult = resultSet->GoToNextRow(); in QueryCallLog()
283 int32_t operationResult = resultSet->GoToFirstRow(); in QueryAndDeleteLimitedIds() local
284 while (operationResult == TELEPHONY_SUCCESS) { in QueryAndDeleteLimitedIds()
288 operationResult = resultSet->GetInt(columnIndex, id); in QueryAndDeleteLimitedIds()
289 if (operationResult == TELEPHONY_SUCCESS) { in QueryAndDeleteLimitedIds()
296 operationResult = resultSet->GoToNextRow(); in QueryAndDeleteLimitedIds()
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/common/dfx/src/
H A Dhisysevent_adapter.cpp89 STR_OPERATION_RESULT, info.operationResult); in ReportBehaviorCredManager()
93 info.authType, info.operationType, info.operationResult, info.callerName.c_str()); in ReportBehaviorCredManager()
106 STR_OPERATION_RESULT, info.operationResult, in ReportSecurityCredChange()
112 … info.operationResult, info.callerName.c_str(), GET_MASKED_STRING(info.requestContextId).c_str()); in ReportSecurityCredChange()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/
H A Ddata_share_types_util.cpp98 bool Marshalling(const OperationResult &operationResult, MessageParcel &parcel) in Marshalling() argument
100 return ITypesUtil::Marshal(parcel, operationResult.key_, operationResult.errCode_); in Marshalling()
H A Ddata_share_types_util.h63 bool Marshalling(const OperationResult &operationResult, MessageParcel &parcel);
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/common/dfx/inc/
H A Dhisysevent_adapter.h54 int32_t operationResult = -1; member
63 int32_t operationResult = -1; member
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/common/src/
H A Ddatashare_itypes_utils.cpp159 bool Marshalling(const OperationResult &operationResult, MessageParcel &parcel) in Marshalling() argument
161 return ITypesUtil::Marshal(parcel, operationResult.key_, operationResult.errCode_); in Marshalling()
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify_lite/include/
H A Dapp_verify_pub.h121 typedef int32_t (*MessageFunc)(unsigned char operationResult, const char *bundleName, unsigned char…
/ohos5.0/base/useriam/user_auth_framework/services/context/inc/
H A Dcontext_callback.h38 int32_t operationResult = -1; member
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/common/include/
H A Ddatashare_itypes_utils.h123 bool Marshalling(const OperationResult &operationResult, MessageParcel &parcel);
/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/js/napi/dataShare/src/
H A Dnapi_datashare_helper.cpp716 for (auto &operationResult : context->results) { in Napi_Publish() local
717 if (operationResult.errCode_ == E_BUNDLE_NAME_NOT_EXIST) { in Napi_Publish()