Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:bindTime_
(Results
1 - 13
of
13
) sorted by relevance
/base/account/os_account/interfaces/innerkits/ohosaccount/native/include/
H
A
D
account_info.h
149
std::time_t
bindTime_
;
member in OHOS::AccountSA::AccountInfo
154
bindTime_
= 0;
in AccountInfo()
162
bindTime_
= 0;
in AccountInfo()
183
bindTime_
= 0;
in clear()
/base/account/os_account/services/accountmgr/src/
H
A
D
ohos_account_data_deal.cpp
195
{DATADEAL_JSON_KEY_BIND_TIME, accountInfo.
bindTime_
},
in SaveAccountInfo()
264
accountInfo.
bindTime_
= jsonData.at(DATADEAL_JSON_KEY_BIND_TIME).get<std::time_t>();
in GetAccountInfoFromJson()
348
accountInfo.
bindTime_
= 0;
in BuildJsonFileFromScratch()
H
A
D
account_mgr_service.cpp
134
ACCOUNT_LOGI("Get login time %{public}s, status %{public}d.", std::to_string(accountInfo.
bindTime_
).c_str(),
in GetOhosAccountInfoByUserId()
H
A
D
ohos_account_manager.cpp
358
currAccountInfo.
bindTime_
= std::time(nullptr);
in LoginOhosAccount()
/base/account/os_account/dfx/hidumper_adapter/
H
A
D
account_dump_helper.cpp
142
result.append(std::to_string(accountInfo.
bindTime_
) + "\n");
in ShowOhosAccountInfo()
/base/telephony/sms_mms/services/sms/include/
H
A
D
sms_service.h
364
int64_t
bindTime_
= 0;
member in OHOS::Telephony::SmsService
/base/telephony/cellular_call/services/manager/include/
H
A
D
cellular_call_service.h
74
* Get
bindTime_
716
int64_t
bindTime_
= 0L;
member in OHOS::Telephony::CellularCallService
/base/telephony/call_manager/services/call_manager_service/include/
H
A
D
call_manager_service.h
62
* Get
bindTime_
804
int64_t
bindTime_
= 0L;
member in OHOS::Telephony::CallManagerService
/base/telephony/sms_mms/services/sms/
H
A
D
sms_service.cpp
49
bindTime_
=
in OnStart()
137
return std::to_string(
bindTime_
);
in GetBindTime()
715
spendTime_ = endTime_ -
bindTime_
;
in GetSpendTime()
/base/telephony/call_manager/services/call_manager_service/src/
H
A
D
call_manager_service.cpp
212
bindTime_
=
in GetBindTime()
216
oss <<
bindTime_
;
in GetBindTime()
local
/base/telephony/cellular_call/services/manager/src/
H
A
D
cellular_call_service.cpp
78
bindTime_
=
in OnStart()
285
oss <<
bindTime_
;
in GetBindTime()
local
298
spendTime_ = endTime_ -
bindTime_
;
in GetSpendTime()
/base/telephony/core_service/services/core/src/
H
A
D
core_service.cpp
49
bindTime_
=
in OnStart()
1570
return
bindTime_
;
in GetBindTime()
1580
return endTime_ -
bindTime_
;
in GetSpendTime()
/base/telephony/core_service/services/core/include/
H
A
D
core_service.h
338
int64_t
bindTime_
= 0;
member in OHOS::Telephony::CoreService
Completed in 17 milliseconds