Searched refs:reslut (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/mode/ |
H A D | time_lapse_photo_session_napi.cpp | 363 napi_value reslut; in StartTryAE() local 365 return reslut; in StartTryAE() 388 return reslut; in StopTryAE() 465 return reslut; in SetTimeLapseInterval() 488 return reslut; in SetTimeLapseRecordState() 511 return reslut; in SetTimeLapsePreviewType() 559 return reslut; in SetExposure() 690 return reslut; in SetExposureMeteringMode() 738 return reslut; in SetIso() 898 return reslut; in SetWhiteBalanceMode() [all …]
|
/ohos5.0/base/telephony/core_service/test/unittest/core_service_gtest/ |
H A D | sim_core_service_test.cpp | 113 std::vector<std::shared_ptr<DiallingNumbersInfo>> reslut = {}; variable 114 EXPECT_NE(mCoreService->QueryIccDiallingNumbers(0, 1, reslut), TELEPHONY_ERR_SUCCESS); 258 std::vector<std::shared_ptr<DiallingNumbersInfo>> reslut = {}; variable 259 EXPECT_NE(mCoreService->QueryIccDiallingNumbers(0, 1, reslut), TELEPHONY_ERR_SUCCESS);
|
/ohos5.0/docs/en/application-dev/napi/ |
H A D | use-napi-about-buffer.md | 241 bool reslut = false; 242 napi_is_buffer(env, buffer, &reslut); 245 napi_get_boolean(env, reslut, &returnValue);
|
/ohos5.0/base/telephony/core_service/services/core/src/ |
H A D | core_service.cpp | 1196 int slotId, int type, std::vector<std::shared_ptr<DiallingNumbersInfo>> &reslut) in QueryIccDiallingNumbers() argument 1211 return simManager_->QueryIccDiallingNumbers(slotId, type, reslut); in QueryIccDiallingNumbers()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_frame_node_bridge.cpp | 153 auto reslut = panda::ObjectRef::NewWithNamedProperties(vm, ArraySize(keys), keys, values); in CreateFrameNode() local 154 return reslut; in CreateFrameNode() 325 auto reslut = panda::ObjectRef::NewWithNamedProperties(vm, ArraySize(keys), keys, values); in CreateTypedFrameNode() local 326 return reslut; in CreateTypedFrameNode()
|